Skip to content

Releases: aosasona/dotenv

1.2.0

22 Sep 23:41
56dbb73
Compare
Choose a tag to compare

What's Changed

  • Unify all line endings in the parser (fixes a bug on Windows - see #29) by @aosasona in #30
  • Bump dependencies, CI and package versions by @aosasona in #31

Full Changelog: 1.1.0...1.2.0

1.1.0

18 Jul 20:01
0cab092
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

17 Jul 11:57
2d2f450
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Jun 23:49
19e0f69
Compare
Choose a tag to compare

What's Changed

  • Support for Gleam >= 1.0
  • Support Node, Bun and Deno (#8)
  • Breaking change: load() method now serves as the final point for builders since it takes a DotEnv instance
  • Stricter environment and value checks in JavaScript bindings
  • Use new pattern-matching based parser (Thanks to @manveru!)
  • Return result in bindings
  • Addition of new fallback implementations for get_int and get_bool
  • Added builder methods (#20)
  • Added full-test suite (#1)
  • Updated docs
  • Updated all dependencies to the latest usable versions

Full Changelog: 0.5.1...1.0.0

0.5.1

13 Apr 14:46
1f7b960
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

05 Apr 17:06
b0f56fc
Compare
Choose a tag to compare

What's Changed

Huge thanks to @manveru for this release!

Warning

This is a breaking change because it may now fail if you relied on a previous behaviour caused by a bug in the old regex-based parser

  • convert parser to use pattern matching instead of regular expressions by @manveru in #22

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

05 Apr 13:16
294789d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

03 Apr 23:35
f5d874a
Compare
Choose a tag to compare

What's Changed

This includes a breaking change

  • Update: added option to ignore file loading errors by @aosasona in #18

Full Changelog: 0.3.0...0.4.0

0.3.0

14 Mar 14:37
1159119
Compare
Choose a tag to compare

What's Changed

  • Upgrade deps and minor refactor to reduce nesting by @aosasona in #16

Full Changelog: v0.2.4...0.3.0

v0.2.4

19 Feb 13:09
522217d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...v0.2.4