Skip to content

Releases: nationbuilder/nationbuilder-ios

1.3.0

17 Mar 04:43
Compare
Choose a tag to compare

See #42.

  • Update to Xcode 7 (#41)
  • Update to iOS 9, some breaking changes and deprecation (#44, #51)
  • Allow using WKWebView or similar to prevent App Store rejection (#45)
  • Use SFSafariViewController instead of Mobile Safari (#46)
  • New endpoint methods (#47)
  • Generic NBClient endpoint methods for other API endpoints (#48)
  • NBClient should conform to NSURLSessionDataDelegate (#49)
  • Updates due to API changes (#50)

1.2.0

31 May 02:37
Compare
Choose a tag to compare

This version primarily adds initial Swift support
and is only suggested for use with Xcode 6.3,
because it requires nullability annotations to be
supported. See readme for details.

1.1.0

06 Mar 04:16
Compare
Choose a tag to compare

New people methods to provide full coverage of
people API (except people/push).

  • GET /people/nearby
  • GET /people/:id/register
  • GET /people/:id/taggings
  • PUT /people/:id/taggings
  • DELETE /people/:id/taggings/:tag
  • GET /people/:id/capitals
  • POST /people/:id/capitals
  • DELETE /people/:id/capitals/:id

Also:

  • Fix query parameter escaping and encoding
  • Some client refactoring and test cleanup

1.0.2

06 Mar 04:17
Compare
Choose a tag to compare
  • Fixes URL percent-escaping
  • Improves NBAccount's avatar downloading
  • Minor housekeeping, including turning off a couple tests when running locally

1.0.1

06 Mar 04:18
Compare
Choose a tag to compare

Minor patches

1.0.0

06 Mar 04:18
Compare
Choose a tag to compare

First major release