Releases: maizzle/cli
Releases · maizzle/cli
v1.2.3
v1.2.2
- chore: switch to starter main branch 1c5f7e4
- chore(deps): bump commander from 14.0.3 to 15.0.0 929ff4b
- chore(deps): bump @clack/prompts from 1.4.0 to 1.5.1 f8a4144
- chore(deps-dev): bump tsdown from 0.22.0 to 0.22.2 1c4fa07
- chore(deps-dev): bump vitest from 4.1.7 to 4.1.8 678336d
- chore(deps-dev): bump @types/node from 25.7.0 to 25.9.1 411a124
- chore(deps-dev): bump vitest from 4.1.6 to 4.1.7 4ca8444
- chore(deps): bump @clack/prompts from 1.3.0 to 1.4.0 e9717b9
v1.2.1
- chore: remove starters from new command 2ed12b8
- feat(make:config): accept full filename with .js/.ts extension 20e40e8
- ci: drop node 20 5a9d83c
- ci: update dependabot config ce312fb
- chore(deps-dev): bump @types/node from 25.6.0 to 25.7.0 eb42c6a
- chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0 bc16820
- chore(deps-dev): bump vitest from 4.1.5 to 4.1.6 e3a89f3
v1.2.0
New Features
maizzle devis now an alias formaizzle serve- New build flags for one-off overrides:
--pretty— pretty-print HTML output--minify— minify HTML output--plaintext— generate plaintext versions alongside HTML--dir <path>— source directory for templates to build--ext <extension>— output file extension
Fixes
-c, --configand-o, --outputwere silently ignored due to a shape mismatch with the framework (v6). They now apply correctly. When-cis passed, override flags (-o,--dir,--ext,--pretty,--minify,--plaintext) are ignored — your config file is used as-is.
Internal
- Test coverage for
make:*command dispatch inbootstrap. - Stub updates for layouts, components, and config scaffolds.
Dependencies
- Bumped
@clack/promptsto 1.3.0 - Bumped
nypmto 0.6.6 - Bumped
tsdownto 0.21.10 (dev) - Bumped
vitestto 4.1.5 (dev)