Skip to content

Releases: evanshortiss/env-var

7.5.0

20 May 17:31

Choose a tag to compare

  • Add asSet() accessor (#173)

7.4.2

09 May 23:31

Choose a tag to compare

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

7.4.1

28 Aug 23:06
4aa0d9e

Choose a tag to compare

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

7.4.0

21 Aug 19:18

Choose a tag to compare

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

7.3.1

24 Apr 02:54

Choose a tag to compare

  • Fix parsing even floating point numbers (#166)

7.3.0

06 Sep 17:38

Choose a tag to compare

  • Add missing asEmailString() typings (#160)

7.2.0

31 Aug 22:27

Choose a tag to compare

  • Add asEmailString() accessor (#146)

7.1.1

29 Oct 08:58

Choose a tag to compare

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

7.1.0

28 Oct 19:21

Choose a tag to compare

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

7.0.1

16 May 13:24

Choose a tag to compare

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