Mogenerator v1.32 Release Notes
Release Date: 2019-01-31 // over 4 years ago-
👍 [NEW] Support for URL and UUID property types (Trevor Squires, original PR)
👍 [NEW] Add support for "Uses Scalar Type" (Rok Gregorič, original PR)
[NEW] Add Swift generic
fetchRequest()
to generated code (0xpablo, original PR)[NEW] Add nullability annotations for generated primitive accessors of optional, to-one relationships. (Michael Babin, original PR)
[NEW] Expose allAttributes and allRelationships (Trevor Squires, original PR)
[NEW] Add template booleans to identify custom attribute type use. (Aleksandar Vacić, original PR)
👍 [NEW] Support "Custom Class" for Transformable attributes (Tomek Cejner, commit)
[NEW] Add parameter to ignore entities (Martin Kim Dung-Pham, original PR)
[CHANGE] Use
Data
instead ofNSData
with Swift (Christopher Rogers, original PR)🚀 [CHANGE] Dropped
.pkg
binary releases. mac OS 10.14 Mojave won't install unsigned pkgs by default any more, and I'm not paying Apple $100/year so I can distribute open source binaries. Use Homebrew to install and update mogenerator binaries. (rentzsch)⚡️ [CHANGE] Travis updates (Trevor Squires, commit, commit)
[FIX] Correct Swift machine template for singleton (fetchOne…) fetch request results. (Warren Burton, original PR)
Previous changes from v1.31
-
- 👍 [NEW] Swift 3 support. (Goncharov Vladimir, Hardik, rentzsch)
- [CHANGE] Add nullability to the primitive value. (Tom Carey)
- [CHANGE] Allow for nullable collection properties. (Ibrahim Sha'ath)
- [CHANGE] Mark
+entityInManagedObjectContext:
nullable. (Ibrahim Sha'ath) - ⚡️ [DOC] Update link to Apple's Core Data Programming Guide. (Brian Schrader)
- [FIX] Syntax error in Objective-C templates. (Dave Wood)
- ✅ [TEST] Add Parent.orderedChildren ordered relationship. (rentzsch)