Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed May 15, 2023
1 parent 9945290 commit cd4bd92
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@
## v0.0.6

- Actually call `extend.expect` in `extend-expect` module (whoops!)

## v0.1.0

- Bumped peer dependency on `vitest` to `^0.31.0`, as Vitest has made some
breaking changes to its TypeScript API. We have updated our types to consume
and extend the new types.
- We no longer augment the global `expect` type, as this is only desired when
the user opts in to importing globals from `vitest`. Users will need to
explicitly follow the Vitest's guidance to get global types.
- We now use the `css.escape` package to polyfill `CSS.escape` in
`toHaveFormValues` matcher. This will use the built-in `CSS.escape` if it is
detected in your runtime.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-dom",
"version": "0.0.6",
"version": "0.1.0",
"description": "Custom Vitest matchers to test the state of the DOM, forked from jest-dom.",
"repository": {
"type": "git",
Expand Down

0 comments on commit cd4bd92

Please sign in to comment.