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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ See [version roadmap](https://www.graalvm.org/release-notes/version-roadmap/) fo
9
9
* GraalVM JavaScript is now an installable component of GraalVM. It can be installed with `gu install js`.
10
10
* Removed experimental option `commonjs-global-properties`. The same functionality can be achieved in user code with a direct call to `require()` after context creation.
11
11
* Added an experimental option `--js.zone-rules-based-time-zones` that allows to use timezone-related data from `ZoneRulesProvider` (instead of ICU4J data files).
12
+
* Temporal objects can be converted to compatible Java objects when possible, using the `Value` API's methods like `asDate()`.
0 commit comments