Releases: harvesthq/hour-parser
Releases · harvesthq/hour-parser
v2.1.0
v2.0.0
v1.1.1
v1.1.0
- BREAKING:
toDecimal
andtoHHMM
will now always return astring
type, regardless of input. - BREAKING:
toDecimal
will now return a blank string when passed an invalid value, just liketoHHMM
does. - The build system now uses TypeScript 3.9.2 and targets ES2020.