Releases: bolorundurowb/dotenv.net
Releases · bolorundurowb/dotenv.net
v4.0.1
What's Changed
- chore/fix readme by @bolorundurowb in #35
- feature/add multi env support by @bolorundurowb in #36
- feature/split env reading from loading by @bolorundurowb in #37
- feature/add fluent api tests by @bolorundurowb in #38
- feature/update docs for v3 by @bolorundurowb in #39
- bug/fix missing env exception by @bolorundurowb in #41
- Removed unused reference to System.Memory package by @Mondonno in #42
- docs(readme): fix probForEnv default value by @caveman-dick in #44
- feature: enabled multi-line parsing of env files by @VijoPlays in #49
- Revert "feature: enabled multi-line parsing of env files" by @bolorundurowb in #50
- Feature: Added multi-line parsing via double quotes & Fix: Pipelines by @VijoPlays in #52
- chore: fix typos in DotEnvOptions.cs by @bobbyg603 in #55
- feature: Added support for multi-line variables separated by dots by @VijoPlays in #54
- ft/support escaping trailing backslashes by @bolorundurowb in #62
- #56 | fix exception path in probe for env by @bolorundurowb in #63
- ch/add OIDC proof tests by @bolorundurowb in #64
- ft/add export syntax support by @bolorundurowb in #65
- ft #66: update method documentation by @bolorundurowb in #68
New Contributors
- @Mondonno made their first contribution in #42
- @caveman-dick made their first contribution in #44
- @VijoPlays made their first contribution in #49
- @bobbyg603 made their first contribution in #55
Full Changelog: v2.1.3...v4.0.1
Add more NET standard support
- add 2.1 and 1.6 support
v2.1.1
- Split the dotenv package into component libs
More descriptive exceptions
Add the errant path to the exception message
Performance improvements
- Switch to using a singleton instead of a static class
- Fix issue with env vars that have an equals ("=") sign
add injection support
Merge pull request #3 from bolorundurowb/develop release: add support for injection