File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-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
44
55## Releases and dependency information ##
66
7- Latest stable release: 1.9.36
7+ Latest stable release: 1.9.76
88
99* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
1010
1111[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
1212
1313```
14- [org.clojure/clojurescript "1.9.36 "]
14+ [org.clojure/clojurescript "1.9.76 "]
1515```
1616
1717[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.9.36
2020<dependency>
2121 <groupId>org.clojure</groupId>
2222 <artifactId>clojurescript</artifactId>
23- <version>1.9.36 </version>
23+ <version>1.9.76 </version>
2424</dependency>
2525```
2626
Original file line number Diff line number Diff line change 1+ ## 1.9.76
2+
3+ ### Enhancements
4+ * CLJS-1648: Getting Source Info into ex-info data for Analysis Errors
5+ * cljs.spec updated to Clojure 1.9.0-alpha7 changes
6+
7+ ### Changes
8+ * bump Google Closure Library dep
9+ * AOT cljs.spec nses
10+
11+ ### Fixes
12+ * CLJS-1679: Self-host: Incorporate spec tests
13+ * CLJS-1680: Self-host: Don't require items no longer provided by Closure
14+ * CLJS-1654: cljs.spec: var name in s/fdef non-conformance
15+ * CLJS-1655: cljs.spec: conformer docstring indicates : clojure .spec/invalid
16+ * CLJS-1656: Self-host: cljs.spec: speced-vars* fn not resolving
17+ * CLJS-1661: cljs.spec: non-spec'ed fn var printing
18+ * compute read/write opts for transit if possible, handle JSValue
19+ * CLJS-1660: cljs.spec: Always return var from instrument / unstrument
20+ * CLJS-1671: Bad cljs.spec interactive instrumentation session
21+ * CLJS-1664: The filename aux.cljs is a problem on windows.
22+ * CLJS-1667: bad describe* for and-spec-impl
23+ * CLJS-1699: Self-host: s/fdef ns-qualify * ns* name field access
24+
125## 1.9.36
226
327### Enhancements
You can’t perform that action at this time.
0 commit comments