Skip to content

Commit a4673b8

Browse files
committed
1.10.844
1 parent 3fdaabe commit a4673b8

File tree

2 files changed

+31
-3
lines changed

2 files changed

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

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

changes.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 1.10.844
2+
3+
### Changes
4+
* Google Closure Compiler v20210302, Google Closure Library
5+
* Update to tools.reader 1.3.3
6+
7+
### Enhancements
8+
* CLJS-3235: Support accessing a property of a library as a namespace itself
9+
10+
### Fixes
11+
* CLJS-3287: selfhost: eval does not catch and return errors
12+
* CLJS-3263: Always print #inst year with 4 digits
13+
* CLJS-3291: Incorrect #inst parsing with respect to Julian / Gregorian calendar transition
14+
* CLJS-3281: CLI help for target missing comma
15+
* CLJ-3279: Error when :npm-deps is boolean and :install-deps true
16+
* CLJS-3275: compute upstream npm-deps when :npm-deps is not set
17+
* CLJS-3273: preserve ns-name when processing an :ns* op
18+
* CLJS-3200: reduce code generated by destructure macro for maps
19+
* CLJS-3271: nth on range produces nonexistent values considering floating point
20+
* CLJS-3261: Docstring for cljs.js/eval-str specifies incorrect default for :context
21+
* CLJS-2959: sort and sort-by should retain meta
22+
* CLJS-3255: cljs.build.api/build doesn't work with single arity / 2-arity with nil
23+
* CLJS-3019: Error->map should produce qualified symbols for :type
24+
* CLJS-3130: UUID compares equal to other values
25+
* CLJS-3257: `satisfies?` produces an inference warning when given an unhinted argument
26+
* add `:nodejs-rt` to the list of build affecting options
27+
* CLJS-2880: cl-format octal and Unicode character directives fail
28+
129
## 1.10.764
230

331
### Fixes

0 commit comments

Comments
 (0)