Releases: magiconair/properties
Releases · magiconair/properties
v1.7.6
v1.7.5
What's Changed
-
Support duplicate expansions in the same value by @yobert in #28
Values which expand the same key multiple times (e.g.
key=${a} ${a}
) will no longer fail with acircular reference error
.
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What's Changed
- Issue #23: ignore blank lines with only whitespace by @magiconair in #25
- Update keys when DisableExpansion is enabled in #24
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- Add SetValue() method to set values generically in #17
- Add LoadMap() function to load properties from a string map in #22
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- Drop gocheck dependency in #15
- Add Map() and FilterFunc() in #21
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Decouple TestLoadExpandedFile from
$USER
in #14 - Added functionality to load properties from mix of files and urls by @rkhokhla in #12
- Keep gofmt happy by @harsimranmaan in #16
- Fixed Delete() function by @oconnormi in #18
New Contributors
- @rkhokhla made their first contribution in #12
- @harsimranmaan made their first contribution in #16
- @oconnormi made their first contribution in #18
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Issue #10: Add LoadURL,LoadURLs,MustLoadURL,MustLoadURLs method to load properties from a URL.
- Issue #11: Add LoadString,MustLoadString method to load properties from an UTF8 string.
- PR #8: Add MustFlag method to provide overrides via command line flags. (@pascaldekloe)
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add Decode method to populate struct from properties via tags.
Full Changelog: v1.5.4...v1.6.0
v1.5.6
- Vendored in gopkg.in/check.v1
Full Changelog: v1.5.5...v1.5.6
v1.5.5
- PR #6: Add Delete method to remove keys including comments. (@gerbenjacobs)
Full Changelog: v1.5.4...v1.5.5