Closed renovate[bot] closed 7 months ago
This PR contains the following updates:
v6.9.3
v10.0.0
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v6.9.3
->v10.0.0
Release Notes
caarlos0/env (github.com/caarlos0/env/v6)
### [`v10.0.0`](https://togithub.com/caarlos0/env/releases/tag/v10.0.0) [Compare Source](https://togithub.com/caarlos0/env/compare/v9.0.0...v10.0.0) #### Changelog ##### New Features - [`62b4ae1`](https://togithub.com/caarlos0/env/commit/62b4ae1b184f2fcdfaba263e66bb1d37e4bfcda5): feat!: ParseWithOptions: add the ability to override default opt.FuncMap keys ([#272](https://togithub.com/caarlos0/env/issues/272)) ([@Daniel538](https://togithub.com/Daniel538)) - [`e7e49c4`](https://togithub.com/caarlos0/env/commit/e7e49c464796841b50737b73bac531a01d94bf66): feat: GetFieldParams and GetFieldParamsWithOptions functions ([#261](https://togithub.com/caarlos0/env/issues/261)) ([@saturn4er](https://togithub.com/saturn4er)) - [`92df8c4`](https://togithub.com/caarlos0/env/commit/92df8c483610990512b871e8ccf9d550d90c9dda): feat: adds public ToMap function ([#275](https://togithub.com/caarlos0/env/issues/275)) ([@maxfilov](https://togithub.com/maxfilov)) - [`13ac655`](https://togithub.com/caarlos0/env/commit/13ac65527714f51e13b659bcaca1cd79b0993a98): feat: custom key value separator ([#284](https://togithub.com/caarlos0/env/issues/284)) ([@ruslan944](https://togithub.com/ruslan944)) - [`3f90e4a`](https://togithub.com/caarlos0/env/commit/3f90e4aee403062b4bb2d1690bb677af45ef6b2f): enhancement: Expand with default values ([#285](https://togithub.com/caarlos0/env/issues/285)) ([@gabrielcipriano](https://togithub.com/gabrielcipriano)) ##### Documentation updates - [`6723663`](https://togithub.com/caarlos0/env/commit/67236635cdfcab99baac3675ab5a058a49d853ee): docs: add map usage ([#282](https://togithub.com/caarlos0/env/issues/282)) ([@rfyiamcool](https://togithub.com/rfyiamcool)) ##### Other work - [`6061c47`](https://togithub.com/caarlos0/env/commit/6061c47a86bc2ffec1ee6dcb6a3a6b0a1096d14c): release: v10 ([@caarlos0](https://togithub.com/caarlos0)) *** *Released with [GoReleaser Pro](https://goreleaser.com/pro)!* ### [`v9.0.0`](https://togithub.com/caarlos0/env/releases/tag/v9.0.0) [Compare Source](https://togithub.com/caarlos0/env/compare/v8.0.0...v9.0.0) #### Changelog ##### New Features - [`7a25c17`](https://togithub.com/caarlos0/env/commit/7a25c17e27bebe33ed7be5b169a95f61a0d90aae): feat!: accept expand as an option to the env tag ([#263](https://togithub.com/caarlos0/env/issues/263)) ([@caarlos0](https://togithub.com/caarlos0)) - [`4f6bb22`](https://togithub.com/caarlos0/env/commit/4f6bb22b03e366362642bc1b1b2bb8ba5b5786ef): feat!: v9 ([@caarlos0](https://togithub.com/caarlos0)) - [`9124b0a`](https://togithub.com/caarlos0/env/commit/9124b0abae524d4188d361dfef02bad9b97be423): feat: add support Web Assembly ([#265](https://togithub.com/caarlos0/env/issues/265)) ([@BorzdeG](https://togithub.com/BorzdeG)) ##### Bug fixes - [`0f07b7f`](https://togithub.com/caarlos0/env/commit/0f07b7f1a16b6ddbf3a03c82b26678ec48436bad): fix: invalid environment variable ([#271](https://togithub.com/caarlos0/env/issues/271)) ([@aymanbagabas](https://togithub.com/aymanbagabas)) - [`0b4d8a6`](https://togithub.com/caarlos0/env/commit/0b4d8a6c65bd475b19c0d49192a4efcae0d65896): fix: skip fields without env key in onSet ([#266](https://togithub.com/caarlos0/env/issues/266)) ([@aymanbagabas](https://togithub.com/aymanbagabas)) ##### Documentation updates - [`390412e`](https://togithub.com/caarlos0/env/commit/390412e4446ffcda767a61e790d3cb43efa03c9f): docs: clarify custom parser funcs and required fields ([@caarlos0](https://togithub.com/caarlos0)) - [`3f7d8cf`](https://togithub.com/caarlos0/env/commit/3f7d8cf57c96b465f9186215134d7535ab78c6be): docs: fix examples in readme for v8.0.0 ([#264](https://togithub.com/caarlos0/env/issues/264)) ([@Mattias-](https://togithub.com/Mattias-)) #### Migrating from v8 Replace `envExpand:"true"` with `,expand`, e.g.: ```go type Foo struct { Foo string `env:"FOO,expand"` } ``` *** *Released with [GoReleaser Pro](https://goreleaser.com/pro)!* ### [`v8.0.0`](https://togithub.com/caarlos0/env/releases/tag/v8.0.0) [Compare Source](https://togithub.com/caarlos0/env/compare/v7.1.0...v8.0.0) #### Changelog ##### Other work - [`224d85f`](https://togithub.com/caarlos0/env/commit/224d85fd8e951dea1fe7cab6c51f390afd4b7efa): build: fix goreleaser flags ([@caarlos0](https://togithub.com/caarlos0)) - [`fac0414`](https://togithub.com/caarlos0/env/commit/fac0414d0b77f17582fba4aaa5d435820c5a39f0): build: test on go stable and oldstable ([#259](https://togithub.com/caarlos0/env/issues/259)) ([@caarlos0](https://togithub.com/caarlos0)) - [`4e0f915`](https://togithub.com/caarlos0/env/commit/4e0f9156cfcf67667dd263ad13f0f9110cbe1798): feat!: refactor parse and parse with options ([#256](https://togithub.com/caarlos0/env/issues/256)) ([@caarlos0](https://togithub.com/caarlos0)) #### Updating from v7 - if you use `env.Parse` with no options, no change is required. - if you use `env.Parse` with one `Options{}`, call `env.ParseWithOptions` instead. - if you use `env.Parse` with options, and pass more than one `Options{}`, merge them into a single one, and use `env.ParseWithOptions` instead. - if you use `env.ParseWithFuncs`, use `env.ParseWithOptions` instead, and put your parsers into `Options{ FuncMap:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.