Releases: colemancda/NetworkObjects
Releases · colemancda/NetworkObjects
v3.0.0
v2.0.0
v1.1.5
- Restored Carthage support
- Restored separate OS X / iOS targets
v1.1.4
- 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
Added Carthage support
v1.1.2
Fixed Unit Test bugs
v1.1.1
Updated for Xcode 6.3 and Swift 1.2
v1.1
- #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
- #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
- #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