Skip to content

Commit

Permalink
1.10.753
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed May 1, 2020
1 parent fef7d05 commit 917e1d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.10.741
Latest stable release: 1.10.753

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

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

Expand Down
13 changes: 13 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.10.753

### Changes
* More useful functions added to cljs.analyzer.api

### Fixes
* Fix foreign-lib loading, was checking for `:nodejs` instead of `:nodejs-rt`
* CLJS-3239: Infinite analysis with dotted symbols
* CLJS-3238: Watch incompatible with :bundle, throws :nodejs-related exception
* CLJS-3237: compiling with --target node errors at runtime with document undefined
* CLJS-3236: defprotocol externs inference warnings
* Fix (require ... :reload) REPL pattern

## 1.10.741

### Changes
Expand Down

0 comments on commit 917e1d2

Please sign in to comment.