File tree 2 files changed +31
-3
lines changed
2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
6
6
7
7
## Releases and dependency information ##
8
8
9
- Latest stable release: 1.10.764
9
+ Latest stable release: 1.10.844
10
10
11
11
* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
12
12
13
13
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
14
14
15
15
```
16
- [org.clojure/clojurescript "1.10.764 "]
16
+ [org.clojure/clojurescript "1.10.844 "]
17
17
```
18
18
19
19
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.764
22
22
<dependency>
23
23
<groupId>org.clojure</groupId>
24
24
<artifactId>clojurescript</artifactId>
25
- <version>1.10.764 </version>
25
+ <version>1.10.844 </version>
26
26
</dependency>
27
27
```
28
28
Original file line number Diff line number Diff line change
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
+
1
29
## 1.10.764
2
30
3
31
### Fixes
You can’t perform that action at this time.
0 commit comments