Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2024-08-11

Added:

  • Support pnpm package manager (@skryukov)
  • New --verbose option for the installation generator (@skryukov)

Fixed:

  • Support installation alongside Webpacker (@skryukov)

0.2.0 - 2024-08-10

Added:

  • Improve installation generator (@skryukov)
    • option to install Vite Rails gem (--install-vite)
    • option to install Tailwind CSS (--install-tailwind)
    • option to install without interactivity (--no-interaction & --framework=react|vue|svelte)
    • option to skip example page generation (--no-example-page)
    • option to choose package manager (--package-manager=yarn|npm|bun)
    • generate bin/dev

0.1.1 - 2024-06-17

Fixed:

  • Add a missing bracket to the React/Edit template. (@skryukov)

0.1.0 - 2024-06-11