Skip to content

Commit c8e2da4

Browse files
author
github-actions
committed
Update CHANGELOG.md
1 parent 4a6761e commit c8e2da4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Change Log
22
----------
3+
## 2024.3.19 (2024-12-02)
4+
### Added
5+
- Enhanced inline expressions in {{...}} syntax:
6+
- Supports: variables, literals, function calls, arithmetic operations, string concatenation, ?? (coalesce) operator
7+
- Built-in functions:
8+
- `$pickOne(array)` - Select random item from array
9+
- `$randomInt(min, max)` - Generate random integer
10+
- `$textInput(label)` - Prompt for user input
11+
- `$readFileAsText(filePath)` - Read file contents
12+
- `$eval(jsCode)` - Execute JavaScript
13+
- `$exec(command)` - Run shell commands
14+
- And more...
15+
### Changed
16+
- Removed random and OpenAI data generation features
17+
- Removed methods (`get`, `has`, `replaceIn`) from `jc.folderVariables`, `jc.environment`, `jc.globals`, `jc.collectionVariables`, and `jc.testSuiteVariables` (use `jc.variables` instead).
18+
319
## 2024.3.18 (2024-11-22)
420
### Fixed
521
- [#121](https://github.com/JetClient/jet-client-support/issues/121) Fixed setTimeout functionality in scripts that was broken since 2024.3.16

0 commit comments

Comments
 (0)