Skip to content

Releases: vberlier/tokenstream

v0.7.1

28 Aug 17:54
Compare
Choose a tag to compare

Fix

  • Make it possible to emit errors from tokens (b97ab2d)

v0.7.0

28 Jul 17:54
Compare
Choose a tag to compare

Feature

  • Add stream.alternative(bool) (3adef70)

v0.6.2

23 Jul 00:55
Compare
Choose a tag to compare

Fix

  • Don't capture newlines in whitespace tokens (d17783e)

v0.6.1

22 Jul 23:52
Compare
Choose a tag to compare

Fix

  • Handle pattern explanation with no pattern (1de098b)

v0.6.0

22 Jul 21:28
Compare
Choose a tag to compare

Feature

  • Add arbitrary user data (105553f)

v0.5.0

24 Jun 22:29
Compare
Choose a tag to compare

Feature

  • Add alternative method and choose method (0794172)

Fix

  • Swallow syntax errors when checkpoint is not committed yet (54e77ef)
  • Don't raise UnexpectedEOF if peek_until without patterns (bcee95a)

v0.4.1

17 Jun 06:45
Compare
Choose a tag to compare

Fix

v0.4.0

17 Jun 05:42
Compare
Choose a tag to compare

Feature

  • Add collect_any and docs (2d35ba3)

Fix

  • Take into account indentation_skip (cbfe3e3)

v0.3.0

16 Jun 04:49
Compare
Choose a tag to compare

Feature

Fix

  • Accurate end_colno when the token contains newlines (3cdb432)
  • Collect with no patterns properly defers to the main iterator (3c6000a)

Documentation

v0.2.0

14 Jun 04:43
Compare
Choose a tag to compare

Feature

Fix

Documentation