Releases: nationbuilder/nationbuilder-ios
Releases · nationbuilder/nationbuilder-ios
1.3.0
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
1.1.0
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