Releases: obalunenko/getenv
Releases · obalunenko/getenv
v1.14.0
Changelog
- 9218b78 chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 (#134)
- 1b09846 chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#140)
- b289588 chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#131)
- 986f567 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#132)
- 78d4a10 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#133)
- 6367aec chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#135)
- e346a16 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#138)
- f02bcd1 chore(deps): bump sonarsource/sonarcloud-github-action from 2.1 to 2.3 (#139)
- cea9058 chore(deps): bump sonarsource/sonarcloud-github-action from 2.3 to 3.0 (#141)
- 780c572 feat: bump go to 1.23 (#142)
v1.13.0
Changelog
- 78d06a6 chore(deps): bump actions/cache from 3 to 4 (#127)
- 7bcd91c chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#124)
- 85d8316 chore(deps): bump github/codeql-action from 2 to 3 (#126)
- 46d959a chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#118)
- 5e18b9a chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#119)
- d6ddf71 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#120)
- d662ad0 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#121)
- ab764c8 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#122)
- 31a6637 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#123)
- 683c874 chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#125)
- 8f38e1f chore(deps): bump obalunenko/go-tools in /build/docker/go-tools (#129)
- 690dc9e chore(deps): bump sonarsource/sonarcloud-github-action from 1.9 to 2.1 (#128)
- 426c0ae chore: Add bump go version script (#130)
v1.12.1
v1.12.0
v1.11.0
Changelog
- b14968f chore(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#98)
- c87fb71 chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#100)
- 9613beb chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#101)
- 68077c6 chore: Bump go-tools image to v0.8.0 (#97)
- 4a22a7e chore: Bump go-tools image version to v0.10.0 (#99)
- 78d6c6a chore: Bump go-tools version to v0.6.3 (#96)
- 6fc973c chore: Update go-tools to v0.12.1 (#102)
- 011a926 refactor: Add error handling to env parsers (#111)
- 31d704f refactor: Implement complex generic parser (#108)
- 1887d16 refactor: Implement generic number parser (#110)
- 505b070 refactor: Implement slices generic parsers (#109)
- f05063b refactor: Implement uint generic parser (#107)
- 9fcb283 refactor: Use generic parser for float (#106)
- e41878c refactor: Use generic parser for integers (#105)
v1.10.0
v1.9.1
v1.9.0
What's Changed
- feat: Add support of new types parsers. by @obalunenko in #90
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Changelog
- f2aba53 feat: Add support of []float32 (#86)
- 35bea46 feat: Add support of []net.IP (#89)
- 01357aa feat: Add support of []time.Duration (#87)
- 33f7bb3 feat: Add support of []uint16 (#84)
- 076cb6c feat: Add support of []uint8 (#81)
- 8bcac8d feat: Add support of []url.URL (#88)
- f9478ff feat: Add support of net.IP (#85)