Releases: KATT/envsafe
Releases · KATT/envsafe
v2.0.3
- ⬆️ 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
2.0.2
v2.0.1
v2.0.0
- 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.