Skip to content

Releases: seancorfield/deps-new

0.4.3

28 Nov 22:23
Compare
Choose a tag to compare
  • Address #17 by adding :only option to copy just named files.
  • Update build-clj to v0.5.5 and tools.build to v0.6.8.

0.4.2

13 Nov 17:52
Compare
Choose a tag to compare
  • Clean up template template: remove JAR/deploy mentions; add test that validates template.edn. #20.
  • Update build-clj to v0.5.4 and tools.build to v0.6.5.

0.4.1

08 Nov 21:26
Compare
Choose a tag to compare
  • Clarify coordinates for templates in More General Usage in the README.
  • Update build-clj to v0.5.3 and tools.build to v0.6.3.

0.4.0

11 Oct 17:02
Compare
Choose a tag to compare
  • Add :raw mode for copying non-text assets and/or suppressing textual substitution.
  • Document alternative substitution delimiters (added in v0.3.0).
  • Update tools.build to v0.6.1 515b334 (for non-replacement on some non-text files).
  • Update build-clj to v0.5.2 (:transitive support).

0.3.3

02 Oct 03:31
Compare
Choose a tag to compare

Update the README in a generated template project to clarify how to use such a generated project.

0.3.2

28 Sep 16:43
Compare
Choose a tag to compare
  • Add clarification on licensing (copied from clj-new's README).
  • Update build-clj to v0.5.0 (which exposes the various default-* functions).

0.3.1

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

0.3.0

20 Sep 00:08
Compare
Choose a tag to compare
  • Address #8 by adding generation of a template project.
  • Fixes a bug in :transform handling while copying files that were not explicitly listed.
  • Fixes a bug in the group/artifact ID used in generated build.clj files.

0.2.1

18 Sep 05:32
Compare
Choose a tag to compare
  • Update build-clj in app and lib to v0.3.1 (which uses updated tools.build and deps-deploy versions).

0.2.0

16 Sep 07:08
Compare
Choose a tag to compare
  • Address #12 by switching all templates to tools.build (from depstar).
  • Update .gitignore template files (includes change of LSP database location).