Releases: bet365/jingo
Releases · bet365/jingo
1.2.1
What's Changed
- fixed encoder tag option JSONMarshaler opt in for pointer fields by @jimhickinbottom in #33
Full Changelog: v1.2.0...v1.2.1
1.2.0
What's Changed
- added jsonmarshaler interface by @jimhickinbottom in #32
New Contributors
- @jimhickinbottom made their first contribution in #32
Full Changelog: v1.1.1...v1.2.0
1.1.1
What's Changed
- Fix for recursive structs by @nicholas-wright-bjss in #31
Full Changelog: v1.1.0...v1.1.1
1.1.0
What's Changed
- Fix for nil *time.Time serialisation by @nicholas-wright-bjss in #30
New Contributors
- @nicholas-wright-bjss made their first contribution in #30
Full Changelog: v1.0.5...v1.1.0
1.0.5
Improves the escape code to cater for line feed, carriage return and tab.
1.0.4
1.0.3
Perf release, up to 1/3 faster execution times.
1.0.2
fixes for the race detector.
1.0
Added the ,escape
option.
Updated unsafe.Pointer
conversions regarding slices to be compliant with vet checks added since the last release.
v0.10.0
Added time.Time
encoding + additional tests/benchmarks. Thanks to @johngillott