v2.1.3
Change Log
Fixed
- fix: retry set value error on load yaml v2 data 9764bbd
- fix: #91 - add lock on binding values to struct 1ca5fff
- fix: fix DumpToFile() error on go1.15, add some tests 8021f6c
- fix: fix set error on input yaml.v2 like data 6d5e8a6
- fix build error for built in json driver b71d046
Feature
- feat: new option - ParseTime support parse string to time.Duration. see issue #81 046bdd7
- feat: add new driver use Java properties as config source 4ed0a18
Update
- up: update some code style and update gh release script 64ddf53
- up: use copy new bind-config instead of add read-lock 1d28d20
- up: enhance the Set logic, allow change type of map item value. issues #70 46cb2f1
- up: update readme and examples, default recommend use yaml.v3 808bb97
Other
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 734c2dd
- build(deps): bump github.com/gookit/goutil from 0.5.2 to 0.5.4 ea79da9
- build(deps): bump github.com/gookit/ini/v2 from 2.1.0 to 2.1.1 4561cd9
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 5d5226d
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 c69629b
- build(deps): bump github.com/gookit/goutil from 0.5.4 to 0.5.5 20371c2
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 01bcf97
- build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 8d5bb4a
- chore: update some gh action script and method comments 4806a21
- build(deps): bump github.com/gookit/goutil from 0.5.5 to 0.5.6 46dc450
- build(deps): bump github.com/gookit/goutil from 0.5.6 to 0.5.7 229c49d
- build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 45d0807
- add DumpToFile add WithSetSaveFile 06a328e
- build(deps): bump morphy2k/revive-action from 2.3.1 to 2.4.0 b427382
- chore: update some code style and comments adc55a9
- chore: add unit tests for properties driver d0e34e7
- chore: update the properties driver dep version 62ee080
- chore: update the gookit/properties to v0.1, upgrade goutil 37bfe90
- chore: update some examples, update some for json driver 167f619
- chore: update readme, add test on go1.19 and rm go1.15 752b6e9
New Contributors
Full Changelog: v2.1.2...v2.1.3