Skip to content

Releases: boot-clj/boot-new

Release 0.5.3

08 Apr 06:24
Compare
Choose a tag to compare
  • Fixes #38 - allows boot run to be combined with other tasks.
  • Fixes #37 - defaults namespace for boot repl to match lein repl equivalent.

Release 0.5.2

17 Apr 17:33
Compare
Choose a tag to compare
  • Improves error reporting when requested template artifact cannot be loaded
  • Expands README around how to develop new Boot templates

Release 0.5.1

26 Jan 19:52
Compare
Choose a tag to compare

Fixes #30 by adding an empty .keep file in the newly created resources folder.

0.5.0

20 Jan 04:37
Compare
Choose a tag to compare

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

14 Sep 00:16
Compare
Choose a tag to compare
  • Improves error handling when template cannot be resolved #26
  • Adds def generator #24
  • Better documentation of argument handling for templates #23

Release 0.4.6

29 Jul 23:23
Compare
Choose a tag to compare

Fixes #22 - Support play-clj Leiningen template, by adding a stub implementation of leiningen.release/parse-semantic-version.

Release 0.4.5

17 Jul 03:09
Compare
Choose a tag to compare

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

31 May 01:55
Compare
Choose a tag to compare

Adds .nrepl-history to the .*ignore files.

Release 0.4.3

03 May 19:33
Compare
Choose a tag to compare

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

10 Mar 03:17
Compare
Choose a tag to compare

Additional minor refactoring -- this matches the Pull Request against Boot core to integrate boot new.