WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: seancorfield/deps-new

0.10.3

11 Dec 15:48
2c012c4

Choose a tag to compare

  • Update Clojure to 1.12.4 in generated projects.

0.10.2

25 Nov 22:36
3153351

Choose a tag to compare

  • Update test.check to 1.1.2.
  • Update tools.build to 0.10.11.
  • Update default version of Clojure to 1.12.3.

0.10.1

08 Aug 16:05
a90029c

Choose a tag to compare

  • Address #66 by reimplementing :test-runner and :build options purely in terms of :data-fn and :template-fn options in template.edn files.
  • Address #65 by allowing :data-fn, :template-fn, and :post-process-fn to accept either a single symbol or a sequence of symbols, to support multiple transformations in order.
  • Address #59 by clarifying how options end up in the data hash map.
  • Update tools.build to 0.10.10.

0.10.0

27 Jul 17:34
20e82f8

Choose a tag to compare

  • Add :build option to select between :build or :bb (Babashka) for the main driver of tasks in generated projects.

0.9.0

12 Jun 00:36
da2f764

Choose a tag to compare

  • Add :test-runner option to select between :clojure-test or :lazytest for the test runner in generated projects.
  • Update default Clojure version in generated projects to 1.12.1.
  • Update tools.build to 0.10.9.

0.9.0-rc

12 Jun 00:26
b32e0f2

Choose a tag to compare

0.9.0-rc Pre-release
Pre-release
remove mcp server port from git

Signed-off-by: Sean Corfield <[email protected]>

0.8.1

01 May 13:12
2859baf

Choose a tag to compare

  • Fix #61 by removing the spurious self-require in impl.
  • Switch from Expectations to LazyTest (just in this project, not in generated projects).
  • Update deps.

0.8.0

06 Sep 05:30
2f96530

Choose a tag to compare

  • Add example of :post-process-fn to documentation.
  • Update default Clojure version in generated projects to 1.12.0.
  • Update dev/test/build deps (Clojure to 1.12.0, tools.build to 0.10.5).

0.7.1

07 May 22:03
c1e42aa

Choose a tag to compare

  • Update default Clojure version in generated projects to 1.11.3; update various other dependencies too.

0.7.1 RC

07 May 22:00
5a6168d

Choose a tag to compare

0.7.1 RC Pre-release
Pre-release
update test dep

Signed-off-by: Sean Corfield <[email protected]>