Skip to content

Commit 98e2dbb

Browse files
committed
1.10.238
1 parent e951c9a commit 98e2dbb

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66

77
## Releases and dependency information ##
88

9-
Latest stable release: 1.9.946
9+
Latest stable release: 1.10.238
1010

1111
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1212

1313
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1414

1515
```
16-
[org.clojure/clojurescript "1.9.946"]
16+
[org.clojure/clojurescript "1.10.238"]
1717
```
1818

1919
[Maven](http://maven.apache.org) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.946
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>clojurescript</artifactId>
25-
<version>1.9.946</version>
25+
<version>1.10.238</version>
2626
</dependency>
2727
```
2828

changes.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 1.10.238
22

33
### Enhancements
44
* cljs.main, simple command line access to Compiler & REPLs
@@ -25,6 +25,18 @@
2525
* CLJS-2581: Create a cljs.repl/*repl-env* dynamic var and bind it around cljs repl loops
2626

2727
### Fixes
28+
* CLJS-2680: Passing :watch-fn via --compile-opts to cljs.main
29+
* CLJS-2692: cljs.core.specs.alpha: Import list needs to require quote
30+
* CLJS-2696: Large code size in Clojurescript 1.10.x for minimal code with optimizations advanced
31+
* CLJS-2699: Use higher-level Closure API for module-processing
32+
* CLJS-2691: goog.require in module-processed files shouldn't require goog.base
33+
* CLJS-2689: Don't try to use node resolve for goog: modules
34+
* CLJS-2676: Bad cljs.loader behavior for modules with multiple provides
35+
* CLJS-2673: Regression: Can't require cljs.js
36+
* CLJS-2650: Fix JAR compilation of cljs.loader
37+
* CLJS-2671: Double analysis warning for source in JAR with AOT cache
38+
* CLJS-2643: Socket REPL output can be directed to the wrong place
39+
* CLJS-2670: Update cljs.compiler/warning-types
2840
* CLJS-2491: Inference warnings are not reported
2941
* CLJS-2653: REPL crash when mapping stacktrace in Chrome for js/blah
3042
* CLJS-2639: Compiler crash when using aot cache with parallel compile

0 commit comments

Comments
 (0)