Releases: tunnelvisionlabs/antlr4ts
Releases · tunnelvisionlabs/antlr4ts
0.5.0-alpha.4
- Maintenance updates
- Update port to match ANTLR 4.9.0-opt (#492)
- Fix errors with 'strict' mode compilation (#494, #496)
- Update dependencies (#433, #441, #445, #469, #489)
- Fix support for TypeScript 4 (#490)
- Include .ts source files (#432)
- Bug fixes
- Fix handling of
text
in CommonToken.fromToken
(#415)
0.5.0-alpha.3
- Update port to match ANTLR 4.7.3-opt
- Fix issue reported by @nmarusov in #409
0.5.0-alpha.2
Update version numbers for release 0.5.0-alpha.2
0.5.0-alpha.1
Update version numbers for release 0.5.0-alpha.1
0.4.1-alpha.0 - Readme fixup for npmjs.org
Minor update for readme visibility.
Includes only minor code changes w/ incomplete support for ATNs with Unicode supplemental planes.
PR #317 not yet merged
0.4.0-alpha.3
Changes since 0.4.0-alpha.2
- Fix return type for optional accessors in generated context classes (#265)
- Convert many get and set methods to properties (#8, #266, #268)
- Updated code to incorporate bugs fixed through release 4.6.0.3 of the optimized java target (#263)
0.4.0-alpha.2
Changes since 0.4.0-alpha.1
- TypeScript 2.1 is now required (#255)
- Compatibility fixes for non-Windows users
- Make antlr4ts executable on non-Windows systems (#250)
- Fix case of import (#256)
- Fixed failure to compile generated code for certain large grammars (#249)
0.4.0-alpha.1
Initial Preview Release
This release is available through NPM, with complete installation instructions described in the README.md.