Skip to content

Releases: seancorfield/clj-new

1.3.415

06 Sep 05:54
1361a7a
Compare
Choose a tag to compare
  • Address seancorfield/clj-new#90 by switching from pom.xml files to :pom-data across all templates.
  • Clarify tools installation and fix some typos, clean up alias names.
  • Update default Clojure version to 1.12.0, update other dev/test/build deps.

1.2.404

15 Jul 01:21
Compare
Choose a tag to compare
  • Fix seancorfield/clj-new#88 by switching from build-clj to tools.build in all templates, and to the non-alpha tools.deps.
  • Update various deps.

1.2.399

10 Jun 05:01
Compare
Choose a tag to compare
  • Add babashka.cli example to README (and ns metadata to support that).
  • Update README to link to Deps and Cli Reference > Quoting keys and values (for Powershell users).
  • Improved docstring for clj-new/create #85.
  • Update default Clojure version to 1.11.1.
  • Update tools.deps.alpha to latest.
  • Update build-clj to v0.8.2 (for updated tools.build and another log4j2 update).

1.2.381

23 Dec 00:04
Compare
Choose a tag to compare
  • Update tools.deps.alpha to latest.
  • Update build-clj to v0.6.4 (for updated tools.build and another log4j2 update).

1.2.380

16 Dec 03:16
Compare
Choose a tag to compare

Update build-clj to v0.6.3 (for updated tools.build and another log4j2 update).

1.2.377

10 Dec 21:44
Compare
Choose a tag to compare
  • Address #82 by making shutdown process overridable.
  • Update build-clj to v0.6.1 (for updated log4j dependency) in all templates and use "slim" dependency for app template.
  • Update tools.deps.alpha to 0.12.1090.

1.2.362

23 Sep 06:09
Compare
Choose a tag to compare
  • Update build-clj to v0.4.0 (which adds install task).
  • Add install task to all lib/template projects.

1.2.359

19 Sep 02:45
Compare
Choose a tag to compare
  • Switch app, lib, polylith, and template templates to generate tools.build-based project (instead of depstar, which has been archived).
  • Fix #80 by improving the failure reporting when a template cannot be located.
  • Fix #79 by warning about options we don't recognize.
  • Switch project itself to use tools.build intead of depstar.
  • Update .gitignore template files (includes change of LSP database location).

1.1.331

03 Aug 06:56
Compare
Choose a tag to compare

Update dependencies, switch polylith template to master branch, add clj-new/polylith for "tools" usage.

1.1.324

21 Jul 06:35
Compare
Choose a tag to compare

Fix clj-new/lib to generate a lib template (instead of an app template).