Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning starting from 1.x releases.

Merged, but not yet released

All recent changes are published


Table of contents

0.x Releases


0.15.3

Released on 2020-08-31

Changed


0.13.0

Released on 2018-11-07

Changed


0.12.1

Released on 2018-07-30

Fixed


0.12.0

Released on 2018-07-02

Changed


0.11.0

Released on 2018-04-18

Changed


0.10.0

Released on 2018-04-05

Added

Changed

FIXED


0.9.1

Released on 2018-02-07

Fixed


0.9.0

Released on 2017-01-09

Improved

Added


0.8.0

Released on 2017-11-27

Changed

Fixed


0.7.0

Released on 2017-10-05

Changed


0.6.2

Released on 2017-09-20

Fixed


0.6.1

Released on 2017-09-08

Added

Fixed


0.6.0

Released on 2017-07-31

Added

Changed

Fixed


0.5.0

Released on 2017-07-18

Fixed

Changed


0.4.0

Released on 2017-06-20

Changed

BREAKING: ContentfulSynchronizer is now called SynchronizationManager BREAKING: Rather than initializing SynchronizationManager with a Contentful.Client instance, the Contentful.Client is now initialized with a SynchronizationManager instance as the persistenceIntegration parameter in the Client initializer. BREAKING: The manner in which content type identifiers map Contentful responses to NSManagedObject model classes is now changed: SynchronizationManager is initialized with a PersistenceModel which is constructed by passing in your NSManagedObject subclasses that conform to either SyncSpacePersistable AssetPersistable or EntryPersistable.