Skip to content

Commit

Permalink
[CHANGELOG] 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Jan 31, 2019
1 parent e76211b commit 797dcd5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
30 changes: 8 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,46 +14,32 @@ Senseful wrote up a [nice summary of mogenerator's command-line options](http://

## Version History

### v1.32: Tuesday Jan 29, 2019
### v1.32: Wed Jan 30 2019 [download](https://github.com/rentzsch/mogenerator/releases/tag/1.32)

* [NEW] Support for URL and UUID property types ([Trevor Squires](https://github.com/tomekc/mogenerator/pull/1), [original PR](https://github.com/rentzsch/mogenerator/pull/370))

* [CHANGE] Use `Data` instead of `NSData` with Swift ([Christopher Rogers](https://github.com/ChristopherRogers), [original PR](https://github.com/rentzsch/mogenerator/commit/64dbbbb1db72adadaf70b5de0228896c8fbcb5b7))

* [NEW] Add support for "Uses Scalar Type" ([Rok Gregorič](https://github.com/rokgregoric), [original PR](https://github.com/rentzsch/mogenerator/pull/352))

* [NEW] Add Swift generic `fetchRequest()` to generated code ([0xpablo](https://github.com/0xpablo), [original PR](https://github.com/rentzsch/mogenerator/pull/358))

* [FIX] Correct Swift machine template for singleton (fetchOne…) fetch request results. ([Warren Burton](https://github.com/warrenburton), [original PR](https://github.com/rentzsch/mogenerator/pull/359))

* [NEW] Expose allAttributes and allRelationships ([Trevor Squires](https://github.com/protocool), [original PR](https://github.com/rentzsch/mogenerator/pull/360))

* [NEW] Add nullability annotations for generated primitive accessors of optional, to-one relationships. ([Michael Babin](https://github.com/mbabin), [original PR](https://github.com/rentzsch/mogenerator/pull/363))

* [NEW] Add template booleans to identify custom attribtue type use. ([Aleksandar Vacić](https://github.com/radianttap), [original PR](https://github.com/rentzsch/mogenerator/pull/369))
* [NEW] Expose allAttributes and allRelationships ([Trevor Squires](https://github.com/protocool), [original PR](https://github.com/rentzsch/mogenerator/pull/360))

* [CHANGE] Travis updates ([Trevor Squires](https://github.com/protocool), [commit](https://github.com/rentzsch/mogenerator/commit/e347643f72fa045333145d4b5af16716ae7df463), [commit](https://github.com/rentzsch/mogenerator/commit/b100abed5f5fb6083b2c486a18bdce125995c261))
* [NEW] Add template booleans to identify custom attribute type use. ([Aleksandar Vacić](https://github.com/radianttap), [original PR](https://github.com/rentzsch/mogenerator/pull/369))

* [NEW] Support "Custom Class" for Transformable attributes ([Tomek Cejner](https://github.com/tomekc), [commit](https://github.com/rentzsch/mogenerator/commit/3fd2a5aa8492db2c0036750d897e51d1df2a1e69))

* [NEW] Add parameter to ignore entities ([Martin Kim Dung-Pham](https://github.com/q231950), [original PR](https://github.com/rentzsch/mogenerator/pull/378))

* [CHANGE] Use `Data` instead of `NSData` with Swift ([Christopher Rogers](https://github.com/ChristopherRogers), [original PR](https://github.com/rentzsch/mogenerator/commit/64dbbbb1db72adadaf70b5de0228896c8fbcb5b7))

### 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))
* [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](https://brew.sh) to install and update mogenerator binaries. (rentzsch)

* [DOC] Update link to Apple's Core Data Programming Guide. ([Brian Schrader](https://github.com/rentzsch/mogenerator/pull/341))
* [CHANGE] Travis updates ([Trevor Squires](https://github.com/protocool), [commit](https://github.com/rentzsch/mogenerator/commit/e347643f72fa045333145d4b5af16716ae7df463), [commit](https://github.com/rentzsch/mogenerator/commit/b100abed5f5fb6083b2c486a18bdce125995c261))

* [FIX] Syntax error in Objective-C templates. ([Dave Wood](https://github.com/rentzsch/mogenerator/pull/345))
* [FIX] Correct Swift machine template for singleton (fetchOne…) fetch request results. ([Warren Burton](https://github.com/warrenburton), [original PR](https://github.com/rentzsch/mogenerator/pull/359))

* [TEST] Add Parent.orderedChildren ordered relationship. ([rentzsch](https://github.com/rentzsch/mogenerator/commit/b5c68ff538ed8a77e43524d846a5ac89793662ca))


Further history is listed in the [Version History](Version-History.md) file.
Further history is listed in the [Version History](Version-History.md) file.
18 changes: 18 additions & 0 deletions Version-History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### 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))
Expand Down

0 comments on commit 797dcd5

Please sign in to comment.