Skip to content

Releases: gcanti/parser-ts

0.6.7

20 Jul 13:29
Compare
Choose a tag to compare
  • New Feature
  • Bug Fix
    • account for all common line terminators in code-frame (@IMax153)
  • Polish
    • standardize export declarations in all modules (@IMax153)
    • add category tags to module exports (@IMax153)
  • Internal
    • remove pipeable from Parser module (@IMax153)
    • make Location model readonly in code-frame (@IMax153)

0.6.6

15 Jul 17:50
Compare
Choose a tag to compare
  • New Feature
    • add lookAhead and takeUntil to Parser, #24 (@IMax153)

0.6.5

23 Jun 09:36
Compare
Choose a tag to compare
  • Polish
    • Make between and surroundedBy polymorphic in return type, #23 (@YBogomolov)

0.6.4

22 Jun 18:38
Compare
Choose a tag to compare
  • New Feature
    • add between and surroundedBy to Parser (@IMax153)

0.6.3

05 Feb 08:59
Compare
Choose a tag to compare
  • Bug Fix
    • don't set target: es6 in tsconfig.build-es6.json (@gcanti)
  • Internal
    • upgrade to latest docs-ts (@gcanti)

0.6.2

10 Jan 09:04
Compare
Choose a tag to compare
  • New Feature
    • add build in ES6 format (@gcanti)

0.6.0

09 Jul 08:24
Compare
Choose a tag to compare

0.5.1

22 Jan 12:40
Compare
Choose a tag to compare
  • New Feature
    • add applyFirst, applySecond and ap_ to Parser (@gcanti)
    • add expectedL function (@gcanti)
  • Internal
    • upgrade to latest versions + 100% coverage (@gcanti)

0.5.0

15 Feb 07:53
Compare
Choose a tag to compare

0.4.3

12 Feb 16:57
Compare
Choose a tag to compare
  • New Feature
    • Add n-ary alts combinator, fixes #12 (@danr)