Releases: ampersanda/clojuredart-cli
Releases · ampersanda/clojuredart-cli
v2.2.2
What's Changed
- Fix CI: create bin entrypoint for integration tests (
bin/is gitignored)
See CHANGELOG.md for full details.
v2.2.1
What's Changed
- Fix CI: use
clojureinstead ofclj(rlwrap not available in CI) - Expand README usage section with all CLI commands and examples
See CHANGELOG.md for full details.
v2.2.0
What's New
--shaflag: Pin a specific ClojureDart SHA instead of fetching the latest from GitHub- GitHub Actions CI: Automated test workflow on push and pull requests to
main - New tests: Unit and integration tests covering
--shaparsing and validation
See CHANGELOG.md for full details.
v2.1.0
2.1.0
- Robust rollback on project creation failure: delete existing directory before recreation on overwrite, warn instead of crashing if cleanup fails
1.3.1
changelog:
- Upgrade ClojureDart to
bb3ce350a84a0bdce934b09c8767fa2672f1f1b1
1.3.0
changelog:
- Upgrade ClojureDart to
8d5916c0dc87146dc2e8921aaa7fd5dc3c6c3401to support Dart 3 and Flutter 3.10.0
1.2.2
changelog:
- Upgrade ClojureDart to
81dd5f73285b06fa8904076e3299ee8feff101df - Update example to use
f/runinstead ofm/runAppto activate hot reload for project starter
1.2.1
- Refactor logger, Process.run, use keywords for types and re-indent code
- Change
README.md. Add troubleshooting for github ssh key changes
1.2.0
- Using
mason_logger - Migrate
dartandfluttercommand