You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ See [release calendar](https://www.graalvm.org/release-calendar/) for release da
7
7
8
8
## Version 25.0.0
9
9
* ECMAScript 2025 mode/features enabled by default.
10
-
* Updated Node.js to version 22.15.1.
10
+
* Updated Node.js to version 22.17.1.
11
11
* Implemented the [`Intl.DurationFormat`](https://github.com/tc39/proposal-intl-duration-format) proposal.
12
12
* Made option `js.text-encoding` stable and allowed in `SandboxPolicy.CONSTRAINED`.
13
13
* Implemented the [`import defer`](https://github.com/tc39/proposal-defer-import-eval) proposal. It is available in ECMAScript staging mode (`--js.ecmascript-version=staging`).
14
14
* Implemented the [`Upsert`](https://github.com/tc39/proposal-upsert) proposal. It is available in ECMAScript staging mode (`--js.ecmascript-version=staging`).
15
+
* Enabled source phase imports from WebAssembly modules (`import source mod from "./mod.wasm"`) by default if the `js.webassembly` option is enabled and the `js.source-phase-imports` option is not explicitly set to `false`.
"com.oracle.truffle.js.lang to org.graalvm.truffle",
481
488
"com.oracle.js.parser to org.graalvm.nodejs",
482
489
"com.oracle.js.parser.ir to org.graalvm.nodejs",
@@ -532,16 +539,15 @@
532
539
"useModulePath": True,
533
540
},
534
541
535
-
"JS_COMMUNITY": {
542
+
"JS_POM": {
536
543
"type": "pom",
537
544
"runtimeDependencies": [
538
545
"GRAALJS",
539
546
"truffle:TRUFFLE_RUNTIME",
540
547
],
541
-
"description": "GraalJS, a high-performance embeddable JavaScript runtime for Java. This POM dependency includes GraalJS dependencies and Truffle Community Edition.",
542
-
"descriptionGFTC": "GraalJS, a high-performance embeddable JavaScript runtime for Java. This POM dependency includes GraalJS dependencies and Truffle.",
548
+
"description": "GraalJS, a high-performance embeddable JavaScript runtime for Java. This POM dependency includes GraalJS dependencies and Truffle.",
0 commit comments