Skip to content

Commit

Permalink
History
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 5, 2022
1 parent 0284112 commit 8039990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parser.md
Expand Up @@ -256,7 +256,7 @@ You should enable these features only if you are using an older version.
<summary>History</summary>
| Version | Changes |
| --- | --- |
| `7.19.0` | The `syntaxType` option of the `recordAndTuple` plugin defaults to `hash` |
| `7.19.0` | The `syntaxType` option of the `recordAndTuple` plugin defaults to `hash`; added `allowCallParenthesized` option for the `decorators` plugin. |
| `7.17.0` | Added `@@` and `^^` to the `topicToken` option of the `hack` pipeline operator |
| `7.16.0` | Added `disallowAmbiguousJSXLike` for `typescript` plugin. Added `^` to the `topicToken` option of the `hack` pipeline operators |
| `7.14.0` | Added `dts` for `typescript` plugin |
Expand Down
1 change: 1 addition & 0 deletions docs/plugin-proposal-decorators.md
Expand Up @@ -84,6 +84,7 @@ require("@babel/core").transformSync("code", {
<summary>History</summary>
| Version | Changes |
| --- | --- |
| `v7.19.0` | Added support for `version: "2022-03"` |
| `v7.17.0` | Added the `version` option with support for `"2021-12"`, `"2018-09"` and `"legacy"` |
</details>

Expand Down

0 comments on commit 8039990

Please sign in to comment.