Skip to content

Commit 970a783

Browse files
committedMay 13, 2022
1.11.51
1 parent d1809c5 commit 970a783

File tree

2 files changed

+39
-3
lines changed

2 files changed

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

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

‎changes.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## 1.11.51
2+
3+
### Changes
4+
* CLJS-3372: Vendorize data.json, transit-clj, and tools.reader
5+
data.json and transit-clj are no longer dependencies. CLJS-3375 bridges
6+
tools.reader for backwards compatibility
7+
* Clojure 1.10 minimum version
8+
* Update Google Closure Compiler, transit-java, tools.reader dependencies to latest
9+
* CLJS-2820 Compile cljs.loader regardless of whether :modules are used
10+
* CLJS-3370: improved uuid regex to only accept hex characters
11+
* Update / clarify docstrings, CLJS-3358, CLJS-3359, CLJS-3360, CLJS-3361, CLJS-3364
12+
* CLJS-3354: map-invert should use transients and reduce-kv instead of reduce
13+
* CLJS-3350: Update test.check dependency
14+
* CLJS-3294: data_readers.cljc doesn't provide a way to have target-specific
15+
behaviour
16+
17+
### Fixes
18+
* CLJS-3373: Externs Inference issue with vars invoked from foreign libs
19+
* CLJS-3368: let binding can shadow globals, leading to strange behavior
20+
* CLJS-3367: Backward conflict test in prefer-method causes incorrect exception
21+
* CLJS-3371: Invalid warning on record constructor
22+
* Fix apply of IFn for more than 20 arguments
23+
* CLJS-3288: selfhost: *eval-fn* not bound for :js sources
24+
* CLJS-3362: some-fn has different short-circuiting when using 3 predicates
25+
* CLJS-3356: halt-when not usable within #'c.c/into
26+
* CLJS-3352: Self-host negative zero emitted as positive zero
27+
* CLJS-3319: make PersistentHashMap release inodes correctly
28+
29+
### Enhancemnets
30+
* CLJS-3348: Implement new functions for parity with Clojure 1.11
31+
* CLJS-3353: Add the new iteration function introduced in Clojure 1.11
32+
* CLJS-3347: Create clojure.math namespace
33+
* CLJS-3299: port CLJ-2603
34+
* CLJS-3346: :as-alias
35+
* add update-vals & update-keys
36+
137
## 1.11.4
238

339
### Fixes

0 commit comments

Comments
 (0)