|
| 1 | +# Rhino 1.7.9 |
| 2 | +## March 15, 2018 |
| 3 | + |
| 4 | +This release fixes a [potential ArrayIndexOutOfBoundsException](https://github.com/mozilla/rhino/issues/390) |
| 5 | +that was introduced in 1.7.8. Since it's potentially pretty serious, projects currently using 1.7.8 |
| 6 | +should switch to this new release. |
| 7 | + |
| 8 | +[Issue 390](https://github.com/mozilla/rhino/issues/390) |
| 9 | + |
| 10 | +In addition, there is a new flag on Context called "FEATURE_INTEGER_WITHOUT_DECIMAL_PLACE." |
| 11 | +If set, Rhino will work harder to display numbers in integer form rather than in floating-point |
| 12 | +form. This feature is currently disabled by default, although if it proves popular than we can |
| 13 | +consider enabling it in the future. |
| 14 | + |
| 15 | +[PR 398](https://github.com/mozilla/rhino/pull/398) |
| 16 | + |
| 17 | +At language level "ES6" and above, ToNumber conversion is now more compliant to the spec. (This |
| 18 | +change is disabled for older language levels to prevent a problem with backward compatibility.) |
| 19 | + |
| 20 | +[PR 383](https://github.com/mozilla/rhino/pull/383) |
| 21 | + |
| 22 | +Finally, there are a number of other fixes. |
| 23 | + |
| 24 | +Thanks to all who contributed, both with issues and with code! |
| 25 | + |
| 26 | +Attila Szegedi: |
| 27 | +* Fix a JavaDoc warning |
| 28 | + |
| 29 | +Ivan Vyshnevskyi: |
| 30 | +* Make ToNumber(String) conversion more spec-compliant |
| 31 | +* Report parsing error for default values in destructuring assignments |
| 32 | + |
| 33 | +Michael[tm] Smith: |
| 34 | +* Add addError(String messageId, int c) method |
| 35 | +* Add “illegal character” test to ParserTest |
| 36 | +* Show word in “identifier is a reserved word” error |
| 37 | +* Add “identifier is a reserved word” test |
| 38 | + |
| 39 | +Oleksandr Maksymenko: |
| 40 | +* changes to process integer object as integer and long as long, not as double |
| 41 | + |
| 42 | +RBRi: |
| 43 | +* cleanup the code an try to make it faster (#373) |
| 44 | + |
| 45 | +jhertel: |
| 46 | +* Correction: Compatability → Compatibility |
| 47 | + |
1 | 48 | # Rhino 1.7.8
|
2 | 49 | ## January 22, 2018
|
3 | 50 |
|
|
0 commit comments