Releases: metadevpro/ts-pegjs
Releases · metadevpro/ts-pegjs
3.0.0
Version 3.0.0
- Breaking change: Default for
errorName
changed fromSyntaxError
toPeggySyntaxError
from #86 - Breaking change: Exported Interfaces now does not have the
I
prefix from #75Interface Renamed to IParseOptions
ParseOptions
ICached
Cached
ITraceEvent
TraceEvent
IEndExpectation
EndExpectation
IOtherExpectation
OtherExpectation
IAnyExpectation
AnyExpectation
IClassExpectation
ClassExpectation
IClassParts
ClassParts
ILiteralExpectation
LiteralExpectation
IFileRange
FileRange
IFilePosition
FilePosition
2.0.1
Version 0.3.1
- Fixed #53
- Refactored npm run test:cli to use eslint.
Version 0.3.0
- Remove support for TSLint (deprecated)
- Replaced by ESLint with standard rules for TypeScript.