File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,20 @@ Official web site: https://clojurescript.org
66
77## Releases and dependency information ##
88
9- Latest stable release: 1.11.132
9+ Latest stable release: 1.12.33
1010
1111* [ All released versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1212
1313[ Clojure deps.edn] ( http://clojure.org/guides/deps_and_cli ) dependency information:
1414
1515 ```
16- org.clojure/clojurescript {:mvn/version "1.11.132 "}
16+ org.clojure/clojurescript {:mvn/version "1.12.33 "}
1717 ```
1818
1919[ Leiningen] ( https://github.com/technomancy/leiningen/ ) dependency information:
2020
2121```
22- [org.clojure/clojurescript "1.11.132 "]
22+ [org.clojure/clojurescript "1.12.33 "]
2323```
2424
2525[ Maven] ( https://maven.apache.org ) dependency information:
@@ -28,7 +28,7 @@ Latest stable release: 1.11.132
2828<dependency>
2929 <groupId>org.clojure</groupId>
3030 <artifactId>clojurescript</artifactId>
31- <version>1.11.132 </version>
31+ <version>1.12.33 </version>
3232</dependency>
3333```
3434
Original file line number Diff line number Diff line change 1+ ## 1.12.33
2+
3+ ### Changes
4+ * Update Google Closure Compiler dependency to v20250402
5+ * Depend on Clojure fork of Google Closure Library
6+ * CLJS-3290: implement IHash for js Symbol (#225 )
7+ * Updated vendorized tools.reader to 1.4.2
8+ * CLJS-3419: JS Map & Set should return true for seqable?
9+ * CLJS-3421: Throw when calling ana-api/ns-publics on non-existing ns
10+
11+ ### Fixes
12+ * CLJS-3242: trailing keys bug
13+ * CLJS-2292: refer-clojure rename should also exclude
14+ * CLJS-3240: lazy-seq does not cache result of calling seq
15+ * CLJS-3418: Some Closure libraries are not lowered
16+ * CLJS-3413: Macros not loaded w/ single segment namespace loaded via ` :preloads `
17+ * CLJS-3411: cljs.core/test behavior does not match docstring (#226 )
18+ * CLJS-3320: Compiler warning on trying to use ` js ` as an ns
19+ * remove unnecessary key-check for HashCollisionNode
20+ * CLJS-3429: Handle More Complex Closure Type Annotations
21+
122## 1.11.132
223
324### Fixes
You can’t perform that action at this time.
0 commit comments