Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Up rev 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nawforce committed Feb 5, 2023
1 parent 8a7b179 commit 0d37f6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Maven
<dependency>
<groupId>com.github.nawforce</groupId>
<artifactId>apex-parser</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>

NPM

"apex-parser": "^2.16.0"
"apex-parser": "^2.17.0"

## Building

Expand All @@ -62,6 +62,7 @@ To build both distributions:

## History

2.17.0 - Adds user/system mode on DML and within SOQL queries, thanks to Aaron Hurst.
2.16.0 - Fixes for empty for & while loops, soql date formulas & distance functions, additional parenthesis on when clauses, SOSL find quoting, modulus support (removed), apexdoc newline handling - thanks to Aaron Hurst for most of these ;-)
2.15.0 - Revert 2.14.0 changes.
2.14.0 - Change npm api to replace ANTLRInputStream with CharStream, for Unicode char positions
Expand Down
2 changes: 1 addition & 1 deletion jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.nawforce</groupId>
<artifactId>apex-parser</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<packaging>jar</packaging>

<name>apex-parser</name>
Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apex-parser",
"version": "2.16.0",
"version": "2.17.0",
"author": "Kevin Jones <[email protected]> (https://github.com/nawforce)",
"bugs": "https://github.com/nawforce/apex-parser/issues",
"description": "Javascript parser for Salesforce Apex Language",
Expand Down Expand Up @@ -40,4 +40,4 @@
},
"homepage": "https://github.com/nawforce/apex-parser",
"repository": "nawforce/apex-parser"
}
}

0 comments on commit 0d37f6b

Please sign in to comment.