Releases: DipandaAser/muleta
Release list
v0.2.0
@muleta-dev/core
Minor Changes
- #59
4440732Thanks @DipandaAser! - Dashboard quality-of-life pass + dependency security updates.- Version badge in the sidebar header. Tells you which release you're looking at —
v0.2.0on tagged builds,v0.2.0+abc1234on edge images that ship between releases. - Help popover. Click the
?in the sidebar footer for Documentation, GitHub, issue reporting, and What's new links — plus a footer showing the running muleta and Redis versions. - Add-job page ~1.8 MB lighter. Switched Shiki to
shiki/corewith fine-grainedjson/bash/tsgrammar imports + the JS regex engine (drops the Oniguruma WASM). Switched Monaco to the slimeditor.apientry, dropped the unused CSS/HTML/TS language workers. JSON validation in the data editor preserved. - AdonisJS embed docs fix. The wildcard route alone doesn't match the bare mount URL —
router.any(MOUNT, handle)paired withrouter.any(\${MOUNT}/*`, handle)is required. Bothdocs/embed.mdanddocs/auth.md` updated. - Security: bumped Hono to
4.12.18(patches 5 advisories:bodyLimit()bypass, Cache middlewareVaryhandling,hono/jsxHTML injection, CSS injection in JSX SSR, JWTNumericDatevalidation). Added a pnpm override pinningfast-uri >= 3.1.2to clear two transitive dev-dependency CVEs.
- Version badge in the sidebar header. Tells you which release you're looking at —
@muleta-dev/server
Minor Changes
- #59
4440732Thanks @DipandaAser! - Dashboard quality-of-life pass + dependency security updates.- Version badge in the sidebar header. Tells you which release you're looking at —
v0.2.0on tagged builds,v0.2.0+abc1234on edge images that ship between releases. - Help popover. Click the
?in the sidebar footer for Documentation, GitHub, issue reporting, and What's new links — plus a footer showing the running muleta and Redis versions. - Add-job page ~1.8 MB lighter. Switched Shiki to
shiki/corewith fine-grainedjson/bash/tsgrammar imports + the JS regex engine (drops the Oniguruma WASM). Switched Monaco to the slimeditor.apientry, dropped the unused CSS/HTML/TS language workers. JSON validation in the data editor preserved. - AdonisJS embed docs fix. The wildcard route alone doesn't match the bare mount URL —
router.any(MOUNT, handle)paired withrouter.any(\${MOUNT}/*`, handle)is required. Bothdocs/embed.mdanddocs/auth.md` updated. - Security: bumped Hono to
4.12.18(patches 5 advisories:bodyLimit()bypass, Cache middlewareVaryhandling,hono/jsxHTML injection, CSS injection in JSX SSR, JWTNumericDatevalidation). Added a pnpm override pinningfast-uri >= 3.1.2to clear two transitive dev-dependency CVEs.
- Version badge in the sidebar header. Tells you which release you're looking at —
Patch Changes
- Updated dependencies [
4440732]:- @muleta-dev/core@0.2.0
@muleta-dev/server@0.2.0
Minor Changes
- #59
4440732Thanks @DipandaAser! - Dashboard quality-of-life pass + dependency security updates.- Version badge in the sidebar header. Tells you which release you're looking at —
v0.2.0on tagged builds,v0.2.0+abc1234on edge images that ship between releases. - Help popover. Click the
?in the sidebar footer for Documentation, GitHub, issue reporting, and What's new links — plus a footer showing the running muleta and Redis versions. - Add-job page ~1.8 MB lighter. Switched Shiki to
shiki/corewith fine-grainedjson/bash/tsgrammar imports + the JS regex engine (drops the Oniguruma WASM). Switched Monaco to the slimeditor.apientry, dropped the unused CSS/HTML/TS language workers. JSON validation in the data editor preserved. - AdonisJS embed docs fix. The wildcard route alone doesn't match the bare mount URL —
router.any(MOUNT, handle)paired withrouter.any(\${MOUNT}/*`, handle)is required. Bothdocs/embed.mdanddocs/auth.md` updated. - Security: bumped Hono to
4.12.18(patches 5 advisories:bodyLimit()bypass, Cache middlewareVaryhandling,hono/jsxHTML injection, CSS injection in JSX SSR, JWTNumericDatevalidation). Added a pnpm override pinningfast-uri >= 3.1.2to clear two transitive dev-dependency CVEs.
- Version badge in the sidebar header. Tells you which release you're looking at —
Patch Changes
- Updated dependencies [
4440732]:- @muleta-dev/core@0.2.0
@muleta-dev/core@0.2.0
Minor Changes
- #59
4440732Thanks @DipandaAser! - Dashboard quality-of-life pass + dependency security updates.- Version badge in the sidebar header. Tells you which release you're looking at —
v0.2.0on tagged builds,v0.2.0+abc1234on edge images that ship between releases. - Help popover. Click the
?in the sidebar footer for Documentation, GitHub, issue reporting, and What's new links — plus a footer showing the running muleta and Redis versions. - Add-job page ~1.8 MB lighter. Switched Shiki to
shiki/corewith fine-grainedjson/bash/tsgrammar imports + the JS regex engine (drops the Oniguruma WASM). Switched Monaco to the slimeditor.apientry, dropped the unused CSS/HTML/TS language workers. JSON validation in the data editor preserved. - AdonisJS embed docs fix. The wildcard route alone doesn't match the bare mount URL —
router.any(MOUNT, handle)paired withrouter.any(\${MOUNT}/*`, handle)is required. Bothdocs/embed.mdanddocs/auth.md` updated. - Security: bumped Hono to
4.12.18(patches 5 advisories:bodyLimit()bypass, Cache middlewareVaryhandling,hono/jsxHTML injection, CSS injection in JSX SSR, JWTNumericDatevalidation). Added a pnpm override pinningfast-uri >= 3.1.2to clear two transitive dev-dependency CVEs.
- Version badge in the sidebar header. Tells you which release you're looking at —
v0.1.0
@muleta-dev/server
0.1.0
Minor Changes
-
#45
afb56aeThanks @DipandaAser! - First public release.@muleta-dev/coreexposes the headless queue model used by every other muleta surface — queue/job/scheduler/worker/flow accessors over BullMQ plus a Redis health probe.@muleta-dev/serverships the dashboard ready to mount in any Node app: a Hono handler with the SvelteKit SPA bundled inside the package, plus subpath adapters for Express (@muleta-dev/server/express) and AdonisJS / NestJS / rawnode:http(@muleta-dev/server/node). Mount it under any URL prefix via thebasePathoption.See docs/embed.md for framework-specific snippets and docs/auth.md for the auth-wrapping pattern — the dashboard ships unauthenticated and exposes destructive job actions, so an auth wrapper is required before deploying.
Patch Changes
- Updated dependencies [
afb56ae]:- @muleta-dev/core@0.1.0