File tree 2 files changed +25
-4
lines changed
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
6
6
7
7
## Releases and dependency information ##
8
8
9
- Latest stable release: 1.11.132
9
+ Latest stable release: 1.12.33
10
10
11
11
* [ All released versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
12
12
13
13
[ Clojure deps.edn] ( http://clojure.org/guides/deps_and_cli ) dependency information:
14
14
15
15
```
16
- org.clojure/clojurescript {:mvn/version "1.11.132 "}
16
+ org.clojure/clojurescript {:mvn/version "1.12.33 "}
17
17
```
18
18
19
19
[ Leiningen] ( https://github.com/technomancy/leiningen/ ) dependency information:
20
20
21
21
```
22
- [org.clojure/clojurescript "1.11.132 "]
22
+ [org.clojure/clojurescript "1.12.33 "]
23
23
```
24
24
25
25
[ Maven] ( https://maven.apache.org ) dependency information:
@@ -28,7 +28,7 @@ Latest stable release: 1.11.132
28
28
<dependency>
29
29
<groupId>org.clojure</groupId>
30
30
<artifactId>clojurescript</artifactId>
31
- <version>1.11.132 </version>
31
+ <version>1.12.33 </version>
32
32
</dependency>
33
33
```
34
34
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
+
1
22
## 1.11.132
2
23
3
24
### Fixes
You can’t perform that action at this time.
0 commit comments