This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-08
Channels
- # announcements (1)
- # asami (3)
- # babashka (51)
- # beginners (86)
- # chlorine-clover (1)
- # cider (18)
- # clara (5)
- # clj-kondo (6)
- # cljsrn (6)
- # clojure (2)
- # clojure-europe (18)
- # clojure-uk (1)
- # clojurescript (57)
- # clojureverse-ops (2)
- # code-reviews (9)
- # cryogen (11)
- # depstar (5)
- # jackdaw (2)
- # malli (8)
- # nrepl (2)
- # off-topic (66)
- # practicalli (3)
- # reitit (6)
- # shadow-cljs (83)
- # sql (4)
- # vim (24)
- # xtdb (4)
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.