From a4673b880756531ac5690f7b4721ad76c0810327 Mon Sep 17 00:00:00 2001 From: David Nolen Date: Tue, 30 Mar 2021 11:36:51 -0400 Subject: [PATCH] 1.10.844 --- README.md | 6 +++--- changes.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dd37aaad7..551d8f4577 100644 --- a/README.md +++ b/README.md @@ -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: @@ -22,7 +22,7 @@ Latest stable release: 1.10.764 org.clojure clojurescript - 1.10.764 + 1.10.844 ``` diff --git a/changes.md b/changes.md index 365d5992cd..396d91d853 100644 --- a/changes.md +++ b/changes.md @@ -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