Fork me on GitHub
#releases
<
2021-12-10
>
borkdude10:12:04

Babashka 0.7.0 (2021-12-10) • Add compatibility with `clojure.spec.alpha`. See https://github.com/babashka/spec.alpha. • Add `to-array-2d`, `aclone`, `areduce` and `amap` (https://github.com/MrEbbinghaus) • Add `inst-ms` • Add `java.util.StringTokenizer` • clojure.core/read can read with `PushbackReader` that is not `LineNumberingPushbackReader` • Allow macroexpand on `for` and `doseq` (https://github.com/erdos) • Add `clojure.instant/read-instant-date` • Add `StackTraceElement->vec` • Add `memfn` • Implement Java field access (for `clojure.spec.alpha`) • Warn on requiring `clojure.spec.alpha`, suggesting to use https://github.com/babashka/spec.alpha • Warn on requiring `clojure.core.specs.alpha`, suggesting to explicitly add it to deps • Deprecate `$` in babashka.process (still available, but no longer recommended)

🎉 3
babashka 2
Alex Miller (Clojure team)16:12:05

More minor updates (bumping deps): • org.clojure/tools.deps.alpha 0.12.1090 • org.clojure/tools.deps.graph 1.1.68

seancorfield21:12:10

A cascade of minor updates (tracking log4j2 stuff): • io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.1" :git/sha "7b93e5b"} • io.github.seancorfield/build-clj {:git/tag "v0.6.1" :git/sha "6e962ef"} • clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.4"}' :as new • clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.377"}' :as clj-new • or: com.github.seancorfield/clj-new {:mvn/version "1.2.377"} • and, finally, my dot-clojure repo which has tools/new.edn and tools/clj-new.edn

👍 3