Skip to content

Releases: elastic/go-fastjson

v1.5.1

06 May 16:16
8b1fd5e
Compare
Choose a tag to compare

What's Changed

  • fix: do not marshal NaN and Inf float values by @kruskall in #34

Full Changelog: v1.5.0...v1.5.1

v1.5.0

13 Feb 12:25
42b7a6b
Compare
Choose a tag to compare

What's Changed

  • github-actions: use ephemeral tokens by @v1v in #28
  • fix: add support types.Alias by @kruskall in #32

Full Changelog: v1.4.0...v1.5.0

v1.4.0

21 Aug 17:09
bc4661e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

19 Jun 09:38
485c9d6
Compare
Choose a tag to compare

v1.2.0

12 Jun 09:46
@axw axw
70549d9
Compare
Choose a tag to compare
  • Update to Go 1.19
  • Update golang.org/x/tools
  • Use standard Go error wrapping instead of pkg/errors

v1.1.0

11 May 07:15
@axw axw
dca77b8
Compare
Choose a tag to compare

Use golang.org/x/tools/go/packages for parsing Go packages, which works with Go modules.

v1.0.0

25 Oct 06:10
@axw axw
676cec7
Compare
Choose a tag to compare

Initial release, extracted from github.com/elastic/apm-agent-go.