Antlr4 C3 Versions Save

A grammar agnostic code completion engine for ANTLR4 based parsers

v3.4.1

2 months ago
  • Switched to a new major version of the antlr4ng runtime (3.0.0).
  • Fixed issue #96 Add .cjs output to package

v3.3.7

2 months ago

Stop bundling 3rd party libraries in the own lib bundle. This is not only unnecessary (these deps are installed with all the other dependencies in a target project), but can cause trouble if a depenent project uses 2 different versions of such a bundled 3rd party lib.

v3.3.6

3 months ago
  • Fixed bug #93 Add command to esbuild (stop including 3rd party libs in bundle).
  • Updated dependencies.

v3.3.5

5 months ago

Upgraded dependencies

v3.3.3

6 months ago

Updated dependencies, which required some changes

v3.3.0

7 months ago

Updated dependencies and changed package building to use esbuild.

v3.2.4

7 months ago
  • Updated c3 code.
  • Updated Jest settings to run ESM + TS tests.

v3.2.3

8 months ago

v3.1.1

9 months ago

No functional changes compared to v3.1.0, I just forgot to update the readme 🙄

v3.1.0

9 months ago
  • Fixed a number of jsdoc comments.
  • Changed copyrights to refer to the license file without a copyright year.
  • Renamed a few interfaces to follow the interface naming rules (a leading I).
  • Merged PR #81 from Aaron Braunstein.
  • Fixed a number of formatting issues.
  • Upgraded all dependencies to their latest version.