Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Releases: pietvanzoen/deno-dotenv

v3.2.2

17 Feb 08:32
c328ba3
Compare
Choose a tag to compare

This library has been integrated into the deno std library: https://deno.land/std/dotenv

This repo is now deprecated and no longer maintained.

So long and thanks for all the fish. 🐬

v3.1.0

27 Oct 04:42
Compare
Choose a tag to compare

Implement configAsync for deploy compatibility.

v3.0.0

07 Aug 14:55
Compare
Choose a tag to compare
feat: deprecate dotenv.ts

v2.0.0

17 Dec 21:04
fca0b2e
Compare
Choose a tag to compare
- fix: Fix expandNewlines bug [eab9f3a]
- fix: Improve whitespace handling in parse fn. BREAKING CHANGE [77749af]
- fix: Remove default parameter [74dfd28]
- fix: allowEmptyValues allows falsy values [fca0b2e]

v1.0.1

03 Nov 08:19
013b5c6
Compare
Choose a tag to compare
- fix: force deno.land redeploy [013b5c6]

v1.0.0

03 Nov 08:15
Compare
Choose a tag to compare
- fix: avoid overwriting existing environment variables on export [c7081e5]

v0.5.0

23 Jun 14:51
a1a417e
Compare
Choose a tag to compare
- feat: Added .env.defaults support (#32) [5de6877]

v0.4.4

20 Jun 13:39
Compare
Choose a tag to compare
- fix: support indented vars [15eb9be]

v0.4.3

08 Jun 15:24
Compare
Choose a tag to compare
- fix: does not throw on non existant env file [68a023a]

v0.4.2

04 Jun 19:08
Compare
Choose a tag to compare
- fix: parse variables that contain numbers [f4db5f0]