Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 585 Bytes

CHANGELOG.adoc

File metadata and controls

15 lines (11 loc) · 585 Bytes

Change Log

[0.1.1] - 13-02-2022

  • fix frozen timestamp

  • fix trailing slash in bb.edn ("tasks/" → "tasks") cause babashka+clj.deps.tools produced strange errors

[0.1.0] - 05-02-2022

  • implement common tasks for application development;

  • all babashka tasks implemented in tasks/src/* folder in clj files. It allows debug tasks in babashka REPL, format & lint code, code completion, doc highlighting;

  • add VERSION_PREFIX file for app version control;

  • add compile java sources, javac command

  • add standalone command to create bundle with JVM using jlink.