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 | |
---|---|---|---|
11/14/2022 | Windows - 32 bit | Installer for Windows (32 bit) | ↓ Download |
11/14/2022 | Windows - 32 bit | Portable for Windows (32 bit) | ↓ Download |
11/14/2022 | Mac - 64 bit | Installer for Mac 10.15+ (64 bit) | ↓ Download |
11/14/2022 | Mac - 64 bit | Portable for Mac 10.15+ (64 bit) | ↓ Download |
11/14/2022 | Linux - 64 bit | Portable for Linux (64 bit) | ↓ Download |
Changes in version 3.3.3.1806
- Beta support for new Knex NodeJS framework (New!)
- Added new enumType field property for Doctrine ORM (New!)
- Added new enumType field property for MongoDB ODM (New!)
- Added insertable/updatable property for fields in Doctrine ORM (New!)
- Added insertable/updatable property for fields in MongoDB ODM (New!)
- Added options for Doctrien2 many-to-many join-table (New!)
- Updated Doctrine2 Attributes #JoinColumn and #InverseJoinColumn import/export to support root-level placement (support-ticket)
- Updated Doctrine2 Attributes #JoinTable import/export to support root-level placement (support-ticket)
- Updated Doctrine2 Attributes #Index and #UniqueIndex import/export to support root-level placement (support-ticket)
- Added missing MongoDB ODM datatypes decimal128,date_immutable,custom_id
- Laravel: Removed $dates array export from SoftDelete, because columns are already exported in $casts array
- MongoDB ODM - added support for
collectionClass
attribute for EmbededMany and ReferenceMany - Fixed Knex migration export for index name change
- Fixed MongoDB ODM\EmbeddedDocument export when entity is in embedded collection
- Fixed missing MongoDB collection discriminatorField editor
- Fixed zoom level persistance when switching between tabs
- Fixed boolean type export for Knex.js