File tree
Expand file treeCollapse file tree2 files changed
+18
-3
lines changed Expand file treeCollapse file tree2 files changed
+18
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -4,14 +4,14 @@ ClojureScript is a compiler for [Clojure](http://clojure.org) that targets JavaS
|
4 | 4 |
|
5 | 5 | ## Releases and dependency information ##
|
6 | 6 |
|
7 |
| -Latest stable release: 1.9.198 |
| 7 | +Latest stable release: 1.9.211 |
8 | 8 |
|
9 | 9 | * [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
|
10 | 10 |
|
11 | 11 | [Leiningen](http://.com/technomancy/leiningen/) dependency information:
|
12 | 12 |
|
13 | 13 | ```
|
14 |
| -[org.clojure/clojurescript "1.9.198"] |
| 14 | +[org.clojure/clojurescript "1.9.211"] |
15 | 15 | ```
|
16 | 16 |
|
17 | 17 | [Maven](http://maven.apache.org) dependency information:
|
@@ -20,7 +20,7 @@ Latest stable release: 1.9.198
|
20 | 20 | <dependency>
|
21 | 21 | <groupId>org.clojure</groupId>
|
22 | 22 | <artifactId>clojurescript</artifactId>
|
23 |
| -<version>1.9.198</version> |
| 23 | +<version>1.9.211</version> |
24 | 24 | </dependency>
|
25 | 25 | ```
|
26 | 26 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +## 1.9.211 |
| 2 | + |
| 3 | +### Fixes |
| 4 | +* CLJS-1746: Log the result of loading a dependency |
| 5 | +* CLJS-1657: Self-host: Implicit macro loading with alias |
| 6 | +* CLJS-1742: Add docstring for new refer-clojure REPL special |
| 7 | +* CLJS-1274: Allow assignment to namespace-qualified names in current namespace |
| 8 | +* CLJS-1744: rest produces nil for larger maps |
| 9 | +* CLJS-1740: Self-host: Need to port more of CLJS-1733 |
| 10 | +* CLJS-1741: Add :rename to :refer-clojure in ns docstring |
| 11 | +* CLJS-1737: Self-host: clojure alias implicit macro use regression |
| 12 | +* invalid cljs.spec/merge res call |
| 13 | +* CLJS-1739: seq on map literal with 9 elements leads to rest producing nil |
| 14 | +* CLJS-1738: Self-host: need to update call to check-use-macros-inferring-missing |
| 15 | + |
1 | 16 | ## 1.9.198
|
2 | 17 |
|
3 | 18 | ### Enhancements
|
|
You can’t perform that action at this time.
0 commit comments