Skip to content

Releases: connorjburton/senvf

v2.0.1

02 Oct 14:35
Compare
Choose a tag to compare

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)

v2.0.0

02 Oct 12:19
Compare
Choose a tag to compare

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

v1.0.1

24 Sep 22:26
Compare
Choose a tag to compare

1.0.1 (2022-09-24)

Bug Fixes