Skip to content

Releases: metadevpro/ts-pegjs

3.0.0

02 Jan 11:49
1f42dc6
Compare
Choose a tag to compare

Version 3.0.0

  • Breaking change: Default for errorName changed from SyntaxError to PeggySyntaxError from #86
  • Breaking change: Exported Interfaces now does not have the I prefix from #75
    Interface 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

04 Jul 10:43
Compare
Choose a tag to compare

Added support for Peggy 2.0.1

Version 0.3.1

09 Feb 08:59
Compare
Choose a tag to compare
  • Fixed #53
  • Refactored npm run test:cli to use eslint.

Version 0.3.0

31 Dec 15:40
Compare
Choose a tag to compare
  • Remove support for TSLint (deprecated)
  • Replaced by ESLint with standard rules for TypeScript.