File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
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.12.38
9
+ Latest stable release: 1.12.40
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.12.38 "}
16
+ org.clojure/clojurescript {:mvn/version "1.12.40 "}
17
17
```
18
18
19
19
[ Leiningen] ( https://github.com/technomancy/leiningen/ ) dependency information:
20
20
21
21
```
22
- [org.clojure/clojurescript "1.12.38 "]
22
+ [org.clojure/clojurescript "1.12.40 "]
23
23
```
24
24
25
25
[ Maven] ( https://maven.apache.org ) dependency information:
Original file line number Diff line number Diff line change 1
- ## 1.12.38
1
+ ## 1.12.40
2
2
3
3
### Changes
4
4
* Update Google Closure Compiler dependency to v20250402
5
- * Depend on Clojure fork of Google Closure Library
5
+ * Depend on Clojure fork of Google Closure Library, 0.0-20250515-f04e4c0e
6
+ - restores goog.dom.query
7
+ - restores goog.isString and other simple fns to goog.base that were unnecessarily removed
8
+ - restore debug loader as default
9
+ - remove unused Closure directive ` unusedPrivateMembers `
6
10
* CLJS-3290: implement IHash for js Symbol (#225 )
7
11
* Updated vendorized tools.reader to 1.4.2
8
12
* CLJS-3419: JS Map & Set should return true for seqable?
You can’t perform that action at this time.
0 commit comments