Skip to content

Commit

Permalink
Merge pull request #60 from apex-dev-tools/release-4.4.0
Browse files Browse the repository at this point in the history
Release 4.4.0
  • Loading branch information
pwrightcertinia authored Dec 14, 2024
2 parents e715cbc + 60ee266 commit 29a72a7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# apex-parser - Changelog

## 4.4.0 - 2024-12-14

- Support `TimeLiteral` for `Time` fields, e.g. `WHERE TimeField__c = 01:00:00.000Z` for SOQL queries

## 4.3.1 - 2024-11-12

- Fix Lexer support for uppercase Hex
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.3.1</version>
<version>4.4.0</version>
</dependency>

NPM

"@apexdevtools/apex-parser": "^4.3.1"
"@apexdevtools/apex-parser": "^4.4.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.3.1</version>
<version>4.4.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.3.1",
"version": "4.4.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 29a72a7

Please sign in to comment.