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

v4.7.0

Latest
Compare
Choose a tag to compare
@leifgehrmann leifgehrmann released this 10 Sep 22:34
· 4 commits to master since this release

Additions

  • The get endpoint now accepts a list of ids: #166
  • Updated type definitions for some enpoints that now accept yyyy-MM-dd AND yyyy-MM-ddTHH:mm:ssZ. This only really applies to some endpoints for plans and worklogs: #167
  • Added new genericResources collection to query generic resources from Tempo (at /generic-resources): #174
  • Added new endpoints to plans collection: #174
  • Added new endpoints to teams collection: #174

Improvements

  • Upgraded axios dependency from v0.26.0 to v0.27.2. Breaking changes don't appear to affect node-tempo-client: #166, #168, #174

Internal Improvements