- [FIXED] Fix RaiseError middleware (#42 by @lavaturtle).
- [CHANGED] The public key (in
/certs
) has been updated. Please follow the directions in the README#security to add the public key as a trusted certificate if you need to check the gem’s integrity.
- [ADDED] Phones endpoint (#33 by @kinsomicrote).
- [ADDED] Saved Lists endpoint (#34 by @kinsomicrote).
- [ADDED] Additional people endpoints (#37 by @kinsomicrote).
- [ADDED] Export Jobs endpoints (#38 by @kinsomicrote).
Release date: 2019-10-02
- [ADDED] Stories endpoint (#31 by @kinsomicrote).
Release date: 2019-05-02
- [ADDED] Support for deleting supporter groups (#29 by @lavaturtle).
- [ADDED] Support for applying and deleting codes from people (#30 by @lavaturtle).
Release date: 2019-03-29
- [CHANGED] Renamed
History.md
toCHANGELOG.md
for easier disovery. - [SECURITY] Ensure passed ids are valid (#14). Many thanks to @woodhull for the pointer!
Release date: 2019-02-27
- [ADDED]reported demographics endpoint (#12 by @lavaturtle)
- [ADDED] Support for Ruby 2.6.0 and Travis configuration update to test only against stable rubies (#13).
Release date: 2018-11-28
- [ADDED]supporter groups endpoint (#11 by @lavaturtle and @anero)
Release date: 2018-11-15
- [ADDED] Store parsed errors from response on
NgpVan::Error
(#8 by @anero)
Release date: 2018-11-14
- [ADDED] Echoes endpoint (#10 by @anero and @woodhull)
Release date: 2018-11-07
- [ADDED] Ability to vary configuration per client object (#9 by @anero)
Release date: 2018-05-02
- [CHANGED] Circle CI has been replaced with Travis CI for continuous integration.
- [CHANGED] Gem dependencies have been moved to the Gemfile.
- [REMOVED] The deprecated 'codeclimate-test-reporter' gem has been removed.
- [ADDED] Simplecov has been added for generating code coverage. This can be read by the codeclimate’s updated, unified, test reporter client.
Release date: 2018-05-01
- [CHANGED] Version dependencies have been loosened for faraday and faraday_middleware so that newer versions can be installed.
Release date: 2016-07-04
- [ADDED] Badges have been added to the README for circleci (pass/fail status), code climate (test coverage and overall GPA), inch-ci (inline documentation coverage), and badge.fury.io (version indicator).
- [FIXED]
NgpVan.configuration
is now reset to default values after each example run. - [REMOVED]
.travis.yml
CircleCI is now used for continuous integration. - [REMOVED] Development dependencies for Guard have been removed.
Release date: 2016-03-25
- [ADDED] Support for installing with a trust policy.
Release date: 2016-03-22
- Initial release.