Skip to content

Commit

Permalink
1.10.844
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Mar 30, 2021
1 parent 3fdaabe commit a4673b8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.10.764
Latest stable release: 1.10.844

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

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

Expand Down
28 changes: 28 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 1.10.844

### Changes
* Google Closure Compiler v20210302, Google Closure Library
* Update to tools.reader 1.3.3

### Enhancements
* CLJS-3235: Support accessing a property of a library as a namespace itself

### Fixes
* CLJS-3287: selfhost: eval does not catch and return errors
* CLJS-3263: Always print #inst year with 4 digits
* CLJS-3291: Incorrect #inst parsing with respect to Julian / Gregorian calendar transition
* CLJS-3281: CLI help for target missing comma
* CLJ-3279: Error when :npm-deps is boolean and :install-deps true
* CLJS-3275: compute upstream npm-deps when :npm-deps is not set
* CLJS-3273: preserve ns-name when processing an :ns* op
* CLJS-3200: reduce code generated by destructure macro for maps
* CLJS-3271: nth on range produces nonexistent values considering floating point
* CLJS-3261: Docstring for cljs.js/eval-str specifies incorrect default for :context
* CLJS-2959: sort and sort-by should retain meta
* CLJS-3255: cljs.build.api/build doesn't work with single arity / 2-arity with nil
* CLJS-3019: Error->map should produce qualified symbols for :type
* CLJS-3130: UUID compares equal to other values
* CLJS-3257: `satisfies?` produces an inference warning when given an unhinted argument
* add `:nodejs-rt` to the list of build affecting options
* CLJS-2880: cl-format octal and Unicode character directives fail

## 1.10.764

### Fixes
Expand Down

0 comments on commit a4673b8

Please sign in to comment.