Releases: evanshortiss/env-var
Releases · evanshortiss/env-var
7.5.0
- Add
asSet()
accessor (#173)
7.4.2
- Fix docstrings for positive/negative int/float validators (#172)
7.4.1
Fix 7.4.0 issues with create-react-app
polyfill (#168)
7.4.0
- Do not use
process.env
by default in non-Node.js environments (#155)
7.3.1
- Fix parsing even floating point numbers (#166)
7.3.0
- Add missing
asEmailString()
typings (#160)
7.2.0
- Add
asEmailString()
accessor (#146)
7.1.1
- Fix duplicate identifier error for TypeScript builds (#151)
7.1.0
- Support type narrowed
process.env
/record and remove unused type (#148)
- Add support for
readonly T[]
generic use with asEnum()
7.0.1
- Fix loose float and int parsing (PR #144)