Releases: Xuanwo/serde-env
Releases · Xuanwo/serde-env
v0.2.0
What's Changed
- feat: Disable logging in release build by @Pscheidl in #28
- feat: Feature-flagged logging by @Pscheidl in #29
- fix: Use logging-only variables in
release
profile by @Pscheidl in #30 - perf: Avoid sorting and deduplicating in Node.flatten by @Pscheidl in #31
- fix: Remove log crate's features by @Pscheidl in #32
- feat: Opt-in logging via feature flag by @Pscheidl in #33
- Make Error struct accessible outside the crate by @acanthite1855 in #35
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #36
- Added from_env_with_prefix and init benchmark system by @wyatt-herkamp in #37
- build(deps): Update env_logger requirement from 0.10 to 0.11 by @dependabot in #38
- Fix typos by @jayvdb in #39
- More clarity about visibility by @jayvdb in #41
- feat: Add from_iter and from_iter_with_prefix by @jayvdb in #42
- refactor!: remove logging by @Pscheidl in #44
- build: v0.2.0 by @Pscheidl in #45
New Contributors
- @Pscheidl made their first contribution in #28
- @acanthite1855 made their first contribution in #35
- @wyatt-herkamp made their first contribution in #37
- @jayvdb made their first contribution in #39
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- build(deps): Bump Swatinem/rust-cache from 1 to 2 by @dependabot in #22
- build(deps): Update env_logger requirement from 0.9 to 0.10 by @dependabot in #23
- fix(de): Optional struct containing only an Option should still deserialize by @Tony-Samuels in #25
- Bump to version 0.1.1 by @Xuanwo in #26
New Contributors
- @dependabot made their first contribution in #22
- @Tony-Samuels made their first contribution in #25
Full Changelog: v0.1.0...v0.1.1