Skip to content

Commit 917e1d2

Browse files
committed
1.10.753
1 parent fef7d05 commit 917e1d2

File tree

2 files changed

+16
-3
lines changed

2 files changed

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

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

changes.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.10.753
2+
3+
### Changes
4+
* More useful functions added to cljs.analyzer.api
5+
6+
### Fixes
7+
* Fix foreign-lib loading, was checking for `:nodejs` instead of `:nodejs-rt`
8+
* CLJS-3239: Infinite analysis with dotted symbols
9+
* CLJS-3238: Watch incompatible with :bundle, throws :nodejs-related exception
10+
* CLJS-3237: compiling with --target node errors at runtime with document undefined
11+
* CLJS-3236: defprotocol externs inference warnings
12+
* Fix (require ... :reload) REPL pattern
13+
114
## 1.10.741
215

316
### Changes

0 commit comments

Comments
 (0)