Skip to content

Commit

Permalink
1.9.89
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jun 22, 2016
1 parent b09f183 commit ea7d900
Show file tree
Hide file tree
Showing 2 changed files with 18 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.76
Latest stable release: 1.9.89

* [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.76"]
[org.clojure/clojurescript "1.9.89"]
```

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

Expand Down
15 changes: 15 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.9.89

### Enhancements
* CLJS-1688: :preloads compiler option for loading other entry points prior to :main
* cljs.spec - support gen overrides by name in addition to path
* cljs.spec - every and every-kv

### Changes
* added bounded-count

### Fixes
* missing cljs.spec/fn-specs -> cljs.spec/get-spec in cljs.spec.test ns
* CLJS-1687: Self-host: cljs.spec: inst-in-range? and int-in-range? need qualification
* CLJS-1668: cljs.spec: c alias needs expansion in int-in

## 1.9.76

### Enhancements
Expand Down

0 comments on commit ea7d900

Please sign in to comment.