Skip to content

Releases: kaatinga/settings

[]byte type is supported

21 Aug 10:12
Compare
Choose a tag to compare

[]byte type is supported to read string data as []byte

LoadSettings() is renamed to Load(), fixed linter issues

26 Apr 11:42
Compare
Choose a tag to compare
  • LoadSettings() is renamed to Load()
  • fixed linter issues
  • repository clean-up

Code clean-up

08 Jun 21:14
Compare
Choose a tag to compare
  • no syslog package levels support anymore
  • no logrus package levels support anymore
  • dependencies are minimised

Fixed incorrect required check on a field with default setting

07 Sep 16:36
Compare
Choose a tag to compare

Fixed incorrect required tag after required tag was once set

07 Sep 16:20
Compare
Choose a tag to compare
v1.4.5

fixed incorrect required status

Float64 is supported

04 Sep 09:11
Compare
Choose a tag to compare
  • float64 type is supported
  • code can run on Windows now
  • errors handled better

Added support of int8, int16, and int32

28 Aug 16:27
Compare
Choose a tag to compare
v1.4.3

unit tests run with go 1.17 now

Omitted fields are processed properly

22 Jun 05:44
Compare
Choose a tag to compare

The error was fixed: Once an omitted field was found, the next fields were considered as omitted

Package renamed to `settings`

20 Jun 01:23
Compare
Choose a tag to compare

ready logger settings were added

Minor improvements, documentation & code clean-up

24 May 20:47
Compare
Choose a tag to compare
v1.3.1

LoadUsingReflect() => LoadSettings()