Skip to content

Releases: harvesthq/hour-parser

v2.1.0

12 Jul 18:21
0d397c5
Compare
Choose a tag to compare
  • Fixed a display error with the calculated minutes when a running timer changes from one hour to the next.

v2.0.0

15 Mar 16:42
39bf45b
Compare
Choose a tag to compare
  • Updated to TypeScript 4.6.2
  • Converted from default export to named exports

v1.1.1

11 Jan 08:36
Compare
Choose a tag to compare
  • The build system now uses TypeScript 3.9.7
  • Other build dependencies (eslint, jest, and types) were also updated

v1.1.0

30 Jul 19:09
fe11459
Compare
Choose a tag to compare
  • BREAKING: toDecimal and toHHMM will now always return a string type, regardless of input.
  • BREAKING: toDecimal will now return a blank string when passed an invalid value, just like toHHMM does.
  • The build system now uses TypeScript 3.9.2 and targets ES2020.

v1.0.0

30 Jul 19:09
Compare
Choose a tag to compare

Initial release