Releases: metadevpro/ts-pegjs
Releases · metadevpro/ts-pegjs
3.0.0
Version 3.0.0
- Breaking change: Default for
errorNamechanged fromSyntaxErrortoPeggySyntaxErrorfrom #86 - Breaking change: Exported Interfaces now does not have the
Iprefix from #75Interface Renamed to IParseOptionsParseOptionsICachedCachedITraceEventTraceEventIEndExpectationEndExpectationIOtherExpectationOtherExpectationIAnyExpectationAnyExpectationIClassExpectationClassExpectationIClassPartsClassPartsILiteralExpectationLiteralExpectationIFileRangeFileRangeIFilePositionFilePosition
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.