Releases: stretchr/objx
Releases · stretchr/objx
v0.5.3
What's Changed
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot[bot] in #150
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #152
- Add syntax highlighting in README by @JakeRoggenbuck in #153
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #155
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #156
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #157
- Remove codeclimate integration by @hanzei in #160
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #158
- Extend test coverage to include go 1.25 by @hanzei in #161
- Remove duplicate module cache from CI by @hanzei in #162
- Replace
testifyassertions with custom testing helpers by @emilien-puget in #159
New Contributors
- @JakeRoggenbuck made their first contribution in #153
- @emilien-puget made their first contribution in #159
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #143
- Bump actions/setup-go from 4 to 5 by @dependabot in #144
- Bump actions/cache from 3 to 4 by @dependabot in #145
- Update taskfile to latest version by @hanzei in #148
- Update supported go versions to latest three by @hanzei in #149
- Update testify by @hanzei in #147
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #126
- Fix a couple typos in the README.md by @autarch in #128
- Fix typos in comments and function names by @alexandear in #129
- Use go1.13; remove vendor folder; update .github action by @alexandear in #130
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #132
- Bump actions/setup-go from 3 to 4 by @dependabot in #133
- gofmt 1.20 by @dolmen in #139
- deps: fix dependency cycle with testify (#124) by @dolmen in #140
New Contributors
- @autarch made their first contribution in #128. Thank you for your contribution!
- @alexandear made their first contribution in #129. Thank you for your contribution!
- @dolmen made their first contribution in #139. Thank you for your contribution!
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Notes
This release drops the support for go version less then 1.10.
Enhancements
- ea4fe68 Move to go modules (#91)
- d2ce263 Update to go 1.12 (#90)
- ef50b0d Update to go 1.11 (#83)
- d0444fc Update dependencies (#82)
- b8b73a3 URLQuery with index slice keys (#74)
- 9e1dfc1 Update dependencies (#81)
- 0ab728f New tests for type_specific.go and fixed code (#75)
- 652affc Add PULL_REQUEST_TEMPLATE.md (#77)
- c8db58a Move type Map out of type_specific_codegen.go (#73)
- fb88214 URLValues without sprinf, support for maps and slices (#63)
- a5cfa15 Add go 1.10 tests && update dependencies (#67)
- 2b6f327 When calling Set() with key pointing to nonexistent map path, the path will be created. (#66)
- ca93b98 Convert floats to int when parsing JSON (#59)
- 3f41636 Move tests to objx_test (#58)
- fcc2171 Remove constants file (#57)
- cfebd64 Codeclimate (#54)
- 84b0369 Refactor accessors (#53)
Fixes
- c61a9df Fix for map[interface{}]interface{} to JSON conversion (#87)
- d3a9fb1 Fix for #7 (#85)
- 77d0150 Nil value returns empty string. (#76)
- a97c7cc Fixed incorrect result for obj.Value().MSI() getter (#65)
- 2532633 Fix indentation (#69)
- 8a3f715 Fix bug introduced with #17 (#60)
- e89b2c1 Fix ObjxMapSlice (#17)