File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ # apex-parser - Changelog
2
+
3
+ ## 3.1.0 - 2022-11-17
4
+
5
+ * Adds DISTANCE and GEOLOCATION literals for SOQL.
6
+ * Removes support for modulus operator to match apex.
7
+ * Use of ` void.class ` no longer causes syntax error.
8
+ * Now supports newer Date literals from API 55.
9
+
10
+ ## 3.0.0 - 2022-06-14
11
+
12
+ * Initial github release.
Original file line number Diff line number Diff line change 1
1
README.md
2
+ CHANGELOG.md
2
3
node_modules /
3
4
lib /
Original file line number Diff line number Diff line change 10
10
"antlr4ts" : " npm run antlr-build && npm run antlr-patch" ,
11
11
"antlr-build" : " (cd antlr; antlr4ts -visitor -o ../src ApexLexer.g4 ApexParser.g4)" ,
12
12
"antlr-patch" : " node patch" ,
13
- "build" : " npm run clean && npm run antlr4ts && cp ../README .md . && tsc" ,
13
+ "build" : " npm run clean && npm run antlr4ts && cp ../* .md . && tsc" ,
14
14
"check" : " node -e 'require(\" ./lib/index.js\" ).check()'" ,
15
15
"clean" : " rm -rf lib" ,
16
16
"test" : " jest --config jestconfig.json lib" ,
You can’t perform that action at this time.
0 commit comments