Skip to content

Commit

Permalink
changelog 18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 25, 2024
1 parent f105701 commit 2f9abd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ eleventyNavigation:
key: Changelog
---

## 18.7

- Use type param for mockImport, mockRequire
- Refactor `@tapjs/mock` plugin to work around ESM hooks deadocks
- Add `shell: true` when spawning npm, for windows' benefit
- Fix bootstrap ci loader on node versions lacking `--import`
- Always initialize `t.context`, so that `t.context.field =
value` works even if no initial context object was provided
- Late-bind `t.context`, so that it can be mutated in async
`before` methods and still preserved. `t.context` is now set
when the test actually runs, not when the Test object is
constructed.

## 18.6

- Consider objects matching in `t.same()` if their `valueOf`
Expand Down

0 comments on commit 2f9abd3

Please sign in to comment.