Releases: bzick/tokenizer
Releases · bzick/tokenizer
1.4.6: Bugfixes
- Fixed panic inside
IsNextSequence
and IsAnyNextSequence
(@joy4eg)
1.4.4
Fix panic with empty string or data (#7)
1.4.3
Fix panic with last token in stream when data reads via ParseStream
(issue #9)
1.4.2
Fix bug #11 when numbers parses incorrectly
1.4.1
Fix bug #13 when stream.IsNextSequence
or stream.GoTo
freezes
1.3.0
- 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
Fix parsed
counter. Cleanup the code