Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

v4.4.0

Compare
Choose a tag to compare
@leifgehrmann leifgehrmann released this 14 Aug 21:01
· 44 commits to master since this release

Deprecated

  • Two methods have been removed from Tempo.io's documentation since April 2021 and have therefore been marked as deprecated. There doesn't appear to be an appropriate substitute, presumably it will only be available via the web interface now: #122
    • teamMemberships.putTeamMembership()
    • teamMemberships.deleteTeamMembership()
  • Node.js 10 is no longer supported as it was EOL on April 30 2021: #137

Additions

  • Added a new method teamMembersips.getTeamMembershipsForTeam(): #122

Bug Fixes

  • Made date ranges for the following timesheetApprovals methods required. Before they were incorrectly defined as optional: #126
    • getForUser()
    • postApproveTimesheetForUser()
    • postRejectTimesheetForUser()
    • postReopenTimesheetForUser()
    • postSubmitTimesheetForUser()
    • getForTeam()

Internal Improvements