Skip to content

Commit

Permalink
Merge pull request #54 from apex-dev-tools/release-4.3.0
Browse files Browse the repository at this point in the history
Release 4.3.0
  • Loading branch information
pwrightcertinia authored Sep 26, 2024
2 parents 07c4de6 + bd7c62d commit eb37247
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# apex-parser - Changelog

## 4.3.0 - 2024-09-26

- Add `convertCurrency` and `FORMAT` SOQL/SOSL functions
- Support nested functions in `FORMAT`
- Support aliases on SOSL functions

## 4.2.0 - 2024-09-02

- Add support for multiple nested SOQL sub queries
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Maven
<dependency>
<groupId>io.github.apex-dev-tools</groupId>
<artifactId>apex-parser</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>

NPM

"@apexdevtools/apex-parser": "^4.2.0"
"@apexdevtools/apex-parser": "^4.3.0"

## Building

Expand Down
2 changes: 1 addition & 1 deletion jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.apex-dev-tools</groupId>
<artifactId>apex-parser</artifactId>
<version>4.2.0</version>
<version>4.3.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.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apexdevtools/apex-parser",
"version": "4.2.0",
"version": "4.3.0",
"author": "Apex Dev Tools Team <[email protected]> (https://github.com/apex-dev-tools)",
"bugs": "https://github.com/apex-dev-tools/apex-parser/issues",
"description": "Javascript parser for Salesforce Apex Language",
Expand Down

0 comments on commit eb37247

Please sign in to comment.