Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 1.9 KB

File metadata and controls

52 lines (25 loc) · 1.9 KB

Changelog

1.2.1 (2024-05-15)

Bug Fixes

  • adjusts content type usage (b89638b)

1.2.0 (2024-05-15)

Features

  • adds time entry post request (50425ce)

Bug Fixes

  • bug fixes to the project tasks endpoint (b9c5d4d)

1.1.0 (2024-05-15)

Features

  • adds project task endpoint (6105a03)

1.0.0 (2024-04-16)

⚠ BREAKING CHANGES

  • moves api to class and omits dotenv

Features

  • get all trackings method (9b97ec5)

Bug Fixes

  • adds backwards compatibility (45b3a84)
  • moves tslib to runtime dependencies (b8d0448)
  • post install now uses correct build (a3a2b60)
  • tsconfig now includes correct files (238a69d)
  • validates api key on initialization (2d082e7)

Code Refactoring

  • moves api to class and omits dotenv (649887b)