diff --git a/README.markdown b/README.markdown index 6773d68d..681b583c 100644 --- a/README.markdown +++ b/README.markdown @@ -14,6 +14,24 @@ Senseful wrote up a [nice summary of mogenerator's command-line options](http:// ## Version History +### v1.31: Mon Oct 3 2016 [download](https://github.com/rentzsch/mogenerator/releases/download/1.31/mogenerator-1.31.dmg) + +* [NEW] Swift 3 support. ([Goncharov Vladimir](https://github.com/rentzsch/mogenerator/pull/347), [Hardik](https://github.com/rentzsch/mogenerator/pull/349), [rentzsch](https://github.com/rentzsch/mogenerator/commit/a65f6421baf39dc1458f22836907cfc55fc8ceb1)) + +* [CHANGE] Add nullability to the primitive value. ([Tom Carey](https://github.com/rentzsch/mogenerator/pull/343)) + +* [CHANGE] Allow for nullable collection properties. ([Ibrahim Sha'ath](https://github.com/rentzsch/mogenerator/pull/338)) + +* [CHANGE] Mark `+entityInManagedObjectContext:` nullable. ([Ibrahim Sha'ath](https://github.com/rentzsch/mogenerator/pull/337)) + +* [DOC] Update link to Apple's Core Data Programming Guide. ([Brian Schrader](https://github.com/rentzsch/mogenerator/pull/341)) + +* [FIX] Syntax error in Objective-C templates. ([Dave Wood](https://github.com/rentzsch/mogenerator/pull/345)) + +* [TEST] Add Parent.orderedChildren ordered relationship. ([rentzsch](https://github.com/rentzsch/mogenerator/commit/b5c68ff538ed8a77e43524d846a5ac89793662ca)) + + + ### v1.30.1: Thu Apr 7 2016 [download](https://github.com/rentzsch/mogenerator/releases/download/1.30.1/mogenerator-1.30.1.dmg) * [FIX] Use `will`/`didChange` & `will`/`didAccess` in generated code when using `scalarsWhenNonOptional`. ([rentzsch](https://github.com/rentzsch/mogenerator/commit/1646a154c8d9bb2e12b3f23eaca3bbfe9f9bc7c8))