Releases: apex-dev-tools/apex-parser
Releases · apex-dev-tools/apex-parser
5.1.0-beta.1
What's Changed
- Allow functions in soql query grammar for GROUP_BY by @adangel in #85
- chore: bump to 5.1.0-beta.1 post-5.0.0 release by @kjonescertinia in #86
- feat: add createLexerAndParser helper for unified error listening by @kjonescertinia in #87
- fix: support fully-qualified enum values in switch when clauses by @kjonescertinia in #88
- fix: support :bind in SOSL WITH DIVISION clause by @kjonescertinia in #89
- chore: dependency and build toolchain updates by @kjonescertinia in #90
- chore(deps-dev): bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3 in /npm in the maven-minor-patch group by @dependabot[bot] in #91
- chore(deps-dev): bump the maven-minor-patch group in /jvm with 3 updates by @dependabot[bot] in #92
- chore: ignore JUnit and @types/node major bumps in Dependabot by @kjonescertinia in #98
- chore: bump eslint and @eslint/js to v10 by @kjonescertinia in #100
- chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.14.3 in /jvm in the maven-minor-patch group by @dependabot[bot] in #99
- chore: bump typescript to v6 by @kjonescertinia in #101
- feat: add lexer/parser support for Summer '26 multi-line strings (#102) by @kjonescertinia in #104
- fix: use dynamic import() in npm check script for ESM compatibility by @kjonescertinia in #106
- chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.14.3 to 5.14.4 in /jvm in the maven-minor-patch group by @dependabot[bot] in #107
- chore(deps-dev): bump the npm-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #112
- chore(deps-dev): bump lint-staged from 16.4.0 to 17.0.2 by @dependabot[bot] in #111
- feat: add CJS and browser builds via Rollup by @peternhale in #109
- chore(deps-dev): bump the npm-minor-patch group in /npm with 3 updates by @dependabot[bot] in #114
- chore(deps-dev): bump lint-staged from 17.0.2 to 17.0.4 in the npm-minor-patch group by @dependabot[bot] in #113
- chore: prep 5.1.0-beta.1 release and tag prereleases as 'beta' on npm by @kjonescertinia in #115
New Contributors
- @dependabot[bot] made their first contribution in #91
- @peternhale made their first contribution in #109
Full Changelog: v5.0.0-beta.5...5.1.0-beta.1
v5.0.0
What's Changed
- Update README.md by @adangel in #62
- BREAKING: Move to antlr4 runtime for Typescript by @pwrightcertinia in #66
- Improve exported types by @pwrightcertinia in #69
- Support Anonymous Apex by @pwrightcertinia in #70
- Enable
caseInsensitivelexer option by @pwrightcertinia in #71 - Update samples to 1.4.0 by @pwrightcertinia in #73
- fix: reorder memberDeclaration alternatives to prioritize class over field by @mshanemc in #72
- chore: update maven publish to use central portal by @pwrightcertinia in #76
- chore: prepare 5.0.0 beta.2 by @pwrightcertinia in #77
- Update to use ES Modules by @pwrightcertinia in #79
- Clarify dep patching by @pwrightcertinia in #80
- Temporarily bundle antlr4 until fixed by @pwrightcertinia in #81
New Contributors
Full Changelog: v4.4.0...v5.0.0
v5.0.0-beta.5
What's Changed
- Temporarily bundle antlr4 until fixed by @pwrightcertinia in #81
Full Changelog: v5.0.0-beta.4...v5.0.0-beta.5
v5.0.0-beta.4
What's Changed
- Clarify dep patching by @pwrightcertinia in #80
Full Changelog: v5.0.0-beta.3...v5.0.0-beta.4
v5.0.0-beta.3
What's Changed
- Update to use ES Modules by @pwrightcertinia in #79
Full Changelog: v5.0.0-beta.2...v5.0.0-beta.3
v5.0.0-beta.2
What's Changed
- Update samples to 1.4.0 by @pwrightcertinia in #73
- fix: reorder memberDeclaration alternatives to prioritize class over field by @mshanemc in #72
- chore: update maven publish to use central portal by @pwrightcertinia in #76
New Contributors
Full Changelog: v5.0.0-beta.1...v5.0.0-beta.2
v4.4.1
What's Changed
- Fix member declaration order by @pwrightcertinia in #74
Full Changelog: v4.4.0...v4.4.1
v5.0.0-beta.1
What's Changed
- Update README.md by @adangel in #62
- BREAKING: Move to antlr4 runtime for Typescript by @pwrightcertinia in #66
- Improve exported types by @pwrightcertinia in #69
- Support Anonymous Apex by @pwrightcertinia in #70
- Enable
caseInsensitivelexer option by @pwrightcertinia in #71
Full Changelog: v4.4.0...v5.0.0-beta.1
v4.4.0
What's Changed
Full Changelog: v4.3.1...v4.4.0
v4.3.1
What's Changed
- Fix Lexer hex characters and
whenValueparsing by @pwrightcertinia in #56
Full Changelog: v4.3.0...v4.3.1