Skip to content

Commit 1d8e6fb

Browse files
author
dnolen
committed
1.9.542
1 parent 51012a5 commit 1d8e6fb

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-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.521
9+
Latest stable release: 1.9.542
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.521"]
16+
[org.clojure/clojurescript "1.9.542"]
1717
```
1818

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

changes.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.9.542
2+
3+
### Enhancements
4+
* CLJS-1572: REPL doesn't give error for expressions with too many right parentheses
5+
6+
### Changes
7+
* cljs.spec -> cljs.spec.alpha
8+
* CLJS-2013 - Add MapEntry type
9+
* CLJS-2015: Self-host: `defmacro` should return the Var
10+
* CLJS-2017: Upgrade Closure Compiler to latest April 2017 release
11+
12+
### Fixes
13+
* CLJS-485: RegExp flags are being dropped by string/replace
14+
* CLJS-1518: Case macro expansion evaluates expression twice
15+
* CLJS-2024: Self-host: `find-ns-obj` broken for namespaces with 'a' as the first segment
16+
* CLJS-2028: `realized?` throws on LazyTransformer
17+
* CLJS-2010: refer-clojure :rename throws on valid invocations
18+
* CLJS-2007: Whitespace optimizations should respect :main option.
19+
120
## 1.9.521
221

322
### Fixes

0 commit comments

Comments
 (0)