Skip to content

Commit

Permalink
1.10.328
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jun 22, 2018
1 parent 5e42603 commit e58b435
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.10.312
Latest stable release: 1.10.328

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

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

Expand Down
18 changes: 18 additions & 0 deletions changes.md
@@ -1,3 +1,21 @@
## 1.10.328

### Changes
* add :val to :const node
* rename ast op :constant -> :const

### Fixes
* CLJS-2787: Record comparison is broken when instance is constructed from another record instance via map factory
* CLJS-2780: Async tests prematurely terminate in Node
* CLJS-2783: with-out-str conflicts with :infer-externs
* CLJS-2730: Fix docstrings in filter, filtev, remove, and take-while
* CLJS-2703: module name substitution test fails if hypen in directory path
* CLJS-2731: Failure comparing sorted sets
* CLJS-2746: Missing provides for JS modules
* CLJS-2772: Trying to run `cljs.main` repl with `:modules` results in `brepl_deps.js` being `clojure.lang.LazySeq`
* CLJS-2736: Elements returned from sets as functions are not the actual elements in the set
* CLJS-2298: REPLs should automatically load user.(cljs|cljc) files at root of Java classpath

## 1.10.312

### Enhancements
Expand Down

0 comments on commit e58b435

Please sign in to comment.