Releases: gookit/ini
Releases · gookit/ini
v2.2.3
Change Log
Feature
- feat: Create codeql.yml action check 2c7f836
Other
- build(deps): bump github.com/gookit/goutil from 0.6.7 to 0.6.8 (#65) e58aa0f
- build(deps): bump morphy2k/revive-action from 2.5.1 to 2.5.2 (#66) c6bae3a
- build(deps): bump github.com/gookit/goutil from 0.6.8 to 0.6.9 (#67) ed3fd63
- build(deps): bump github.com/gookit/goutil from 0.6.9 to 0.6.10 (#68) 7e747c2
- build(deps): bump github.com/gookit/goutil from 0.6.10 to 0.6.11 (#69) d42e031
- build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#71) 6200daa
- build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1 (#72) 27fbf47
- build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.0 (#73) 1c79461
- build(deps): bump morphy2k/revive-action from 2.5.2 to 2.5.3 (#75) 209d248
- build(deps): bump actions/checkout from 3 to 4 (#76) 40e833e
- build(deps): bump WillAbides/setup-go-faster from 1.10.0 to 1.10.1 (#74) 4aff1f9
- build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (#77) b34ef8c
- build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#78) e77d2f5
- build(deps): bump morphy2k/revive-action from 2.5.3 to 2.5.4 (#81) 7106adf
- build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#82) 951e7ed
- build(deps): bump morphy2k/revive-action from 2.5.4 to 2.5.5 (#84) 0fdf1b3
- build(deps): bump github.com/gookit/goutil from 0.6.11 to 0.6.15 (#83) 48bea9b
- ⬆️ dep: update the go.mod version to go1.19 d5e63f5
- 👷 ci: move the go code check to alone action script e30e012
v2.2.2
Change Log
- build(deps): bump github.com/gookit/goutil from 0.6.4 to 0.6.6 (#60) 892df1d
- build(deps): bump github.com/gookit/goutil from 0.6.6 to 0.6.7 (#61) 89acd24
- build(deps): bump morphy2k/revive-action from 2.4.1 to 2.5.0 (#62) 53164b0
- build(deps): bump morphy2k/revive-action from 2.5.0 to 2.5.1 (#63) 7b66f3b
- Don't add comments with a hashtag (#64) cfa29b0
- chore: update some for export comments aecff2a
What's Changed
- Don't add comments with a hashtag by @JKJameson in #64
New Contributors
- @JKJameson made their first contribution in #64
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
v2.1.3
Change Log
Feature
- feat: parser add option - ReplaceNl replace the "\n" to newline 4caa23d
- feat: ini add option - ReplaceNl replace the "\n" to newline 744ab7f
- feat: parser - support split inline comments on parse d22fc9c
Update
- up: add some new method, update some parse logic d9f3019
- up: update go mod limit 1.18, use any replace interface{} 6a9d2cc
- up: update some parse logic, add more unit tests 3cc63bb
- up: update the parse value collect logic 79cd0ea
- up: parser - update the encode data to INI text logic 48d287d
- up: ini - use the parser.Encode to dump data as INI text 9407aad
- up: ini - update some value get and parse logic ffa5c50
- up: parser - optimize the encoding data to INI logic c30fe5e
- up: dotenv - update some get value method logic 052e9b2
- up: use the goutil/strutil/textscan refator the parse logic 5dbc2f4
- up: add more unit tests and update readme f80370d
Other
v2.1.2
Change Log
Fixed
Update
- up: update some ini parse logic, add some new func ab40d42
- up: pref some read and write config logic 77c6467
- up: add more unit tests, remove dep stretchr/testify 7df8e94
Other
- build(deps): bump github.com/gookit/goutil from 0.5.3 to 0.5.4 b7aadc9
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 cc35f0a
- build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 8020172
- build(deps): bump github.com/gookit/goutil from 0.5.4 to 0.5.5 00533cc
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 0c4142d
- build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 46fca58
- build(deps): bump github.com/gookit/goutil from 0.5.5 to 0.5.6 30a4d4f
- build(deps): bump github.com/gookit/goutil from 0.5.6 to 0.5.7 135414d
- build(deps): bump morphy2k/revive-action from 2.3.1 to 2.4.0 f76012a
- build(deps): bump github.com/gookit/goutil from 0.5.7 to 0.5.8 cdfcc9b
- chore: update some for gh release action ef375a6
- build(deps): bump github.com/gookit/goutil from 0.5.8 to 0.5.9 78f120f
- build(deps): bump github.com/gookit/goutil from 0.5.9 to 0.5.10 8eb45c4
- build(deps): bump github.com/gookit/goutil from 0.5.10 to 0.5.11 8d7adaa
- build(deps): bump github.com/gookit/goutil from 0.5.11 to 0.5.12 92aee19
- chore: update readme and go version limit c8a8ab2
v2.1.1
Change Log
Feature
- feat: add LoadFiles, LoadExistFiles direct load from a file 0d3bc0b
Other
- Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 00434cd
- Bump github.com/gookit/goutil from 0.5.0 to 0.5.1 6278dd9
- Bump github.com/gookit/goutil from 0.5.1 to 0.5.2 71f03fc
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 3214c2d
- chore: update readme and update some code style 0a42acf
- ci: update workflow action script, add some new config b448f15
- Bump github.com/gookit/goutil from 0.5.2 to 0.5.3 e9361df
- chore: update readme, update godoc badge link 43c2b9b
- chore: update readme add some desc for pkg dotenv d0f5830
v2.1.0
Change Log
Fixed
- fix bug: DefSection not declared by package ini 93a70cd
Update
Refactor
- breaking: pkg name error, mv dotnev to dotenv dir 913e14e
Other
- Bump github.com/gookit/goutil from 0.3.14 to 0.3.15 3055bb8
- Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2 c693884
- Bump github.com/gookit/goutil from 0.3.15 to 0.4.0 f635bce
- Bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 d5c9e02
- Bump github.com/gookit/goutil from 0.4.0 to 0.4.1 16e6ac8
- Bump github.com/gookit/goutil from 0.4.1 to 0.4.2 913c9b9
- Bump github.com/gookit/goutil from 0.4.2 to 0.4.4 619dc6d
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 f583dd4
- Bump github.com/gookit/goutil from 0.4.4 to 0.4.6 5cd7053
- Bump github.com/gookit/goutil from 0.4.6 to 0.5.0 c040b09
v2.0.11
Release v2.0.11
v2.0.10
Release v2.0.10