Skip to content

Releases: apex-dev-tools/apex-parser

v4.1.0

14 May 09:33
35b8feb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

04 Apr 14:08
2f9160c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v4.0.0

v3.6.0

27 Feb 16:20
19ccabe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

17 Oct 09:22
f432ba7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

06 Sep 10:05
f69d30e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

02 May 10:28
ff6c041
Compare
Choose a tag to compare

What's Changed

  • 24 review license and copyright by @kjonesffdc in #25
  • build: update ANTLR to 4.9.1 by @nawforce in #27

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

25 Jan 11:20
921f200
Compare
Choose a tag to compare
  • Adds user/system mode on DML and within SOQL queries

v3.1.0

17 Nov 16:15
e407872
Compare
Choose a tag to compare
  • Adds DISTANCE and GEOLOCATION literals for SOQL.
  • Removes support for modulus operator to match apex.
  • Use of void.class no longer causes syntax error.
  • Now supports newer Date literals from API 55.

Initial release from apex-dev-tools

14 Jun 22:37
Compare
Choose a tag to compare

This is functionally identical to v2.14.0 of the nawforce apex-parser.

The maven groupId has been changed to 'io.github.apex-dev-tools' and the npm package name to @apexdevtools/apex-parser to for the new home on apex-dev-tools.

The build scripts have had some minor improvements to allow it to be run via Actions and Actions have been added for deploying to Maven and NPM when a Release is created.