Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 1.6 KB

Changelog

develop (unreleased)

New Features

Changes

Bug Fixes

0.3.0 (2019-08-15)

New Features

  • New api ApplicantTracking allows fetching of applicant tracking data. At this time it is currently in beta. (@danhealy)

Changes

  • Updating the versions of the following dependencies (@cabello)
    • "httparty", "~> 0.17"
    • "json", "~> 2"

0.2.0 (2019-03-01)

New Features

  • New method Report#custom allows fetching a custom report of employees. (@artfuldodger)
  • Make httpparty options configurable (@ivanovv)
  • Add time tracking api interface (@nlively)

Changes

  • Using github actions for linting and testing

Bug Fixes

0.1.0 (2016-06-14)

New Features

  • New method Employee#add allows client to create new employees. (@kylefdoherty)
  • New method Employee#update allows client to update new employees. (@kylefdoherty)

Changes

Bug Fixes

  • Added missing documentation for Employee#add. (@mjording)