Skip to content

Releases: method-inc/bamboozled

Bamboozled v0.3.0

15 Aug 19:57
539eae8
Compare
Choose a tag to compare

New Features

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

Changes

  • Updating the versions of the following dependencies
    • "httparty", "~> 0.17"
    • "json", "~> 2"

Bamboozled v0.2.0

02 Apr 17:07
5c1b252
Compare
Choose a tag to compare

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

Bamboozled v0.1.0

14 Jun 20:08
Compare
Choose a tag to compare

New Features

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

Bug Fixes

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