Skip to content

Releases: go-faster/jx

v0.38.0

24 Jun 12:38
18080b3
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #60
  • fix: parse Num correctly by @tdakkota in #59

Full Changelog: v0.37.0...v0.38.0

v0.37.0

21 Jun 11:24
5c05fcc
Compare
Choose a tag to compare

What's Changed

  • test: ensure correct behaviour of Raw and Capture used together by @tdakkota in #54
  • feat: reduce streaming Raw memory usage by @tdakkota in #55
  • chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #56
  • fix: handling io.EOF error by @tdakkota in #57

Full Changelog: v0.36.0...v0.37.0

v0.36.0

14 Jun 18:34
743d17b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #52
  • feat: add Raw support for reader by @tdakkota in #53

Full Changelog: v0.35.2...v0.36.0

v0.35.2

31 May 16:17
bfa3c8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.35.1...v0.35.2

v0.35.1

29 May 15:25
032f165
Compare
Choose a tag to compare

Full Changelog: v0.35.0...v0.35.1

v0.35.0

16 May 14:56
defc97c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/segmentio/asm from 1.1.3 to 1.1.4 by @dependabot in #44
  • chore(deps): bump github.com/segmentio/asm from 1.1.4 to 1.1.5 by @dependabot in #45
  • chore(deps): bump github.com/segmentio/asm from 1.1.5 to 1.2.0 by @dependabot in #46
  • feat: add object iterator by @tdakkota in #48

Full Changelog: v0.34.0...v0.35.0

v0.34.0

06 Apr 09:08
0a79161
Compare
Choose a tag to compare

What's Changed

  • feat: add byte slice as JSON string writer by @tdakkota in #43

Full Changelog: v0.33.0...v0.34.0

v0.33.0

26 Mar 13:09
27f88a8
Compare
Choose a tag to compare

What's Changed

  • test: add testcases from stdlib for float parser by @tdakkota in #37
  • feat: array iterator by @tdakkota in #33
  • chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #38
  • feat: reduce float decoding allocations by using unsafe by @tdakkota in #39
  • feat: use number set to speed up number parsing by @tdakkota in #40
  • feat: improve float decoding layout, add more float benchmarks by @tdakkota in #41
  • test: use integers.json file to benchmark integer decoder by @tdakkota in #42

Full Changelog: v0.32.2...v0.33.0

v0.32.2

22 Feb 12:44
98f3014
Compare
Choose a tag to compare

What's Changed

  • fix: do not unread, if next was failed by @tdakkota in #36

Full Changelog: v0.32.1...v0.32.2

v0.32.1

25 Jan 04:44
c8ebbd1
Compare
Choose a tag to compare

What's Changed

  • fix: skip space if needed, when decoding bool/null by @tdakkota in #32

Full Changelog: v0.32.0...v0.32.1