Skip to content

Releases: bet365/jingo

1.2.1

06 Dec 17:16
64766c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

1.2.0

05 Dec 09:43
ba5ad09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

1.1.1

05 Sep 16:18
9e00d89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

1.1.0

15 Aug 13:36
293c1dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.1.0

1.0.5

05 Jun 13:38
1ae2e35
Compare
Choose a tag to compare

Improves the escape code to cater for line feed, carriage return and tab.

1.0.4

11 Apr 09:36
2e09e22
Compare
Choose a tag to compare

Time field quoting fixed. Thanks @variar

1.0.3

28 Mar 07:58
3d4e015
Compare
Choose a tag to compare

Perf release, up to 1/3 faster execution times.

1.0.2

04 Feb 21:22
e719a92
Compare
Choose a tag to compare

fixes for the race detector.

1.0

04 Feb 11:34
cfca0b3
Compare
Choose a tag to compare

Added the ,escape option.
Updated unsafe.Pointer conversions regarding slices to be compliant with vet checks added since the last release.

v0.10.0

24 Apr 17:31
aa99394
Compare
Choose a tag to compare

Added time.Time encoding + additional tests/benchmarks. Thanks to @johngillott