This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Releases: spree/spree_cli
Releases · spree/spree_cli
1.2.0
What's Changed
- feat: update docker compose version check by @rafalcymerys in #39
- fix: lint errors by @rafalcymerys in #40
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- feat: hide beta configurations by default by @rafalcymerys in #35
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #36
- Bump Typescript version to 4.9.3 by @fpdrozd in #32
- chore: fix failing specs by @rafalcymerys in #38
- feat: add recommendations depending on the platform by @rafalcymerys in #37
Full Changelog: 1.0.0...1.1.0
1.0.0
Spree CLI is a tool that makes it easy to bootstrap a new Spree project. It provides an interactive process for configuring Spree backend (running in Dockerized, Hybrid or Native mode) and a selection of available frontends.
This is the first major release, that allows you to easily create a new Spree-based application and run it in development mode.
0.1.0
Initial release
- Support for creating a new store with generate command
- Support for dockerized, hybrid and native setup
- Basic dependency checks