- Updated to TypeScript 4.6.2
- Converted from default export to named exports
- The build system now uses TypeScript 3.9.7
- Other build dependencies (eslint, jest, and types) were also updated
- 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.
Initial release