Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 1.37 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.

[Unreleased]

  • Updated README with project structure and setup

Updated

  • Updated README about the project structure and setup

[0.2.1] - 2024-12-31

Updated

  • Bumped Sinatra to ~> 4.1.1
  • Bumped JSON to ~> 2.9
  • Bumped Thor to ~> 1.3.2
  • Bumped TTY::Prompt to ~> 0.23.1

[0.2.1] - 2024-12-29

Updated

  • Updated README with logo

[0.2.0] - 2024-12-29

Added

  • CLI commands for managing TailwindCSS installation and configuration:
    • tailwind install - Installs TailwindCSS and its dependencies
    • tailwind build - Builds CSS files
    • tailwind watch - Watches for CSS changes
    • tailwind setup - Sets up development environment
  • Automatic TailwindCSS configuration with tailwind.config.js
  • Development environment setup with Procfile.dev
  • Automated NPM dependency management
  • Basic CSS structure with TailwindCSS directives
  • Development script (bin/dev) for easy project startup

Dependencies

  • Added Thor for CLI interface
  • Added TTY::Prompt for interactive command line
  • Added support for NPM package management

[0.1.0] - 2024-12-29

  • Initial release of sinatra-tailwind gem