Skip to content

Latest commit

 

History

History
166 lines (133 loc) · 4 KB

CHANGELOG.adoc

File metadata and controls

166 lines (133 loc) · 4 KB

Change Log

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

Unreleased (dev)

1.0.326 (2022-07-02)

Fixed

  • Fixed release workflow to apply version number correctly.

1.0.323 (2022-07-02)

Changed

  • Changed to build by build.edn.

  • Bumped sci to 0.3.32.

  • Bumped malli to 0.8.9.

  • Bumped kaocha to 1.68.1059.

1.0.2 (2022-04-09)

Changed

  • Bumped clojure to 1.11.1.

1.0.1 (2022-04-02)

Changed

  • Updated to show more pretty validation errors.

Fixed

  • #29: Fixed --init option to work correctly.

1.0.0 (2022-03-27)

Added

  • Added support for babashka pods.

  • Added --init option to generate a Dad task template.

Changed

  • Bumped clojure to 1.11.0.

  • Bumped sci to 0.3.4.

  • Bumped tools.build to v0.8.1.

  • Bumped kaocha to 1.64.1010.

  • (BREAKING) Renamed to parameter for link resource to source.

  • (BREAKING) Changed revision default value for git resource to main.

Removed

  • (BREAKING) Removed nREPL feature.

    • Use babashka pods feature instead.

  • (BREAKING) Removed <main-arg> feature for each resources.

    • Resource arguments are limited to a hash-map for simplicity.

0.3.2 (2021-02-09)

Changed

  • #24: Bump GraalVM to 21.0.0.

0.3.1 (2020-05-16)

Fixed

  • Fixed function metadata to be able to refer on nREPL

0.3.0 (2020-05-15)

Added

  • #21: Added nREPL support.

Changed

  • Bump outdated dependencies.

0.2.4 (2020-02-16)

Added

  • #18: Add meta data to each resource functions.

Fixed

  • #17: Command line specified file is not evaluated in REPL mode.

0.2.3 (2020-01-31)

Added

  • #14: Added pre condition to link resource.

  • #15: Added pre condition to git-checkout resource.

Changed

  • Bump dependent libraries.

0.2.2 (2020-01-19)

Changed

  • #12: Bump GraalVM to 19.3.1.

Fixed

  • Fixed REPL evaluation for muti-line codes.

0.2.1 (2019-12-21)

Fixed

  • Fixed typo in (dad/doc).

0.2.0 (2019-12-21)

Added

  • #5: Added dad/expand built-in function to expand map values to string.

  • Added REPL mode.

Changed

  • #8: Update template resource to verify the content is same or not.

  • (BREAKING) Rename dad specific built-in functions to use dad namespace.

    • envdad/env

    • file-exists?dad/file-exists?

    • os-typedad/os-type

Fixed

  • Fixed file resource to do chmod, chown and chgrp even if the file exists.

  • Fixed directory resource to do chmod, chown and chgrp even if the directory exists.

  • Fixed template resource to do chmod, chown and chgrp even if the file exists.

0.1.2 (2019-12-15)

Added

  • Added support for codes from standard input.

  • Added download resource.

Changed

  • Renamed project to "Dad".

Fixed

  • #4: Fixed git resource to be able to change mode, owner, and group.

  • #7: Fixed not to allow empty string for required parameters.

0.1.1 (2019-12-08)

Added

  • Add --no-color option.

  • Add --eval option.

Changed

  • Bump sci to 0.0.11.

  • Bump camel-snake-kebab to 0.4.1.

  • Update --dry-run option to show "will change" or "won’t change".

0.1.0 (2019-11-29)

  • First release