Skip to content

Releases: bzick/tokenizer

v1.4.10: bugfixes

22 Jan 09:36
Compare
Choose a tag to compare
  • loop issue triggered by unexpected escape sequences (#35 ) by @chaika2013

v1.4.9: bugfixes

15 Jan 07:55
Compare
Choose a tag to compare

v1.4.8: fuzz testing and bugfixes

14 Jan 08:22
Compare
Choose a tag to compare

What's Changed

  • Fuzz testing (#28 ) by @n-peugnet
  • 0E loses E due a bug
  • panic when \x00 the first char in stream/string

Full Changelog: v1.4.7...v1.4.8

v1.4.7: Bugfixes

04 Dec 17:42
Compare
Choose a tag to compare

Fix panic when stream ends with any white space (#26) by @n-peugnet

1.4.6: Bugfixes

06 Nov 08:56
Compare
Choose a tag to compare
  • Fixed panic inside IsNextSequence and IsAnyNextSequence (@joy4eg)

1.4.5

08 Oct 19:21
b202a03
Compare
Choose a tag to compare

Bump version

1.4.4

05 Apr 17:30
b202a03
Compare
Choose a tag to compare

Fix panic with empty string or data (#7)

1.4.3

05 Apr 17:17
25ea868
Compare
Choose a tag to compare

Fix panic with last token in stream when data reads via ParseStream (issue #9)

1.4.2

05 Apr 13:38
e0370ea
Compare
Choose a tag to compare

Fix bug #11 when numbers parses incorrectly

1.4.1

03 Apr 09:34
099c6a8
Compare
Choose a tag to compare

Fix bug #13 when stream.IsNextSequence or stream.GoTo freezes