Skip to content

Releases: colemancda/NetworkObjects

v3.0.0

18 Sep 08:07
Compare
Choose a tag to compare

v2.0.0

29 Jun 03:10
Compare
Choose a tag to compare
  • Migrated to Swift 2.0
  • Cleaned up Store and separated validation and caching methods
  • Separated enumerations and other code into separate source files
  • Removed -Server prefix from enum types
  • Removed ExSwift dependency

v1.1.5

19 Jun 13:24
Compare
Choose a tag to compare
  • Restored Carthage support
  • Restored separate OS X / iOS targets

v1.1.4

16 Jun 15:24
Compare
Choose a tag to compare
  • Restored Universal OS X / iOS framework target
  • Removed Carthage support
  • Switched back to Git submodule dependencies
  • Updated dependencies and silenced warnings
  • defe002 Removed temporary fix for NSSortDescriptor key on OS X
  • 6018e35 Added func fetchResource() to Store
  • 888b543 Fixed incorrect bundle identifiers
  • 177f59f Added defaultURLSession to Store

v1.1.3

11 Jun 17:02
Compare
Choose a tag to compare

Added Carthage support

v1.1.2

07 Jun 19:11
Compare
Choose a tag to compare

Fixed Unit Test bugs

v1.1.1

18 Apr 17:57
Compare
Choose a tag to compare

Updated for Xcode 6.3 and Swift 1.2

v1.1

11 Feb 16:31
Compare
Choose a tag to compare
  • #104 Applied workaround for CoreData's -validateForDelete not working properly
  • #102 Added Gitter Chat badge
  • #101 Framework version is set from commit count on develop
  • #83 Converting Transformed value from bad JSON no longer raises an exception
  • #82 Server saves managed object context at the end of each successful request
  • #93 Fully integrated Travis CI
  • #63 Added Test Cases
  • de98e90 Fixed Server crashing when delegate is nil

v1.0.3

07 Feb 07:26
Compare
Choose a tag to compare
  • #99 Fixed Unit Tests crashing at runtime
  • #95 Added ExSwift as a dependency
  • #93 Tried to add Travis CI integration
  • #89 Search now handles complex predicates
  • #87 Added JSON validation to Store
  • #86 Moved Server -fetchEntity: method into internal function
  • ef5a50e Added CoreDataAttributeJSONCompatibilityOptions

v1.0.2

12 Jan 00:50
Compare
Choose a tag to compare
  • #88 Fixed nil values not being applied to managed objects in Store
  • #84 Ordered to-many relationships are now supported
  • #81 Server now informs delegate of failed requests
  • #80, #79 Sub entities are now properly supported
  • #71 Resource ID attribute is added at runtime (in Server and Store)
  • f60d3c1 Transformable values no longer crash
  • 2466415 Fixed Server's Search handler not supporting predicate options correctly
  • 5ba1fab Store no longer crashes when merging changes from private managed object context