File tree 2 files changed +27
-3
lines changed
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
4
4
5
5
## Releases and dependency information ##
6
6
7
- Latest stable release: 1.9.36
7
+ Latest stable release: 1.9.76
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://github.com/technomancy/leiningen/ ) dependency information:
12
12
13
13
```
14
- [org.clojure/clojurescript "1.9.36 "]
14
+ [org.clojure/clojurescript "1.9.76 "]
15
15
```
16
16
17
17
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.9.36
20
20
<dependency>
21
21
<groupId>org.clojure</groupId>
22
22
<artifactId>clojurescript</artifactId>
23
- <version>1.9.36 </version>
23
+ <version>1.9.76 </version>
24
24
</dependency>
25
25
```
26
26
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
+
1
25
## 1.9.36
2
26
3
27
### Enhancements
You can’t perform that action at this time.
0 commit comments