Skip to content

Commit

Permalink
changelog 18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 29, 2023
1 parent 86bc4d0 commit 995e464
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/docs/content/changelog.md
Expand Up @@ -5,10 +5,20 @@ eleventyNavigation:
key: Changelog
---

## 18.4

- Include `Symbol` keys in formatting/comparison.
- Print symbols in formatted objects as `Symbol.for(...)` if
appropriate.
- Print known symbols from the `Symbol` constructor as
`Symbol.<key>`, eg `Symbol.iterator` instead of
`Symbol(Symbol.iterator)`.
- Add `--reporter-file` option to pipe test report to a file.

## 18.3

- Format React elements as JSX
- Actually default the `typecheck` option to `false` as intended.
- (18.3.1) Actually default the `typecheck` option to `false` as intended.

## 18.2

Expand Down

0 comments on commit 995e464

Please sign in to comment.