https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect
v0.9.183
• https://github.com/squint-cljs/squint/pull/779: Added compare-and-swap!, swap-vals! and reset-vals! (https://github.com/tonsky)
• https://github.com/squint-cljs/squint/pull/788: Fixed compilation of dotimes with _ binding (https://github.com/tonsky)
• https://github.com/squint-cljs/squint/pull/790: Fixed shuffle not working on lazy sequences (https://github.com/tonsky)
• Multiple :require-macros with :refer now accumulate instead of overwriting (https://github.com/willcohen)
https://github.com/seancorfield/honeysql/ https://github.com/seancorfield/honeysql/releases/tag/v2.7.1368 -- Turn Clojure data structures into SQL
• Address https://github.com/seancorfield/honeysql/issues/596 by removing #' Var references from all production code. This meant making a couple of private functions public, but marking them ^:no-doc to indicate they are not part of the public API.
• Update dev/test deps.
This should improve performance (slightly) on the JVM and also improves the docstring/bundle size for Shadow-cljs. Follow-up in #honeysql