Liking cljdoc? Tell your friends :D

Changelog

[2.0.5] - 13-06-2021

Added
  • Github Actions CI. Publish new version to Clojars.

Changed
  • program env replaced with {:extra-env env-vars} map to pass new environment variables to the shell command.

  • updated dependencies.

[2.0.4] - 02-05-2021

Changed

  • update bb.edn syntax up to babashka v0.3.7 which is significantly reduced script size.

[2.0.3] - 25-04-2021

Fixed

  • -shell function now exits if Exception occurred to avoid strange behaviour.

[2.0.1] - 24-04-2021

Changed

  • .clj-kondo/config.edn is updated cause :exclude-files has wrong value

[2.0.0] - 24-04-2021

Breaking changes

  • now all functionality of just, direnv utilities performed by babashka v0.3.5+ only

    • removed utilities from project requirements: just, direnv

    • removed config files: Justfile, .env.public, .env.private, .envrc

  • artifact name has changed to org.rssys.libtemplate/clj-template due to new Clojars policy

  • file version_id is renamed to project-version

Added

  • project-config.edn for public project configuration

  • project-secrets.edn for sensitive data, passwords, private project configuration

  • bb.edn for tasks (replacement of Makefile or Justfile)

Changed

  • updated all deps

[1.0.0] - 03-03-2021

Added

  • now it is possible to set the particular value to major, minor, patch sections when doing version bumping. It may be useful when we want to set patch version to the number of commits from the beginning (e.g. just bump patch `git rev-list HEAD --count`).

[0.1.2] - 02-03-2021

Breaking changes

  • removed jenv from project requirements

[0.1.1] - 26-02-2021

Minor changes.

Fixed

  • pom.xml rendering

  • comments in scripts and docs.

[0.1.0-SNAPSHOT] - 23-02-2021

Initial release.

Added

  • scripts for operations: clean, build, install, deploy, outdated, lint, format, test

  • project control via Justfile;

  • cljstyle formatter support;

  • dotenv files support using direnv utility:

    • .env.public - for public environment variables;

    • .env.private - for passwords and other secrets;

  • linter clj-kondo support with initial config;

  • project requirements script for MacOS

Can you improve this documentation?Edit on GitHub

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

× close