Skip to content

Commit ea7d900

Browse files
committed
1.9.89
1 parent b09f183 commit ea7d900

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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.76
7+
Latest stable release: 1.9.89
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.76"]
14+
[org.clojure/clojurescript "1.9.89"]
1515
```
1616

1717
[Maven](http://maven.apache.org) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.9.76
2020
<dependency>
2121
<groupId>org.clojure</groupId>
2222
<artifactId>clojurescript</artifactId>
23-
<version>1.9.76</version>
23+
<version>1.9.89</version>
2424
</dependency>
2525
```
2626

changes.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.9.89
2+
3+
### Enhancements
4+
* CLJS-1688: :preloads compiler option for loading other entry points prior to :main
5+
* cljs.spec - support gen overrides by name in addition to path
6+
* cljs.spec - every and every-kv
7+
8+
### Changes
9+
* added bounded-count
10+
11+
### Fixes
12+
* missing cljs.spec/fn-specs -> cljs.spec/get-spec in cljs.spec.test ns
13+
* CLJS-1687: Self-host: cljs.spec: inst-in-range? and int-in-range? need qualification
14+
* CLJS-1668: cljs.spec: c alias needs expansion in int-in
15+
116
## 1.9.76
217

318
### Enhancements

0 commit comments

Comments
 (0)