This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Changelog | ||
|
||
|
||
## v0.10.3 | ||
|
||
[compare changes](https://github.com/danielroe/nuxt-vitest/compare/0.10.2...v0.10.3) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **vitest-environment-nuxt:** Allow mocking imports within setup files ([#274](https://github.com/danielroe/nuxt-vitest/pull/274)) | ||
- Add `renderSuspended` for use with testing-library ([#302](https://github.com/danielroe/nuxt-vitest/pull/302)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Add node10 types for `vitest-environment-nuxt` ([#307](https://github.com/danielroe/nuxt-vitest/pull/307)) | ||
- Add explicit dependencies ([32308a6](https://github.com/danielroe/nuxt-vitest/commit/32308a6)) | ||
- **nuxt-vitest:** Default rootId to undefined rather than `false` ([2c95dd0](https://github.com/danielroe/nuxt-vitest/commit/2c95dd0)) | ||
- Drop `whatwg-fetch` polyfill and update to nuxt v3.7 ([#320](https://github.com/danielroe/nuxt-vitest/pull/320)) | ||
- Do not inline polyfill ([c87b64c](https://github.com/danielroe/nuxt-vitest/commit/c87b64c)) | ||
|
||
### 📖 Documentation | ||
|
||
- Include `vi.hoisted` as an example with `mockNuxtImport` ([#305](https://github.com/danielroe/nuxt-vitest/pull/305)) | ||
|
||
### 🏡 Chore | ||
|
||
- Skip test for now ([a3dcf71](https://github.com/danielroe/nuxt-vitest/commit/a3dcf71)) | ||
- Fix tests on Windows ([#306](https://github.com/danielroe/nuxt-vitest/pull/306)) | ||
- Upgrade deps and use inferred `.d.mts` and `.d.cts` types ([#319](https://github.com/danielroe/nuxt-vitest/pull/319)) | ||
- Switch to changelogen ([ed27b72](https://github.com/danielroe/nuxt-vitest/commit/ed27b72)) | ||
|
||
### ✅ Tests | ||
|
||
- Correct test assertion ([14c7b01](https://github.com/danielroe/nuxt-vitest/commit/14c7b01)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Daniel Roe <[email protected]> | ||
- Oskar Olsson | ||
- Joaquín Sánchez ([@userquin](http://github.com/userquin)) | ||
- Julien Huang <[email protected]> | ||
- Marijn Kok <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,45 @@ | ||
|
||
|
||
## v0.10.3 | ||
|
||
[compare changes](https://github.com/danielroe/nuxt-vitest/compare/0.10.2...v0.10.3) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **vitest-environment-nuxt:** Allow mocking imports within setup files ([#274](https://github.com/danielroe/nuxt-vitest/pull/274)) | ||
- Add `renderSuspended` for use with testing-library ([#302](https://github.com/danielroe/nuxt-vitest/pull/302)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Add node10 types for `vitest-environment-nuxt` ([#307](https://github.com/danielroe/nuxt-vitest/pull/307)) | ||
- Add explicit dependencies ([32308a6](https://github.com/danielroe/nuxt-vitest/commit/32308a6)) | ||
- **nuxt-vitest:** Default rootId to undefined rather than `false` ([2c95dd0](https://github.com/danielroe/nuxt-vitest/commit/2c95dd0)) | ||
- Drop `whatwg-fetch` polyfill and update to nuxt v3.7 ([#320](https://github.com/danielroe/nuxt-vitest/pull/320)) | ||
- Do not inline polyfill ([c87b64c](https://github.com/danielroe/nuxt-vitest/commit/c87b64c)) | ||
|
||
### 📖 Documentation | ||
|
||
- Include `vi.hoisted` as an example with `mockNuxtImport` ([#305](https://github.com/danielroe/nuxt-vitest/pull/305)) | ||
|
||
### 🏡 Chore | ||
|
||
- Skip test for now ([a3dcf71](https://github.com/danielroe/nuxt-vitest/commit/a3dcf71)) | ||
- Fix tests on Windows ([#306](https://github.com/danielroe/nuxt-vitest/pull/306)) | ||
- Upgrade deps and use inferred `.d.mts` and `.d.cts` types ([#319](https://github.com/danielroe/nuxt-vitest/pull/319)) | ||
- Switch to changelogen ([ed27b72](https://github.com/danielroe/nuxt-vitest/commit/ed27b72)) | ||
|
||
### ✅ Tests | ||
|
||
- Correct test assertion ([14c7b01](https://github.com/danielroe/nuxt-vitest/commit/14c7b01)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Daniel Roe <[email protected]> | ||
- Oskar Olsson | ||
- Joaquín Sánchez ([@userquin](http://github.com/userquin)) | ||
- Julien Huang <[email protected]> | ||
- Marijn Kok <[email protected]> | ||
|
||
## [0.4.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.1...0.4.2) (2023-01-18) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters