Skip to content

Commit 10fc3ce

Browse files
author
dnolen
committed
1.9.518
1 parent 3a9e4b4 commit 10fc3ce

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66

77
## Releases and dependency information ##
88

9-
Latest stable release: 1.9.494
9+
Latest stable release: 1.9.518
1010

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

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

1515
```
16-
[org.clojure/clojurescript "1.9.494"]
16+
[org.clojure/clojurescript "1.9.518"]
1717
```
1818

1919
[Maven](http://maven.apache.org) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.494
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>clojurescript</artifactId>
25-
<version>1.9.494</version>
25+
<version>1.9.518</version>
2626
</dependency>
2727
```
2828

changes.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 1.9.518
2+
3+
### Enhancements
4+
* CLJS-1973: Add support for `:npm-deps` in upstream `deps.cljs`
5+
* CLJS-1968: Enable calling JS modules that export a single function
6+
* CLJS-1960: Require CommonJS modules directly from a ClojureScript namespace
7+
8+
### Changes
9+
* CLJS-2006: Upgrade Closure Compiler to April 2017 release
10+
11+
### Fixes
12+
* CLJS-1497: `find` on an associative collection does not return collection key
13+
* CLJS-1996: Support correct checking of :preloads when :optimizations not specified
14+
* CLJS-1994: assoc on nil returns PHM (expected PAM)
15+
* CLJS-1988: add :npm-deps to recognized compiler options
16+
* Fix tiny bug in index-node-modules when no second argument is given
17+
* CLJS-1985: `index-node-modules` should pass opts to `node-inputs`
18+
* CLJS-1987: don't index node modules blindly
19+
* CLJS-1519 Collection invoke errors report arity off by 1
20+
* CLJS-1964: Validate that `:target :nodejs` and no optimizations requires a `:main` option to be present
21+
* CLJS-1956: Add missing JS reserved keywords
22+
* CLJS-1983: res -> mres in spec.cljs
23+
* CLJS-1978: port CLJ-2035
24+
* CLJS-1979: port CLJ-2043 (fix s/form of s/conformer)
25+
* CLJS-1980: port CLJ-2100 (s/nilable form should retain original spec form)
26+
* CLJS-1976: hash-map assoc stackoverflow
27+
* CLJS-1957: Process JS modules errors and warnings don't get printed
28+
* CLJS-1868 - Output simpler dependency rel paths when compiling with Closure libs
29+
* CLJS-1967: Missing ^boolean for removed-leaf? in THM impl
30+
131
## 1.9.494
232

333
### Fixes

0 commit comments

Comments
 (0)