| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6525226 commit 627b5bb
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,13 @@ | |||
| 1 | + ## 8.6.0 (2021-11-18) | ||
| 2 | + | ||
| 3 | + ### Bug fixes | ||
| 4 | + | ||
| 5 | + Fix a bug where an object literal with multiple `__proto__` properties would incorrectly be accepted if a later property value held an assigment. | ||
| 6 | + | ||
| 7 | + ### New features | ||
| 8 | + | ||
| 9 | + Support class private fields with the `in` operator. | ||
| 10 | + | ||
| 1 | 11 | ## 8.5.0 (2021-09-06) | |
| 2 | 12 | ||
| 3 | 13 | ### Bug fixes | |
@@ -36,7 +46,7 @@ A new option, `allowSuperOutsideMethod`, can be used to suppress the error when | |||
| 36 | 46 | ||
| 37 | 47 | Default `allowAwaitOutsideFunction` to true for ECMAScript 2022 an higher. | |
| 38 | 48 | ||
| 39 | - Add support for the `p` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag. | ||
| 49 | + Add support for the `d` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag. | ||
| 40 | 50 | ||
| 41 | 51 | ## 8.2.4 (2021-05-04) | |
| 42 | 52 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments