This project follows semantic versioning. This changelog follows suggestions from keepachangelog.com.
Released 2016-05-31. Contributed by @theshanx. Thanks! :)
- Added methods for retrieving offers for an application:
current_offer_for_application
andoffers_for_application
Released 2016-04-20. Contributed by @mariochavez -- thank you!
- Exposed
link
HTTP header inGreenhouseIo::Client
.
- Removed dependency on
multi_json
in favor of Ruby'sjson
module.
Released 2016-04-20. In retrospect, this should've been a minor version bump instead of a minor version since this added functionality, not a bug fix.
- Added method
create_candidate_note
. Thanks for contributing, @jleven!
Released 2016-02-13.
- Added support for listing all scorecards belonging to an organization:
all_scorecards
. Thanks, @bcoppersmith!
Released 2016-02-03.
- Added support for listing Offers and retrieving them by ID
- Added support for filtering with
job_id
parameter
- Upgraded dependencies:
multi_json
(now ~>1.11.2), and development gems - Added version dependency for
httmultiparty
:'~> 0.3.16'