Liking cljdoc? Tell your friends :D

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

1.1.0 (2021-09-19)

Added

  • #93: Added support for upgrading :tag and :git/tag in deps.edn.

Changed

  • Bumped tools.deps.alpha to 0.12.1048.

Fixed

  • #113: Fixed to keep SHA length when upgrading deps.edn with :tag or :git/tag.

1.0.2 (2021-09-18)

Changed

  • Bumped tools.deps.alpha to 0.12.1041.

  • Bumped deps-deploy to the latest commit.

Fixed

  • #111: Fixed a bug that caused an error when updating :git/sha.

1.0.1 (2021-09-16)

Changed

  • #93: Updated to support :git/sha for deps.edn.

  • Bumped deps-deploy to the latest commit.

1.0.0 (2021-09-04)

Changed

  • #94: Update to infer :git/url from library name in deps.edn.

  • Bumped tools.deps.alpha to 0.12.1019.

  • Bumped rewrite-clj to 1.0.644-alpha.

Removed

  • BREAKING: Drop support for Clojure 1.8.

    • If you’d like to use with 1.8.0 or earlier, please see here.

0.16.3 (2021-08-14)

Changed

  • Bumped tools.deps.alpha to 0.12.1019.

Fixed

  • #104: Fixed Clojure CLI tool mode to handle upgrade and force options correctly.

0.16.2 (2021-08-07)

Changed

Fixed

  • #99: Fixed to handle errors when parsing GitHub version tags.

  • #100: Fixed false positive with comparing prefixed versions.

  • #101: Fixed to work with s3-wagon-private when antq is used as a Leiningen plugin.

0.16.1 (2021-07-31)

Changed

  • Updated to support tool installation.

    • To install clojure -Ttools install com.github.liquidz/antq '{:git/tag "0.16.1"}' :as antq

    • To execute clojure -Tantq oudated

  • Bumped tools.deps.alpha to 0.12.1003.

  • Bumped clj-yaml to 0.7.107.

0.16.0 (2021-07-14)

Added

Changed

  • Bumped tools.deps.alpha to 0.12.985.

  • Bumped cheshire to 5.10.1.

0.15.3 (2021-06-17)

Fixed

  • #89: Fixed to be able to skip bb.edn with --skip option.

  • #89: Fixed the process of Clojure CLI and Babashka not to throw Exception when some forms has unexpected structure.

  • Fixed to show errors when the validation for CLI option is failed.

0.15.2 (2021-06-11)

Changed

  • #81: Updated maven and git connection to retry on timeouts.

  • Bumped tools.deps.alpha to 0.11.931.

0.15.1 (2021-06-08)

Changed

  • Bumped tools.deps.alpha to 0.11.926.

Fixed

  • Also check :managed-dependencies when checking Leingen projects (under its main variant).

  • Also check :plugins when checking Leingen projects (under its plugin variant).

0.15.0 (2021-06-03)

Added

  • #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).

Changed

  • Bumped rewrite-clj to 1.0.644-alpha.

  • Bumped lambdaisland/kaocha to 1.0.861.

0.14.0 (2021-05-12)

Added

  • #75: Extended --exclude option to be able to exclude specific versions.

    • Now you can exclude specific versions as follows: --exclude=foo/bar@1.0.0

Changed

  • Bumped tools.deps.alpha 0.11.918.

0.13.0 (2021-04-15)

Added

Changed

  • Bumped tools.deps.alpha to 0.11.910.

  • Bumped rewrite-clj to 1.0.605-alpha.

  • Bumped deps-deploy to the latest commit.

0.12.4 (2021-04-02)

  • Re-release 0.12.3 because it was deployed to clojars with wrong content.

0.12.3 (2021-04-02)

Changed

  • Bumped rewrite-clj to 1.0.594-alpha.

Fixed

0.12.2 (2021-03-19)

Changed

  • Bumped rewrite-clj to 1.0.591-alpha.

Fixed

  • Fixed some reflection warnings.

0.12.1 (2021-03-17)

Fixed

  • #67: Fixed to skip 'latest' versions as a latest version.

0.12.0 (2021-03-14)

Added

Changed

0.11.2 (2021-02-28)

Fixed

  • #61: Fixed diff URL for :git/url ending with ".git" to be correct

0.11.1 (2021-02-06)

Fixed

  • #58: Fixed to avoid NullPointerException when POM does not contains SCM.

0.11.0 (2021-02-06)

Added

  • Added support to display diff URLs for outdated dependencies.

Changed

  • Changed default error message for format reporter to add diff URLs.

Fixed

  • Fixed to return actual tag name for outdated GitHub Actions.

0.10.3 (2021-02-01)

Changed

  • 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

  • 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.

0.10.2 (2021-01-02)

Fixed

  • Fixed leiningen upgrader to be able to upgrade :plugins.

0.10.1 (2020-12-30)

Fixed

  • #50: Fixed to detect older versions correctly if deps has the same name but different versions and one of them is the latest version.

  • #51: Fixed deps.edn upgrader to handle :replace-deps key.

0.10.0 (2020-12-19)

Added

  • Added focus option.

Changed

  • Bumped tools.deps.alpha to 0.9.857.

Fixed

  • Fixed leiningen upgrader to work with metadata.

0.9.3 (2020-12-07)

Changed

  • Bumped tools.deps.alpha to 0.9.853.

Fixed

  • #44: Add :replace-deps check for Clojure CLI tools.

0.9.2 (2020-12-05)

Changed

  • Bumped tools.deps.alpha to 0.9.847.

Fixed

  • #42: Fixed upgrader to skip artifacts which cannot fetch the version.

  • Fixed antq.ver.github-action to fallback to use git ls-remote when failed to fetch tags from GitHub API.

0.9.1 (2020-11-30)

Fixed

  • Fixed deps.edn upgrader to work with SHA based version correctly.

0.9.0 (2020-11-28)

Added

  • #36: Added --upgrade option.

    • Allows to upgrade versions in files by antq interactively.

    • Files to support upgrading currently

      • deps.edn, shadow-cljs.edn, project.clj, build.boot, pom.xml

    • Added --force option.

      • Allows to force upgrading.

  • #39: Added support for Clojure 1.8.0.

Changed

  • Bumped tools.deps.alpha to 0.9.840.

Fixed

  • #39: Changed to warn on Clojure 1.7.0 or earlier.

  • Fixed to be able to handle GitHub Actions specified by SHA.

0.8.0 (2020-11-01)

Added

  • Added --directory option.

    • Maybe useful for multi-module project.

  • Added --skip option.

Changed

  • Bumped tools.deps.alpha to 0.9.833.

0.7.5 (2020-10-20)

Changed

  • Bumped tools.deps.alpha to 0.9.821.

Fixed

  • Fixed to ignore deps which has a invalid version.

0.7.4 (2020-10-08)

Changed

  • Bumped tools.deps.alpha to 0.9.816.

Fixed

  • #33: Fixed to ignore Clojure CLI deps which has local/root.

0.7.3 (2020-09-29)

Added

Changed

  • Bump tools.deps.alpha to 0.9.810.

0.7.2 (2020-09-06)

Added

  • #29: Added a tips to avoid SLF4J warnings.

Changed

  • Bump clj-yaml to 0.7.2.

  • Bump tools.deps.alpha to 0.9.782.

0.7.1 (2020-09-01)

Fixed

  • #27: Fixed docker image to check git libraries correctly.

0.7.0 (2020-08-31)

Added

Changed

  • Bump kaocha to 1.0.672.

0.6.2 (2020-08-11)

Changed

  • Bump tools.deps.alpha to 0.9.763.

Fixed

  • #21: Fixed to support shadow/env and env tag for shadow-cljs.edn.

0.6.1 (2020-08-05)

Fixed

  • #19: Fixed to exit 1 on outdated dependencies.

0.6.0 (2020-08-05)

Added

  • Added --reporter option.

Changed

  • Bump tools.deps.alpha to 0.9.755.

0.5.3 (2020-07-28)

Fixed

  • #16: Removed unilog from dependencies.

0.5.2 (2020-07-23)

Changed

  • Bump tools.deps.alpha to 0.9.745.

0.5.1 (2020-07-21)

Fixed

  • #12: Fixed Maven S3 repository check to correctly work with URL like "s3p://…​".

  • #13: Fixed not to show "Downloading" messages and other extra logs.

  • Fixed to handle repository setting in project.clj correctly.

    • The setting like ["repo" "URL"] has been failed so far.

0.5.0 (2020-07-20)

Added

  • #10: Added support for Maven S3 repositories.

Changed

  • Bump kaocha.

0.4.3 (2020-07-08)

Fixed

  • Fixed reflection warnings.

0.4.2 (2020-06-07)

Fixed

  • Fixed to exit with correct code.

0.4.1 (2020-06-07)

Fixed

  • Fixed not to occur NullPointerException for local GitHub Actions(e.g. containing uses: ./).

0.4.0 (2020-06-07)

Added

  • #6: Added --error-format option for customizing error output.

  • #7: Added --exclude option.

Changed

  • Bump kaocha

Fixed

  • #8: Fixed not to check duplicated dependencies.

0.3.1 (2020-05-10)

Fixed

0.3.0 (2020-05-09)

Added

  • Skip under-development versions by default.

    • e.g. alpha, beta, and RC

  • Added more tests and codecov badge.

Changed

Fixed

  • Fixed to detect Leiningen plugin dependencies too.

0.2.2 (2020-05-07)

Fixed

  • Fixed to handle master version as a release version.

  • Fixed to fetch correct releases.atom for GitHub Actions.

0.2.1 (2020-05-07)

Fixed

  • Fixed outdated pom.xml.

0.2.0 (2020-05-06)

Added

  • Added support for GitHub Actions.

0.1.0 (2020-05-06)

  • First release

Can you improve this documentation? These fine people already did:
liquidz, vemv & John Practicalli Stevenson
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close