Skip to content

Releases: 3lvis/Sync

Sync — 1.12.3

25 Aug 08:17
Compare
Choose a tag to compare

Adds support for mapping camelCase to-one relationships. For example:

Model

screen shot 2016-08-25 at 10 15 21

JSON

{
    "id": 0,
    "legalTenant": {
      "id": 0
    }
}

Sync — 1.12.2

23 Aug 22:51
Compare
Choose a tag to compare
  • Improved support for entities that point to each other in multiple ways. #259

Check example here: #254

Thanks to the stellar @RobinFalko for reporting this issue 👏 💐

Sync — 1.12.1

23 Aug 21:05
Compare
Choose a tag to compare
  • Improve dependency mapping to support camelCase relationships out of the box. #257

Thanks @achirkof for reporting this bug ❤️

Sync — 1.12.0

19 Aug 14:28
Compare
Choose a tag to compare

Updated NSManagedObject-HYPPropertyMapper to 4.0.0 which now moved all it's date parsing to DateParser. Head over the release notes for more information:

NSManagedObject-HYPPropertyMapper 4.0.0

Sync — 1.11.3

17 Aug 09:15
Compare
Choose a tag to compare

Sync — 1.11.2

15 Aug 10:30
Compare
Choose a tag to compare

Update NSManagedObject-HYPPropertyMapper to add support for deciseconds and microseconds in date parsing.

Sync — 1.11.1

01 Aug 14:46
Compare
Choose a tag to compare

Sync — 1.11.0

31 Jul 20:13
Compare
Choose a tag to compare
  • Improve NSOperation API with additional initializer #250
  • Fix bug with weak NSPredicate. Removing the weak holds the reference which is the expected behaviour #250

Sync — 1.10.2

31 Jul 15:48
Compare
Choose a tag to compare

Sync — 1.10.1

28 Jul 22:13
Compare
Choose a tag to compare
  • Improved NSOperation completion callback

#247