Releases: gcanti/parser-ts
Releases · gcanti/parser-ts
0.6.7
- New Feature
- split "mega" parser instance into individual instances (@IMax153)
- 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.5
- Polish
- Make
between
and surroundedBy
polymorphic in return type, #23 (@YBogomolov)
0.6.4
- New Feature
- add
between
and surroundedBy
to Parser (@IMax153)
0.6.3
- Bug Fix
- don't set
target: es6
in tsconfig.build-es6.json
(@gcanti)
- Internal
- upgrade to latest
docs-ts
(@gcanti)
0.5.1
- New Feature
- add
applyFirst
, applySecond
and ap_
to Parser (@gcanti)
- add
expectedL
function (@gcanti)
- Internal
- upgrade to latest versions + 100% coverage (@gcanti)
0.4.3
- New Feature
- Add n-ary alts combinator, fixes #12 (@danr)