-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): vite-plugin-minissg 4.0.0 [skip ci]
# [vite-plugin-minissg 4.0.0](vite-plugin-minissg-v3.0.0...vite-plugin-minissg-v4.0.0) (2024-07-20) * ignore empty module rather than regarding it as `{ default: undefined }` ([dad49c3](dad49c3)) * introduce `Context` and replace `EntriesArg` with it ([c5ab9fe](c5ab9fe)) * make loaded set public and replace peek with getContext ([82bd608](82bd608)) * provide entries functions with ModuleName instead of string ([851fcf7](851fcf7)) * remove virtual:minissg/control ([6b762b3](6b762b3)) * rename MINISSG-MARK to MINISSG-COPY ([4dcc4a8](4dcc4a8)) * rename the `entries` function to `main` ([33737e5](33737e5)) ### Bug Fixes * include path in type error messages ([dfb239b](dfb239b)) * interpret queries combined with `?client` ([a9bb95d](a9bb95d)) * keep the name of middleware functions ([b753573](b753573)) * make a descriptive error message if a value is thrown but uncaught ([e46eb65](e46eb65)) * prepend `site.projectRoot` to the resolved id of Head module ([d2d2030](d2d2030)) * prevent unexpected repetation of this.emitFile ([178597c](178597c)) * support cyclic module graph ([f89b4c5](f89b4c5)) * tell pnpm that Vite 5 is preffered through peerDependencies ([1cb910f](1cb910f)) ### Features * add `virtual:minissg/control` module and its `peek` function ([8a109e7](8a109e7)) * make 404 response if the requested page is not found ([fb35909](fb35909)) * print how the current module is obtained when an error occurred ([33766cb](33766cb)) ### Reverts * Revert "move ModuleName to a separate file" ([2a9d9d7](2a9d9d7)) ### BREAKING CHANGES * `virtual:minissg/control` has been removed. * `peek` in `virtual:minissg/control` has been removed. * MINISSG-MARK has been renamed to MINISSG-COPY. * Empty modules are now simply ignored. * The `entries` function has been renamed to `main`. Users must rename their `entries` functions by your hands. * The `ancestors` property in the argument of `entries` function has been replaced with the `parent` property. * the type of the argument of `entries` function has been changed.
- Loading branch information
semantic-release-bot
committed
Jul 20, 2024
1 parent
e0e8fbd
commit 7a3fb46
Showing
16 changed files
with
16 additions
and
16 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
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
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
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
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
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
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
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
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