Releases: boot-clj/boot-new
Releases · boot-clj/boot-new
Release 0.5.3
Release 0.5.2
- Improves error reporting when requested template artifact cannot be loaded
- Expands README around how to develop new Boot templates
Release 0.5.1
Fixes #30 by adding an empty .keep
file in the newly created resources
folder.
0.5.0
Moved to boot-clj
repository. README
updated with new artifact name / usage:
boot -d boot/new new -t app -n my-new-boot-app
Boot template changed to refer to boot/new
.
Release 0.4.7
Release 0.4.6
Fixes #22 - Support play-clj
Leiningen template, by adding a stub implementation of leiningen.release/parse-semantic-version
.
Release 0.4.5
Minor update to template
template so that it doesn't try to refer to the non-existent test
folder in :source-paths
.
Release 0.4.4
Adds .nrepl-history
to the .*ignore
files.
Release 0.4.3
Now supports calls to leiningen.core.main/leiningen-version
in templates (and that will return 2.6.1 at the moment).
Release 0.4.2
Additional minor refactoring -- this matches the Pull Request against Boot core to integrate boot new
.