We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f97b57 commit e832512Copy full SHA for e832512
CHANGELOG.md
@@ -2,9 +2,10 @@
2
3
[Squint](https://github.com/squint-cljs/squint): Light-weight ClojureScript dialect
4
5
-## Unreleased
+## v0.9.174
6
7
- Optimize nested `assoc` calls, e.g. produced with `->`
8
+- Avoid object spread when object isn't shared (`auto-transient`)
9
10
## v0.9.173 (2025-10-19)
11
package.json
@@ -2,7 +2,7 @@
"name": "squint-cljs",
"type": "module",
"sideEffects": false,
- "version": "0.9.173",
+ "version": "0.9.174",
"files": [
"core.js",
"src/squint/core.js",
0 commit comments