|
7 | 7 | </properties> |
8 | 8 |
|
9 | 9 | <body> |
10 | | - <release version="4.11.0" date="March xx, 2025" description="Chrome/Edge 134, Firefox 136, less dependencies, Bugfixes"> |
| 10 | + <release version="4.11.0" date="March xx, 2025" description="Chrome/Edge 134, Firefox 136, Rhino regex, less dependencies, Bugfixes"> |
| 11 | + <action type="remove" dev="rbri"> |
| 12 | + Switched back from our RegExp translation into java regular expressions to use the core Rhino stuff. Rhino mades significant |
| 13 | + progress in this arae. This simplifies out impl and supports more features in the future. |
| 14 | + </action> |
| 15 | + <action type="add" dev="RhinoTeam"> |
| 16 | + core-js: RegExp lookbehind implemented. |
| 17 | + </action> |
| 18 | + <action type="update" dev="RhinoTeam"> |
| 19 | + core-js: NativeObject converted from IdScriptableObject to lambda constructor |
| 20 | + </action> |
| 21 | + <action type="fix" dev="RhinoTeam"> |
| 22 | + core-js: problem with `super` and nested lambdas |
| 23 | + </action> |
| 24 | + <action type="fix" dev="RhinoTeam"> |
| 25 | + core-js: RegExp.prototype[Symbol.match] and String.prototype.match. |
| 26 | + </action> |
| 27 | + <action type="add" dev="RhinoTeam"> |
| 28 | + core-js: Implement Symbol.match. |
| 29 | + </action> |
| 30 | + <action type="fix" dev="RhinoTeam"> |
| 31 | + core-js: String.prototype.match. As per the spec, it is simply supposed to invoke the Symbol.match of the regexp. |
| 32 | + </action> |
| 33 | + <action type="fix" dev="RhinoTeam"> |
| 34 | + core-js: Fix the behaviour of Regexp sticky flag. |
| 35 | + </action> |
11 | 36 | <action type="remove" dev="rbri"> |
12 | 37 | Deprecated methods removed from EncodingSniffer, HttpClientConverter, WebResponse, and WebResponseWrapper. |
13 | 38 | </action> |
|
43 | 68 |
|
44 | 69 | <release version="4.10.0" date="February 22, 2025" description="Chrome/Edge 133, Firefox 135, Javascript Errors, Bugfixes"> |
45 | 70 | <action type="update" dev="RhinoTeam"> |
46 | | - NativeGlobal now based on lambda functions. |
| 71 | + core-js: NativeGlobal now based on lambda functions. |
47 | 72 | </action> |
48 | 73 | <action type="update" dev="rbri"> |
49 | 74 | Avoid using XPath for implementing form submit on enter key pressed. |
|
0 commit comments