Changelog History
-
v1.6.0-pre.4 Changes
May 25, 2026๐ Small CI fixes after leaving main broken on the pre-release 3 changes.
What's Changed
- Definitively commit to allowing hyphens (again) by @joho in #264
- ๐ Point CI to new windows tag by @joho in #265
Full Changelog : v1.6.0-pre.3...v1.6.0-pre.4
-
v1.6.0-pre.3 Changes
May 20, 2026Ideally last pre before 1.6.0 actually goes out.
๐ The new sentinel errors from #228 us
fmt.Errorfanderrors.Isfrom 1.13 so there is a small bump in supported version.โก๏ธ CI only tests last 5 versions so the floor set in go.mod is "best effort" (ie if I hear it's broken, i'll update go.mod rather than change anything)
What's Changed
- ๐ Fix typo in
hasQuotePrefixreturn variable by @parkerbxyz in #251 - ๐จ refactor: replace recursion with loop in getStatementStart by @Yanhu007 in #261
- ๐ fix: don't treat closing quote as escaped after an escaped backslash by @SAY-5 in #262
- ๐ Fixed backwards compatibility with godotenv 1.4.0 allowing hyphens in variable names. by @bocajim in #245
- ๐ bugfix: fix an int parsing bug in godotenv.Marshal by @t3mp14r3 in #235
- The
envvariable is already defined but has been declared again by @ghaninia in #198 - ๐ Fix Precedence & Conventions in README.md by @kvokka in #243
- โก๏ธ Update README to reflect Go version requirement by @guettli in #254
- simplify Replace(..,-1) by ReplaceAll for strings and bytes by @lotusirous in #252
- โฌ๏ธ Bump actions/checkout from 3 to 4 by @dependabot[bot] in #216
- โก๏ธ CI and Versioning updates by @joho in #263
- ๐ docs: add usage for tool dependency in go1.24 by @ignatij in #240
- โฌ๏ธ Bump thatisuday/go-cross-build from 1.0.2 to 1.1.0 by @dependabot[bot] in #188
๐ New Contributors
- @parkerbxyz made their first contribution in #251
- @Yanhu007 made their first contribution in #261
- @SAY-5 made their first contribution in #262
- @bocajim made their first contribution in #245
- @t3mp14r3 made their first contribution in #235
- @ghaninia made their first contribution in #198
- @kvokka made their first contribution in #243
- @guettli made their first contribution in #254
- @ignatij made their first contribution in #240
Full Changelog : v1.6.0-pre.2...v1.6.0-pre.3
- ๐ Fix typo in
-
v1.5.0 Changes
February 04, 2023๐ The big news this release is that godotenv finally, after much procrastination in review, supports multiline variables (fixes #64). Big shoutout to @x1unix for the bulk of the work on the original PR and also to @coolaj86 and @austinsasko for some very helpful review and tweaks.
Also added a
-ooverload flag (thanks @2tef)What's Changed
- ๐ท Try and fix go get in CI for power8 by @joho in #157
- ๐ Fix typos in comments and extend README by @alexandear in #177
- tune README by @bikbah in #170
- โ Remove renovate, add dependabot by @joho in #183
- Setup codeql by @joho in #186
- โฌ๏ธ Bump actions/checkout from 2 to 3 by @dependabot in #184
- โฌ๏ธ Bump actions/setup-go from 2 to 3 by @dependabot in #185
- โ Add darwin arm64 build by @statik in #174
- Sort Go import in README by @Doarakko in #193
- ๐ Fix godoc formatting by @joho in #197
- ๐ fix tiny details by @2tef in #199
- ๐ Multiline string support by @x1unix in #156
- โก๏ธ Update CI to test go 1.20 by @joho in #201
- ๐ fix whitespace with gofmt by @2tef in #203
- โ add overload flag by @2tef in #200
๐ New Contributors
- @x1unix made their first contribution in #118
- @alexandear made their first contribution in #177
- @bikbah made their first contribution in #170
- @dependabot made their first contribution in #184
- @statik made their first contribution in #174
- @Doarakko made their first contribution in #193
- @2tef made their first contribution in #199
- @dreygur made their first contribution in #202
Full Changelog : v1.4.0...v1.5.0
-
v1.3.0 Changes
September 11, 2018 -
v1.2.0 Changes
September 20, 2017โ Added in this version:
- โ Added Marshal, Unmarshal, and Write methods to write .env files back to disk (or string) #35 #41 #42 thanks @alexquick
- โ Added Parse(r io.Reader) to read env out of streams #36 thanks @pda
- ๐ Small parsing fixes #34 thanks @alexquick
- Some repository quality of life stuff #33 thanks @crash7
-
v1.1 Changes
March 30, 2017 -
v0.0.0-testingreleases
February 05, 2023