Skip to content

Latest commit

 

History

History
130 lines (59 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

130 lines (59 loc) · 4.17 KB

0.1.11 (2019-03-15)

Bug Fixes

  • add error handling and address issues with missing entities (16d0eb4)

0.1.10 (2019-01-08)

Bug Fixes

  • address issue with isSameYear returning an incorrect value (9847efc)

0.1.9 (2018-12-24)

Bug Fixes

  • address unhandled Promise reject when transferring Clients (ffb0c36)

0.1.8 (2018-12-08)

Bug Fixes

  • fix currentVersion check for major version above 10 (ec47227)

0.1.7 (2018-12-04)

Bug Fixes

  • add check for Node version to prevent errors if using < v10.3 (db49d73)

0.1.6 (2018-11-26)

Bug Fixes

  • update Clockify project payload to address infinite loop issue (bd552bc)

0.1.4 (2018-11-24)

Bug Fixes

  • add check for valid workspaces and additional ConfigFile validation (e0700c3)
  • fix incorrect endpoint for getting time entries in Clockify (983d6e6)

Features

  • CHANGELOG: generate CHANGELOG and add version details (b7e852c)

0.1.3 (2018-10-22)

Documentation

  • cleanup formatting for instructions and installation in README (55a2029)

0.1.2 (2018-10-20)

Documentation

0.1.1 (2018-10-18)

Chores

  • remove unneeded dependencies and install conventional-changelog-cli (3e56f99)

0.1.0 (2018-10-18)

Code Refactoring

  • change flag for write command that specifies tool (9cb144d)

BREAKING CHANGES

  • Using the old source command will no longer work on the CLI.

0.0.1 (2018-10-18)

Bug Fixes

  • fix fetch issue in Clockify class and address invalid rules in tslint.json file (d671f95)
  • fix validation error in JsonFile class (cced125)

Features

  • add additional type definitions and Clockify data fetching (9e85ec8)
  • add Client and Tag creation (d976eee)
  • add file validation to JsonFile (0df714b)
  • add functionality to use as a CLI application (0868dbd)