Skip to content

Releases: mike-lischke/antlr4-c3

New Minor Release

03 Mar 16:53
v3.4.1
602dcb2
Compare
Choose a tag to compare
  • Switched to a new major version of the antlr4ng runtime (3.0.0).
  • Fixed issue #96 Add .cjs output to package

New point release

26 Feb 10:48
v3.3.7
5472880
Compare
Choose a tag to compare

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.

New point release

06 Feb 09:02
v3.3.6
e32669d
Compare
Choose a tag to compare
  • Fixed bug #93 Add command to esbuild (stop including 3rd party libs in bundle).
  • Updated dependencies.

New point release

08 Dec 15:32
v3.3.5
51a7e88
Compare
Choose a tag to compare

Upgraded dependencies

v3.3.3

07 Nov 16:23
v3.3.3
eeededc
Compare
Choose a tag to compare

Updated dependencies, which required some changes

New Minor Release

23 Sep 12:03
Compare
Choose a tag to compare

Updated dependencies and changed package building to use esbuild.

Adjustments for latest antlr4ng

19 Sep 12:22
Compare
Choose a tag to compare
  • Updated c3 code.
  • Updated Jest settings to run ESM + TS tests.

Finished switch from antlr4ts to antlr4ng

12 Sep 11:20
Compare
Choose a tag to compare

New Point Release

08 Aug 13:05
Compare
Choose a tag to compare

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

New Minor Release

08 Aug 12:47
Compare
Choose a tag to compare
  • 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.