File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ # Rhino 1.9.1
2+ ## February 10, 2026
3+
4+ This release fixes a few small regressions introduced in Rhino 1.9.0.
5+
6+ * Ensure that the "global" object is present, necessary for core-js to run
7+ * Prevent compiled methods from introducing illegal characters in their names
8+ * Support reserved words like "class" as names of XML attributes
9+ * Fix a performance regression in the RegExp engine.
10+
11+ Thanks to all who contributed!
12+
113# Rhino 1.9.0
214## December 22, 2025
315
Original file line number Diff line number Diff line change 11rootProject.name =rhino-root
22group =org.mozilla
3- version =1.9.1-SNAPSHOT
3+ version =1.9.1
44mavenReleaseRepo =https://oss.sonatype.org/service/local/staging/deploy/maven2/
55mavenSnapshotRepo =https://oss.sonatype.org/content/repositories/snapshots
66githubPackagesRepo =https://maven.pkg.github.com/mozilla/rhino
You can’t perform that action at this time.
0 commit comments