| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| godotenv-windows-amd64.tar.gz | 2023-02-04 | 1.6 MB | |
| godotenv-linux-ppc64le.tar.gz | 2023-02-04 | 1.4 MB | |
| godotenv-linux-amd64.tar.gz | 2023-02-04 | 1.5 MB | |
| godotenv-darwin-arm64.tar.gz | 2023-02-04 | 1.5 MB | |
| godotenv-darwin-amd64.tar.gz | 2023-02-04 | 1.5 MB | |
| README.md | 2023-02-04 | 2.5 kB | |
| v1.5.0 - multiline variables.tar.gz | 2023-02-04 | 14.4 kB | |
| v1.5.0 - multiline variables.zip | 2023-02-04 | 19.7 kB | |
| Totals: 8 Items | 7.5 MB | 0 | |
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 -o overload flag (thanks @2tef)
What's Changed
- Try and fix go get in CI for power8 by @joho in https://github.com/joho/godotenv/pull/157
- Fix typos in comments and extend README by @alexandear in https://github.com/joho/godotenv/pull/177
- tune README by @bikbah in https://github.com/joho/godotenv/pull/170
- Remove renovate, add dependabot by @joho in https://github.com/joho/godotenv/pull/183
- Setup codeql by @joho in https://github.com/joho/godotenv/pull/186
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/joho/godotenv/pull/184
- Bump actions/setup-go from 2 to 3 by @dependabot in https://github.com/joho/godotenv/pull/185
- Add darwin arm64 build by @statik in https://github.com/joho/godotenv/pull/174
- Sort Go import in README by @Doarakko in https://github.com/joho/godotenv/pull/193
- Fix godoc formatting by @joho in https://github.com/joho/godotenv/pull/197
- fix tiny details by @2tef in https://github.com/joho/godotenv/pull/199
- Multiline string support by @x1unix in https://github.com/joho/godotenv/pull/156
- Update CI to test go 1.20 by @joho in https://github.com/joho/godotenv/pull/201
- fix whitespace with gofmt by @2tef in https://github.com/joho/godotenv/pull/203
- add overload flag by @2tef in https://github.com/joho/godotenv/pull/200
-
- Fix: ioutil.ReadAll() is deprecated, so removed it's dependency by @dreygur in https://github.com/joho/godotenv/pull/202
New Contributors
- @x1unix made their first contribution in https://github.com/joho/godotenv/pull/118
- @alexandear made their first contribution in https://github.com/joho/godotenv/pull/177
- @bikbah made their first contribution in https://github.com/joho/godotenv/pull/170
- @dependabot made their first contribution in https://github.com/joho/godotenv/pull/184
- @statik made their first contribution in https://github.com/joho/godotenv/pull/174
- @Doarakko made their first contribution in https://github.com/joho/godotenv/pull/193
- @2tef made their first contribution in https://github.com/joho/godotenv/pull/199
- @dreygur made their first contribution in https://github.com/joho/godotenv/pull/202
Full Changelog: https://github.com/joho/godotenv/compare/v1.4.0...v1.5.0