Skip to content

Commit ca0173c

Browse files
author
dnolen
committed
1.7.48
1 parent 6ef9772 commit ca0173c

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J
44

55
## Releases and dependency information ##
66

7-
Latest stable release: 1.7.28
7+
Latest stable release: 1.7.48
88

99
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1010

1111
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1212

1313
```
14-
[org.clojure/clojurescript "1.7.28"]
14+
[org.clojure/clojurescript "1.7.48"]
1515
```
1616

1717
[Maven](http://maven.apache.org) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 1.7.28
2020
<dependency>
2121
<groupId>org.clojure</groupId>
2222
<artifactId>clojurescript</artifactId>
23-
<version>1.7.28</version>
23+
<version>1.7.48</version>
2424
</dependency>
2525
```
2626

changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.7.48
2+
3+
## Enhancements
4+
* provide goog-define macro to support proper use of goog.define
5+
* CLJS-1177: A compiler support for non-Closure transforms (JSX, etc)
6+
* CLJS-1296: browser REPL should queue prints before connection then flush after connection
7+
* add :dump-core compiler option for cljs.js config
8+
* CLJS-1386: Symbols should be added to the constants table
9+
10+
## Fixes
11+
* CLJS-1392: cljs.repl/source regression
12+
* CLJS-1391: Error when building for target :nodejs
13+
* CLJS-1388: Stacktrace element handling for :output-dir w/o file/line/column
14+
* CLJS-1311: Improve error reporting when converting JavaScript modules
15+
* CLJS-1387: support local Closure libs that conform to classpath
16+
117
## 1.7.28
218

319
## Enhancements

0 commit comments

Comments
 (0)