Skip to content

Releases: KATT/envsafe

v2.0.3

19 Mar 15:49
Compare
Choose a tag to compare
  • ⬆️ Bump np from 7.2.0 to 7.4.0 (#44) 3316e61
  • ⬆️ Bump typescript from 4.2.2 to 4.2.3 (#49) 9a0a298
  • 🕸 Fix homepage url 950fc98
  • ⬆️ Bump elliptic from 6.5.3 to 6.5.4 in /examples/next.js (#50) 11ad968
  • ⬆️ Bump typescript from 4.1.3 to 4.2.2 (#47) cac9edb
  • ⬆️ Bump husky from 4.3.7 to 4.3.8 (#39) 848810d
  • 📚 Add github link in package.json (#40) 91f0797
  • ⬆️ Bump husky from 4.3.6 to 4.3.7 (#37) 2baca01
  • ⬆️ Bump tslib from 2.0.3 to 2.1.0 (#38) e3937b1

v2.0.2...v2.0.3

2.0.2

06 Jan 16:56
Compare
Choose a tag to compare
  • 🎨 Don't allow empty defaults unless allowEmpty is true (#36)

v2.0.1

04 Jan 00:35
Compare
Choose a tag to compare
  • Tweak error message to include "or empty string" (#35)

v2.0.0

03 Jan 20:19
Compare
Choose a tag to compare
  • Treat empty string values the same as undefined values (#31)
  • Add option allowEmpty: true in case you want to override the new default behavior (#31)

Most likely non-breaking change for all users, but adhering to semver as it's a minor breaking change in some hypothetical use cases.

Thank you @beeequeue for the idea and the PR.