All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
#79: Offer a Leiningen plugin.
It tends to be more accurate (since it won’t parse your project.clj, having it evaluated by Leiningen instead).
However the :upgrade
option will not be supported (since the plugin cannot always know if a given dependency came from a specific profile, middleware, etc).
Bumped rewrite-clj to 1.0.644-alpha.
Bumped lambdaisland/kaocha to 1.0.861.
Bumped tools.deps.alpha to 0.11.922.
Re-release 0.12.3 because it was deployed to clojars with wrong content.
Bumped rewrite-clj to 1.0.594-alpha.
#70: Fixed GitHub Actions detector to support matrix variables.
#70: Fix DeLaGuardo/setup-graalvm detector to support v4.0.
#60: Added support for detecting version on 3rd-party GitHub Actions.
Supports following 3rd-party actions for now.
#63: Added support for detecting dependencies which has unverified group name.
Supports following group names for now.
antq/antq
→ com.github.liquidz/antq
seancorfield/depstar
→ com.github.seancorfield/depstar
seancorfield/next.jdbc
→ com.github.seancorfield/next.jdbc
Changed group name on clojars.org from antq
to com.github.liquidz/antq
.
antq/antq
will be deployed for a while.
#64: Changed lread/rewrite-cljc-playground to clj-commons/rewrite-clj.
Bumped tools.deps.alpha to 0.11.905.
Bumped kaocha to 1.0.829.
Bumped tools.cli to 1.0.206.
Bumped org.clojure/clojure to 1.10.2.
Bumped tools.deps.alpha to 0.9.863.
Bumped clj-commons/clj-yaml to 0.7.106.
Updateed lread/rewrite-cljc to be latest.
Fixed to return success status when all outdated deps are upgraded.
Fixed not to confirm for upgrading GitHub Actions YAML.
Upgrading YAML is not supported yet.
#55: Fixed to check org.clojure/clojure
.
If there are some org.clojure/clojure
versions in the same file, only the newest version will be checked.
Fixed deps.edn
extractor to handle :override-deps
key.
Fixed deps.edn
upgrader to handle :override-deps
key.
Fixed to work with Clojure 1.8 again.
--upgrade
option requires Clojure 1.9 or later instead.
Fixed leiningen upgrader to be able to upgrade :plugins
.
Fixed deps.edn upgrader to work with SHA based version correctly.
Bump tools.deps.alpha to 0.9.745
.
Fixed reflection warnings.
Fixed to exit with correct code.
Fixed not to occur NullPointerException
for local GitHub Actions(e.g. containing uses: ./
).
Fixed to handle that a major version is the latest of that major version for GitHub Actions.
c.f. https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#compatibility
e.g. "v1"
means the latest version which matches "1.*"
.
Fixed to handle master
version as a release version.
Fixed to fetch correct releases.atom for GitHub Actions.
Fixed outdated pom.xml.
Added support for GitHub Actions.
First release
Can you improve this documentation? These fine people already did:
liquidz, vemv & John Practicalli StevensonEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close