Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

24 lines (11 loc) · 885 Bytes

Changelog

0.1.1 (2024-04-07)

Bug Fixes

  • expose named export Time, force cjs creation of default named export (f145b05)

0.1.0 (2024-04-07)

⚠ BREAKING CHANGES

  • module format has been changed. Please ensure your environment or bundler continue to import the module correctly after version change

Features

  • rewrite project with typescript, use jest and rollup for bundling (2f1ca82)

Miscellaneous Chores