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.

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 & John Practicalli Stevenson
Edit on GitHub

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

× close