Skip to content

Commit

Permalink
changelog 18.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 10, 2023
1 parent f9470d5 commit 0da51ea
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ property keys being ignored.
- (18.4.4) manage plugins better in npm workspaces
- (18.4.4) mock: allow absolute deps to be mocked, but not node
builtins
- (18.4.5) fix windows `tap build` command
- (18.4.5) fix home page display on Google Chrome
- (18.4.5) make `test.counts` consistent, unify with
`test.assertTotals`, since they are the same thing
- (18.4.5) fix `t.createMock` return type

## 18.3

Expand Down Expand Up @@ -91,8 +96,8 @@ rather than `TAP` output.
initializer created incorrect stub code.
- Fix issue where plugin names were sorted improperly, leading to
a failure to build config-exporting userland plugins.
- Avoid triggering warning about `import {...} assert
{type:'json'}` being experimental.
- Avoid triggering warning about import assertions being
experimental.

## 18.0

Expand Down Expand Up @@ -262,7 +267,7 @@ added, enabling "spies" and mocks for methods and properties.

The `t.mock` method is now `t.mockRequire`. An asynchronous
`t.mockImport` is added for mocking modules loaded via
`import()`. The `t.createMock` method can be used to swap out
`import()`. The `t.createMock` method can be used to swap out
one or more properties of an object passed to `t.mockRequire` or
`t.mockImport`.

Expand Down

0 comments on commit 0da51ea

Please sign in to comment.