Skip to content

Releases: shunnNet/nuxt-msw

v1.0.2

17 Nov 15:43
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Lost type infos when msw.enable: false(#2) (e2bc95b)
    • In previous versions, when enable: false, the auto imports provided by nuxt-msw would lose type information. This could hinder type checking and potentially cause unnecessary confusion for developers. Therefore, in this update, the auto imports will be retained even when enable: false to avoid these issues.

🏡 Chore

  • Move ofetch and unimport to dev deps (0eab2b8)

❤️ Contributors

v1.0.1

17 Sep 16:19
Compare
Choose a tag to compare

What's Changed

  • doc: Make the installation instructions in REAMD.md more precise. (#1 by @moojing )

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Aug 16:08
Compare
Choose a tag to compare

📢 Breaking Change

v1.0.0

compare changes

🚀 Enhancements

  • Support nuxt layer feature
  • Separate the server and worker into two files to better utilize the different environments.
  • Support nuxt/test-utils
  • No longer provide specific version of sw file to prevent compatiblity issue.

🏡 Chore

  • Add msw 2.x as peerDependencies

v0.2.0

02 Jun 14:09
Compare
Choose a tag to compare

v0.2.0 Configuration enhancement

compare changes

🚀 Changes & Enhancements

  • defineNuxtMswOption accept function (b61752f)
    • Option handlers not accept function as value any more.

❤️ Contributors

v0.1.8

25 May 23:54
Compare
Choose a tag to compare

compare changes

🏡 Chore

✅ Tests

❤️ Contributors