Skip to content

Commit eb37247

Browse files
Merge pull request #54 from apex-dev-tools/release-4.3.0
Release 4.3.0
2 parents 07c4de6 + bd7c62d commit eb37247

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# apex-parser - Changelog
22

3+
## 4.3.0 - 2024-09-26
4+
5+
- Add `convertCurrency` and `FORMAT` SOQL/SOSL functions
6+
- Support nested functions in `FORMAT`
7+
- Support aliases on SOSL functions
8+
39
## 4.2.0 - 2024-09-02
410

511
- Add support for multiple nested SOQL sub queries

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Maven
4848
<dependency>
4949
<groupId>io.github.apex-dev-tools</groupId>
5050
<artifactId>apex-parser</artifactId>
51-
<version>4.2.0</version>
51+
<version>4.3.0</version>
5252
</dependency>
5353

5454
NPM
5555

56-
"@apexdevtools/apex-parser": "^4.2.0"
56+
"@apexdevtools/apex-parser": "^4.3.0"
5757

5858
## Building
5959

jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.apex-dev-tools</groupId>
77
<artifactId>apex-parser</artifactId>
8-
<version>4.2.0</version>
8+
<version>4.3.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>apex-parser</name>

npm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apexdevtools/apex-parser",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"author": "Apex Dev Tools Team <[email protected]> (https://github.com/apex-dev-tools)",
55
"bugs": "https://github.com/apex-dev-tools/apex-parser/issues",
66
"description": "Javascript parser for Salesforce Apex Language",

0 commit comments

Comments
 (0)