Skip to content

Commit a4327cf

Browse files
Fixed return type for evaluate and compile in TypeScript type declarations
1 parent 3002a74 commit a4327cf

File tree

5 files changed

+1087
-48
lines changed

5 files changed

+1087
-48
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This log documents significant changes for each release. This project follows
44
[Semantic Versioning](http://semver.org/).
55

6+
## [3.15.1] - 2024-08-06
7+
### Fixed
8+
- Return data type for `evaluate` and `compile` in TypeScript type declarations.
9+
The return data type now depends on the `async` option.
10+
611
## [3.15.0] - 2024-08-05
712
### Added
813
- option `async`, which allows us to get the result of an expression evaluation

0 commit comments

Comments
 (0)