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