Releases: uenoB/minissg
Releases · uenoB/minissg
vite-plugin-minissg-v4.0.2
vite-plugin-minissg-v4.0.1
vite-plugin-minissg 4.0.1 (2024-08-01)
Bug Fixes
- throw error immediately if no renderer/hydration avaliable (3555fc1)
render-solid-v4.0.1
render-solid 4.0.1 (2024-08-01)
Bug Fixes
- render-solid: change the way to get renderId for hydration (4e6a84d)
render-solid-v4.0.0
render-solid 4.0.0 (2024-07-22)
Features
- add partial hydration support for Solid.js (8463d70)
BREAKING CHANGES
- where to specify
?hydrate
is changed.
vite-plugin-minissg-v4.0.0
vite-plugin-minissg 4.0.0 (2024-07-20)
- ignore empty module rather than regarding it as
{ default: undefined }
(dad49c3) - introduce
Context
and replaceEntriesArg
with it (c5ab9fe) - make loaded set public and replace peek with getContext (82bd608)
- provide entries functions with ModuleName instead of string (851fcf7)
- remove virtual:minissg/control (6b762b3)
- rename MINISSG-MARK to MINISSG-COPY (4dcc4a8)
- rename the
entries
function tomain
(33737e5)
Bug Fixes
- include path in type error messages (dfb239b)
- interpret queries combined with
?client
(a9bb95d) - keep the name of middleware functions (b753573)
- make a descriptive error message if a value is thrown but uncaught (e46eb65)
- prepend
site.projectRoot
to the resolved id of Head module (d2d2030) - prevent unexpected repetation of this.emitFile (178597c)
- support cyclic module graph (f89b4c5)
- tell pnpm that Vite 5 is preffered through peerDependencies (1cb910f)
Features
- add
virtual:minissg/control
module and itspeek
function (8a109e7) - make 404 response if the requested page is not found (fb35909)
- print how the current module is obtained when an error occurred (33766cb)
Reverts
- Revert "move ModuleName to a separate file" (2a9d9d7)
BREAKING CHANGES
virtual:minissg/control
has been removed.peek
invirtual: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 tomain
.
Users must rename theirentries
functions by your hands. - The
ancestors
property in the argument ofentries
function has been replaced with theparent
property. - the type of the argument of
entries
function has
been changed.