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.9.203 (2023-03-04)

Changed

  • Bumped kaocha to 1.80.1274.

  • Changed to use tools.build on the Maven repository.

  • Changed release workflow to use [ncipollo/release-action](https://github.com/ncipollo/release-action).

  • Updated release workflow to deploy to clojars.

0.9.194 (2023-02-13)

Changed

  • Bumped tools.build to 0.9.3.

  • Bumped rewrite-clj to 1.1.46.

  • Bumped malli to 0.10.1.

  • Bumped pogonos to 0.2.1.

  • Bumped kaocha to 1.77.1236.

0.9.188 (2022-11-11)

Added

  • Added java-compile function to compile Java sources.

  • Added execute function.

    • This function allows you to execute two or more functions at once.

0.8.174 (2022-11-09)

Added

  • Added functions for operating semantic versions

    • bump-major-version

    • bump-minor-version

    • bump-patch-version

    • add-snapshot

    • remove-snapshot

Changed

  • Bumped malli to 0.9.2.

  • Bumped tools.build to 0.8.4.

  • Bumped kaocha to 1.71.1119.

0.8.162 (2022-10-15)

Added

Changed

0.7.145 (2022-07-30)

Changed

  • Updated lint function to output results more readable.

0.7.141 (2022-07-30)

Added

  • Added pom option for pom function.

    • Added no-clojure-itself? option in pom.

Changed

  • (BREAKING) Moved scm option to under pom option.

Fixed

  • Fixed lint function to work correctly.

0.6.131 (2022-07-28)

Added

  • Added skip-compiling-dirs option for uberjar function.

Changed

  • Bumped kaocha to 1.69.1069.

Fixed

  • #14: Renamed source-dir option to source-dirs.

    • The original source-dir option was not used.

0.5.116 (2022-07-01)

Added

  • Added create action for update-documents function.

Changed

  • Bumped tools.build to v0.8.3.

  • Bumped malli to 0.8.9.

0.4.107 (2022-06-25)

Added

  • Added variables named {{version/major}}, {{version/minor}} and {{version/patch}}.

    • These variables are available when the vesion number is semantic versioning.

  • #10: Added support for the description tag in pom.xml.

Changed

  • Bumped malli to 0.8.8.

  • Bumped kaocha to 1.68.1059.

0.3.90 (2022-06-01)

Changed

  • #1: Updated :scm to be able to collect from .git/config automatically.

    • Of course, you can overwrite it from build.edn file if you want.

0.3.82 (2022-05-29)

Added

  • #3: Added :deploy-repository key to build.edn file.

    • This setting manages remote Maven repository URLs and credentials.

    • See doc/deploy.adoc for more details.

Changed

  • Updated build.edn file to be able to contain environmental variables.

0.2.63 (2022-05-23)

Changed

  • (BREAKING) Rename variables.

    • {{commit-count}}{{git/commit-count}}

    • {{git-head-long-sha}}{{git/head-long-sha}}

    • {{git-head-short-sha}}{{git/head-short-sha}}

    • {{yyyy}}{{now/yyyy}}

    • {{mm}}{{now/mm}}

    • {{m}}{{now/m}}

    • {{dd}}{{now/dd}}

    • {{d}}{{now/d}}

Removed

  • (BREAKING) Removed {{yyyy-mm-dd}} variable.

0.1.55 (2022-05-22)

Added

  • Added variables about dates.

    • yyyy, mm, m, dd and d

0.1.49 (2022-05-21)

Fixed

  • Fixed update-documents function not to remove newline at end of file.

0.1.46 (2022-05-21)

Added

  • Added update-documents function.

  • Added lint function.

Removed

  • (BREAKING) Removed tag-changelog function.

0.1.34 (2022-05-21)

  • First release

Can you improve this documentation? These fine people already did:
liquidz, github-actions & Iizuka Masashi
Edit on GitHub

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

× close