Skip to content

Commit

Permalink
ClojureScript 1.9.76
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Jun 17, 2016
1 parent 7a4e70f commit 3cf2e51
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ ClojureScript is a compiler for [Clojure](http://clojure.org) that targets JavaS

## Releases and dependency information ##

Latest stable release: 1.9.36
Latest stable release: 1.9.76

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

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

```
[org.clojure/clojurescript "1.9.36"]
[org.clojure/clojurescript "1.9.76"]
```

[Maven](http://maven.apache.org) dependency information:
Expand All @@ -20,7 +20,7 @@ Latest stable release: 1.9.36
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.9.36</version>
<version>1.9.76</version>
</dependency>
```

Expand Down
24 changes: 24 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 1.9.76

### Enhancements
* CLJS-1648: Getting Source Info into ex-info data for Analysis Errors
* cljs.spec updated to Clojure 1.9.0-alpha7 changes

### Changes
* bump Google Closure Library dep
* AOT cljs.spec nses

### Fixes
* CLJS-1679: Self-host: Incorporate spec tests
* CLJS-1680: Self-host: Don't require items no longer provided by Closure
* CLJS-1654: cljs.spec: var name in s/fdef non-conformance
* CLJS-1655: cljs.spec: conformer docstring indicates :clojure.spec/invalid
* CLJS-1656: Self-host: cljs.spec: speced-vars* fn not resolving
* CLJS-1661: cljs.spec: non-spec'ed fn var printing
* compute read/write opts for transit if possible, handle JSValue
* CLJS-1660: cljs.spec: Always return var from instrument / unstrument
* CLJS-1671: Bad cljs.spec interactive instrumentation session
* CLJS-1664: The filename aux.cljs is a problem on windows.
* CLJS-1667: bad describe* for and-spec-impl
* CLJS-1699: Self-host: s/fdef ns-qualify *ns* name field access

## 1.9.36

### Enhancements
Expand Down

0 comments on commit 3cf2e51

Please sign in to comment.