A new babashka release: 0.4.0:
Notable additions since 0.3.0:
- Support bb.edn configuration file with :paths
and :deps
(for including libraries managed by deps.clj and tools.deps.alpha)
- Add task runner (configured in bb.edn
). See docs: https://book.babashka.org/#tasks
- Add Selmer and rewrite-clj to built-in libraries
- Add compatibility with the https://github.com/helins/binf.cljc and https://github.com/rm-hull/jasentaa libraries
- Support keyword arg parsing/passing from Clojure 1.11.0-alpha1
- All new website: https://babashka.org
https://github.com/babashka/babashka/blob/master/CHANGELOG.md#040
Many thanks to the folks who helped designing the new tasks feature, a lot of discussions went on in #babashka and Github discussions to flesh out the details.