Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 1.23 KB

Changelog

develop (unreleased)

New Features

Changes

Bug Fixes

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)