Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

34 lines (17 loc) · 1.29 KB

2.0.1 (2022-10-02)

Bug Fixes

  • add types property to package json (17634d2)
  • ignore unnecessary files, reduce build size from 38.8kb to 2.9kb (6d86e1b)

2.0.0 (2022-10-02)

  • fix!: change fallback logic & update return type (55be33f)

BREAKING CHANGES

  • no longer uses fallback value for falsey values (null) return types have been updated to unknown rather than string | undefined

1.0.1 (2022-09-24)

Bug Fixes

1.0.0 (2022-09-24)

Bug Fixes

  • use correct index for main file (e838a75)

Features