I also use https://github.com/mfikes/cljs-bean for pretty much all my projects.
Babashka, a native scripting env for Clojure, v0.2.1 released: - http-kit client + server - support for implementing IDeref and IAtom - clojure.pprint/cl-format and multiple fixes and enhancements. Thanks @cljtogether for sponsoring this release. Release notes: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v021-2020-09-25 Visit #babashka for questions.
https://clojure.org/releases/tools#v1.10.1.697 is now available (this is a release, NOT a prerelease) • Added https://clojure.org/reference/deps_and_cli#_executing_a_function (-X) • Added https://clojure.org/reference/deps_and_cli#_prepare_for_execution (-P) • Expanded https://clojure.org/reference/deps_and_cli#_running_a_main_or_script (-M) to support all argmap arguments • Added new argmap attributes for https://clojure.org/reference/deps_and_cli#namespaces: :ns-aliases and :ns-default • Added new https://clojure.github.io/tools.deps.alpha/clojure.tools.cli.api-api.html available via -X:deps alias (git-resolve-tags, mvn-install, mvn-pom, tree) • Deprecated -R, -C (use -X, -M, or -A instead) • Deprecated unqualified lib names in deps.edn (use fully qualified lib names) • Deprecated alias tool args :deps and :paths (use :replace-deps and :replace-paths) • Removed -O (use -X, -M, or -A) • Removed -Sresolve-tags (use -X:deps git-resolve-tags) • https://clojure.atlassian.net/browse/TDEPS-152 - Fixes to -Spom generation with srcDirectory • https://clojure.atlassian.net/browse/TDEPS-155 - Better error handling for bad coordinates • https://clojure.atlassian.net/browse/TDEPS-167 - Handle absolute resource paths in pom deps • Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md 0.9.810
https://clojure.org/releases/devchangelog#v1.10.2-alpha2 is now available
• https://clojure.atlassian.net/browse/CLJ-2571 Add Throwable return type hint to ex-cause
• https://clojure.atlassian.net/browse/CLJ-2572 Avoid reflection in clojure.data
• https://clojure.atlassian.net/browse/CLJ-2295 Eliminate duplicate doc string printing for special forms
• https://clojure.atlassian.net/browse/CLJ-2564 Improve error message for case
• https://clojure.atlassian.net/browse/CLJ-2580 Fix case expression branch analysis that resulted in compilation error
• https://clojure.atlassian.net/browse/CLJ-2469 Fix errors in printing some maps with namespace syntax
https://github.com/seancorfield/readme 1.0.16 is available -- now auto-creates directories in the specified test path if necessary and exits with a non-zero status if the generated test file cannot be required (due to errors in your readme code, for example)
👌 very nice — I’ll not need to use org-mode for things like this now