Ensembles Changelog

What's new in Ensembles 1.6.2

Mar 28, 2017
  • Fixed memory issues related to new NSError autorelease behaviour
  • Updated installation instructions in README
  • Added a guard against NSNull values that could cause a crash

New in Ensembles 1.6.1 (Dec 20, 2016)

  • Memory fixes for NSError propagation. The problems arose due to changes in performBlock methods, which now have an internal autorelease pool.

New in Ensembles 1.6 (Oct 12, 2016)

  • Added a module target for iOS.
  • Added the Simple Sync in Swift sample app.
  • Added dismantle method, which can be called a CDEPersistentStoreEnsemble is no longer needed.
  • Fixed a number of autoreleasing-NSError argument memory management issues.

New in Ensembles 1.5.2 (Sep 6, 2016)

  • Updated Podspec.

New in Ensembles 1.5.1 (Apr 16, 2016)

  • Added info about setting log level to verbose in README.