Releases: aosasona/dotenv
Releases · aosasona/dotenv
1.2.0
1.1.0
What's Changed
- Fix link to Hex package by @Strandinator in #27
- Deprecate
env.get
andenv.get_or
by @aosasona in #28
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Bugfix: fix
get_bool
returningTrue
in all cases by @Strandinator in #25
New Contributors
- @Strandinator made their first contribution in #25
Full Changelog: 1.0.0...1.0.1
1.0.0
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 aDotEnv
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
andget_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
What's Changed
- Set error message in erlang ffi by @stickyPiston in #23
New Contributors
- @stickyPiston made their first contribution in #23
Full Changelog: 0.5.0...0.5.1
0.5.0
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
New Contributors
Full Changelog: 0.4.1...0.5.0
0.4.1
What's Changed
- Ignore comments by @Massolari in #19
New Contributors
- @Massolari made their first contribution in #19
Full Changelog: 0.4.0...0.4.1