https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect
v0.9.169 (2025-10-18)
• Optimize code produced for assoc, assoc! and get when object argument can be inferred or is type hinted with ^object
• Optimize str using macro that compiles into template strings + ?? '' for null/undefined
• Fix https://github.com/squint-cljs/squint/issues/732: take-last should return nil or empty seq for negative numbers
https://squint-cljs.github.io/squint/?src=KGRlZm4gYXNzb2MtZGVtbyBbXSAoLT4ge30gKGFzc29jIDphIDpiKSAoYXNzb2MgOmMgOmQpKSkKKGRlZm4gYXNzb2MhLWRlbW8gW10gKC0%2BIHt9IChhc3NvYyEgOmEgOmIpIChhc3NvYyA6YiA6ZCkpKQooZGVmbiBnZXQtZGVtbyBbXSBbKGdldCB7OmEgMX0gOmEpCiAgICAgICAgICAgICAgICAgICAoZ2V0IHs6YSAxfSA6YiA6bm90LWZvdW5kKV0p
https://github.com/polyfy/polylith/releases/tag/v0.3.30 A tool used to develop Polylith based architectures in Clojure and ClojureScript:
• Filter on libraries in the libs command, issue https://github.com/polyfy/polylith/issues/558
• Report libraries using different versions in the workspace, issue https://github.com/polyfy/polylith/issues/562
• Use configuration passed in by -Sdeps, issue https://github.com/polyfy/polylith/issues/574
Selmer 1.12.65 is out, render function now matches render-file behavior and a fix for better handling of missing closing tags courtesy of @borkdude https://github.com/yogthos/Selmer/blob/master/changes.md
https://github.com/nrepl/nrepl 1.5.1 Hotfix release: • Fix crashes when printing results that contain Unicode multicodepoint characters.