Skip to content

Commit

Permalink
changelog: list 18.4.x bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 8, 2023
1 parent 4449bb6 commit 8798de3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/docs/content/changelog.md
Expand Up @@ -21,6 +21,20 @@ property keys being ignored.
`Symbol.<key>`, eg `Symbol.iterator` instead of
`Symbol(Symbol.iterator)`.
- Add `--reporter-file` option to pipe test report to a file.
- (18.4.1) Print Symbols better in `js` compare/formatting styles
- (18.4.1) Include known non-enumerable Error properties in
comparisons
- (18.4.1) Pre-load source maps to avoid excessive calls causing
hang in Node 20 on exit.
- (18.4.2) Fix timing issue breaking `node --test` serialization
- (18.4.3) reporter: fix extra space on source indicator line
- (18.4.3) Fix some combinations of `async` test functions,
`t.plan()`, and explicit `t.end()` resulting in "Test after
promise resolution" errors.
- (18.4.4) snapshot: handle file:// cwd urls on windows
- (18.4.4) manage plugins better in npm workspaces
- (18.4.4) mock: allow absolute deps to be mocked, but not node
builtins

## 18.3

Expand Down

0 comments on commit 8798de3

Please sign in to comment.