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)