All Versions
10
Latest Version
Avg Release Cycle
28 days
Latest Release
3114 days ago

Changelog History

  • v3.0.0 Changes

    September 18, 2015
  • v2.0.0 Changes

    June 29, 2015
    • 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 Changes

    June 19, 2015
    • โช Restored Carthage support
    • โช Restored separate OS X / iOS targets
  • v1.1.4 Changes

    June 16, 2015
    • โช 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 Changes

    June 11, 2015

    โž• Added Carthage support

  • v1.1.2 Changes

    June 07, 2015

    ๐Ÿ›  Fixed Unit Test bugs

  • v1.1.1 Changes

    April 18, 2015

    โšก๏ธ Updated for Xcode 6.3 and Swift 1.2

  • v1.1 Changes

    February 11, 2015
    • โ†ช #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 Changes

    February 07, 2015
    • โœ… #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 Changes

    January 12, 2015
    • ๐Ÿ›  #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