From 98e2dbb89da75a4439f50d94d6a1c8f8ac62ba13 Mon Sep 17 00:00:00 2001 From: David Nolen Date: Sun, 25 Mar 2018 15:57:30 +0200 Subject: [PATCH] 1.10.238 --- README.md | 6 +++--- changes.md | 14 +++++++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95f81b4910..06c03dcfb1 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.9.946 +Latest stable release: 1.10.238 * [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.9.946"] +[org.clojure/clojurescript "1.10.238"] ``` [Maven](http://maven.apache.org) dependency information: @@ -22,7 +22,7 @@ Latest stable release: 1.9.946 org.clojure clojurescript - 1.9.946 + 1.10.238 ``` diff --git a/changes.md b/changes.md index b4e7b16a7b..f211022da9 100644 --- a/changes.md +++ b/changes.md @@ -1,4 +1,4 @@ -## Next +## 1.10.238 ### Enhancements * cljs.main, simple command line access to Compiler & REPLs @@ -25,6 +25,18 @@ * CLJS-2581: Create a cljs.repl/*repl-env* dynamic var and bind it around cljs repl loops ### Fixes +* CLJS-2680: Passing :watch-fn via --compile-opts to cljs.main +* CLJS-2692: cljs.core.specs.alpha: Import list needs to require quote +* CLJS-2696: Large code size in Clojurescript 1.10.x for minimal code with optimizations advanced +* CLJS-2699: Use higher-level Closure API for module-processing +* CLJS-2691: goog.require in module-processed files shouldn't require goog.base +* CLJS-2689: Don't try to use node resolve for goog: modules +* CLJS-2676: Bad cljs.loader behavior for modules with multiple provides +* CLJS-2673: Regression: Can't require cljs.js +* CLJS-2650: Fix JAR compilation of cljs.loader +* CLJS-2671: Double analysis warning for source in JAR with AOT cache +* CLJS-2643: Socket REPL output can be directed to the wrong place +* CLJS-2670: Update cljs.compiler/warning-types * CLJS-2491: Inference warnings are not reported * CLJS-2653: REPL crash when mapping stacktrace in Chrome for js/blah * CLJS-2639: Compiler crash when using aot cache with parallel compile