Env Var Versions Save

Verification, sanitization, and type coercion for environment variables in Node.js

7.4.2

1 week ago
  • Fix docstrings for positive/negative int/float validators (#172)

7.4.1

8 months ago

Fix 7.4.0 issues with create-react-app polyfill (#168)

7.4.0

8 months ago
  • Do not use process.env by default in non-Node.js environments (#155)

7.3.1

1 year ago
  • Fix parsing even floating point numbers (#166)

7.3.0

1 year ago
  • Add missing asEmailString() typings (#160)

7.2.0

1 year ago
  • Add asEmailString() accessor (#146)

7.1.1

2 years ago
  • Fix duplicate identifier error for TypeScript builds (#151)

7.1.0

2 years ago
  • Support type narrowed process.env/record and remove unused type (#148)
  • Add support for readonly T[] generic use with asEnum()

7.0.1

3 years ago
  • Fix loose float and int parsing (PR #144)

7.0.0

3 years ago
  • Drop support for Node.js 8 and 13 (support only current, active, and maintenance versions)
  • Improve support for browser usage (#138)
  • Fix documentation errors (#139)
  • Improve documentation layout (#140)