Try Skipper for FREE
No commitment or credit card needed
Download for Windows Download for Linux Download for Mac OS Xor choose other version
Other Skipper downloads
Release date | Operating system | File | |
---|---|---|---|
08/15/2022 | Windows - 32 bit | Installer for Windows (32 bit) | ↓ Download |
08/15/2022 | Windows - 32 bit | Portable for Windows (32 bit) | ↓ Download |
08/15/2022 | Mac - 64 bit | Installer for Mac 10.15+ (64 bit) | ↓ Download |
08/15/2022 | Mac - 64 bit | Portable for Mac 10.15+ (64 bit) | ↓ Download |
08/15/2022 | Linux - 64 bit | Portable for Linux (64 bit) | ↓ Download |
Changes in version 3.3.0.1783
- New migration export flag
ignore
to keep exported file as is and do not update it (New!) - Doctrine2 support for @Index options - where (New!)
- Doctrine2 support for @Index options - lengths (New!) (support-ticket)
- Doctrine2 Php Attributes beta support! (New!)
- Php parser for new #attributes language construct (New!)
- Php generator for new #attributes language construct (New!)
- Improved annotations/attributes exports to completely erase empty annotation/attributes blocks (New!)
- Implemented Doctrine2 annotations to attributes automatic conversion (New!)
- Improved code formatters for better indentions
- Improved annotations/attributes exports to erase redundant empty lines
- Improved code formatters for better newline indentions
- New Doctrine2 custom index fields to allow indexing fields for embedded entities
- Fixed rare issue in import of MySQL table column's order
- Fixed bug in updated code merger when part code is in attributes and part in annotations
- Fixed issue in Doctrine2 #attributes when re-exporting attribute with namespace
- Fixed UI issue on one-to-one association editor
- Removed onFlush and postFlush events from Skipper lifecycle events. These events are not a lifecycle callbacks. (support-ticket)
- Fixed Doctrine2 #Attributes export for many-to-many join columns