Skip to content

Commit e53f46e

Browse files
committed
1.12.33
1 parent 7f5411d commit e53f46e

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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

changes.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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

0 commit comments

Comments
 (0)