releases 2025-12-06

https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting 1.12.213 (2025-12-06) • Redefining namespace with ns should override metadata • Bump nextjournal.markdown to 0.7.222 • Bump edamame to 1.5.37 • Fix https://github.com/babashka/babashka/issues/1899: with-meta followed by dissoc on records no longer works

3
🎉 3

https://github.com/askonomm/dompa: A zero-dependency, runtime-agnostic HTML parser and builder https://github.com/askonomm/dompa/releases/tag/v1.2.0:https://github.com/askonomm/dompa/issues/11: Improves templating ergonomics with a smarter $ template helper, so you no longer have to nest $ 's to create child nodes, you can just pass it any arguments you'd like, and it's smart enough to know what to do with them. With this it is now a lot closer to what https://github.com/pitch-io/uix does with its node building helper. It is also now much more forgiving to nil values.