Releases: BoRuDar/configuration
Releases · BoRuDar/configuration
v5.0.1
21 Dec 18:22
Compare
Sorry, something went wrong.
No results found
v5.0.0
21 Dec 01:09
Compare
Sorry, something went wrong.
No results found
v4.5.1
13 Apr 22:06
Compare
Sorry, something went wrong.
No results found
v4.5.0
29 Mar 23:16
Compare
Sorry, something went wrong.
No results found
What's Changed
Add ToPtr helper function
Fixed/Improved tests
Fixed some linting warnings
dev -> master by @BoRuDar in #42
Full Changelog : v4.4.0...v4.5.0
v4.4.0
11 Mar 19:06
Compare
Sorry, something went wrong.
No results found
What's Changed
Update README.md by @Daranton in #36
Dev -> master by @BoRuDar in #37
Update README.md by @BoRuDar in #38
Fix wrapcheck linter errors
Fix errcheck linter errors + prettify tests
Fix jsonProvider coverage
Fix flagProvider coverage
New Contributors
Full Changelog : v4.3.1...v4.4.0
v4.3.1
24 Feb 21:05
Compare
Sorry, something went wrong.
No results found
v4.3.0
22 Feb 20:16
Compare
Sorry, something went wrong.
No results found
Improved error message from the Providers
Updated versions for GH Actions
v4.2.1
27 Jul 19:56
Compare
Sorry, something went wrong.
No results found
added static code analyzer #26
added security scanner #27
fixed security alerts regarding type conversions #28
v4.2.0
26 Jul 23:13
Compare
Sorry, something went wrong.
No results found
Allow users to define custom setters for struct fields if following interface is implemented:
type FieldSetter interface {
SetField (field reflect.StructField , val reflect.Value , valStr string ) error
}
v4.1.0
28 Jun 22:01
Compare
Sorry, something went wrong.
No results found
Support slices of pointers to primitive types