Releases: apex-dev-tools/apex-parser
Releases · apex-dev-tools/apex-parser
v4.1.0
v4.0.0
v3.6.0
v3.5.0
What's Changed
- Require do-while is given a block by @kjonescertinia in #32
- Bump version to 3.5.0 by @kjonescertinia in #34
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Update samples by @pwrightcertinia in #28
- Support +/- on switch when numeric literals by @kjonescertinia in #30
Full Changelog: v3.3.0...v3.4.0
v3.3.0
v3.2.0
- Adds user/system mode on DML and within SOQL queries
v3.1.0
- 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
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.