Skip to content

Commit e58b435

Browse files
committed
1.10.328
1 parent 5e42603 commit e58b435

File tree

2 files changed

+21
-3
lines changed

2 files changed

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

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

changes.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.10.328
2+
3+
### Changes
4+
* add :val to :const node
5+
* rename ast op :constant -> :const
6+
7+
### Fixes
8+
* CLJS-2787: Record comparison is broken when instance is constructed from another record instance via map factory
9+
* CLJS-2780: Async tests prematurely terminate in Node
10+
* CLJS-2783: with-out-str conflicts with :infer-externs
11+
* CLJS-2730: Fix docstrings in filter, filtev, remove, and take-while
12+
* CLJS-2703: module name substitution test fails if hypen in directory path
13+
* CLJS-2731: Failure comparing sorted sets
14+
* CLJS-2746: Missing provides for JS modules
15+
* CLJS-2772: Trying to run `cljs.main` repl with `:modules` results in `brepl_deps.js` being `clojure.lang.LazySeq`
16+
* CLJS-2736: Elements returned from sets as functions are not the actual elements in the set
17+
* CLJS-2298: REPLs should automatically load user.(cljs|cljc) files at root of Java classpath
18+
119
## 1.10.312
220

321
### Enhancements

0 commit comments

Comments
 (0)