Skip to content

Releases: bzick/tokenizer

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

1.4.0

23 Oct 14:52
d16c4b7
Compare
Choose a tag to compare

1.3.0

15 Sep 14:30
60a4e82
Compare
Choose a tag to compare
  • Add stream.IsNextSequence()
  • Add stream.IsAnyNextSequence()
  • Fix readme and comments

What's Changed

  • Add comments by @bzick in #2
  • Add stream.IsNextSequence() and stream.IsAnyNextSequence() by @bzick in #4

Full Changelog: v1.2.2...v1.3.0

Version 1.2.2

30 May 21:37
9e2b8cd
Compare
Choose a tag to compare

Fix parsed counter. Cleanup the code

Version 1.2.1

16 Nov 22:06
Compare
Choose a tag to compare

fix go.mod