Skip to content

Releases: maizzle/cli

v1.2.3

09 Jun 21:53

Choose a tag to compare

  • fix: use master branch of starter 1834811

v1.2.2...v1.2.3

v1.2.2

09 Jun 13:36
08127a6

Choose a tag to compare

  • 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...v1.2.2

v1.2.1

14 May 11:48
d32d218

Choose a tag to compare

  • 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...v1.2.1

v1.2.0

04 May 14:08
c5024b8

Choose a tag to compare

New Features

  • maizzle dev is now an alias for maizzle 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, --config and -o, --output were silently ignored due to a shape mismatch with the framework (v6). They now apply correctly. When -c is 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 in bootstrap.
  • Stub updates for layouts, components, and config scaffolds.

Dependencies

  • Bumped @clack/prompts to 1.3.0
  • Bumped nypm to 0.6.6
  • Bumped tsdown to 0.21.10 (dev)
  • Bumped vitest to 4.1.5 (dev)

v1.1.0...v1.2.0

v1.1.0

26 Apr 12:25
548d390

Choose a tag to compare

  • feat: add prepare command 48318ed

v1.0.4...v1.1.0

v1.0.4

26 Apr 09:39
c3d455a

Choose a tag to compare

  • chore(deps-dev): bump postcss from 8.5.9 to 8.5.10 05b36e0
  • chore: add tsconfig and typecheck script decab01
  • fix: silence DEP0190 warning in pm presence check 227595e

v1.0.3...v1.0.4

v1.0.3

25 Apr 08:05
2429c38

Choose a tag to compare

  • fix: detect package manager on Windows 20c0e01
  • fix: respect --pm flag in interactive new flow c43efd9
  • chore(deps-dev): bump tsdown from 0.21.7 to 0.21.9 572e396
  • chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 ad17aa9

v1.0.2...v1.0.3

v1.0.2

14 Apr 11:30
15c9d20

Choose a tag to compare

  • refactor: default to npm a6b778d
  • chore(deps-dev): bump vitest from 4.1.3 to 4.1.4 c412d7a
  • chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 4428b1f
  • chore(deps-dev): bump @types/node from 25.5.2 to 25.6.0 1b9bc90
  • chore: update preview image f1a236c

v1.0.1...v1.0.2

v1.0.1

07 Apr 13:46
a960025

Choose a tag to compare

Unified Maizzle CLI and create-maizzle under a single package.

The framework integration (commands like maizzle build) is only compatible with Maizzle 6. For previous versions, continue using @maizzle.cli).

v1.0.0-0

07 Apr 12:56
b726cb5

Choose a tag to compare

v1.0.0-0 Pre-release
Pre-release

Moved the package from @maizzle/cli to maizzle on NPM, so this release resets versioning.

  • feat: unified maizzle cli ec52f88

v3.0.0-rc.0...v1.0.0-0