Fork me on GitHub
#releases
<
2023-10-05
>
jpmonettas13:10:20

Releasing ClojureStorm 1.11.1-10 and 1.12.0-alpha4_4 with some important fixes • Fix incorrect macroexpansion tracing (now you can step over macroexpansions in #C03KZ3XT0CF) • Fix recording of defns inside dos, like (do (defn a ...) (defn b ...)) • Remove extra unneeded tracing on def[type record]

🎉 1
jpmonettas13:10:44

Releasing ClojureScriptStorm 1.11.60-3 with an important fix • Fix a bunch of forms (:op :invoke) not being traced under shadow-cljs

🎉 2
borkdude16:10:12

https://github.com/babashka/nbb: Scripting in Clojure on Node.js using https://github.com/babashka/sci https://github.com/babashka/nbb/blob/main/CHANGELOG.md#12179-2023-10-05 • Expose sci.core in nbb • Expose get-sci-ctx in nbb.core

nbb 2
Howon Lee20:10:43

https://github.com/howonlee/mertonon - neural organizational management / neural economic planning • https://github.com/howonlee/mertonon/releases/tag/v0.6.37-prealpha ◦ user and admin view exist now ◦ views refactored to re-frame ◦ some create and delete sidebars refactored to re-frame, this entails a regression to fe validations which we plan to fix asap ◦ lots of other re-frame refactors