Skip to content

0.4.0

Compare
Choose a tag to compare
@loudmouth loudmouth released this 18 May 12:37
· 717 commits to master since this release

Added

  • Swift'ier API for Contentful Delivery API Search Parameters
  • Mechanism for mapping responses to user-defined Swift types when using QueryOn queries.
  • Improved link resolving via the new Link type
  • Swift 3.1, Xcode 8.3 support.

Changed

  • BREAKING: Contentful.Array is now called ArrayResponse to avoid clashing with native Swift arrays.
  • BREAKING: fetch methods no longer return tuples of (URLSessionTask?, Observable) and now simply return the observable.