Skip to content

Commit c8384d2

Browse files
author
dnolen
committed
0.0-3255
1 parent d321bde commit c8384d2

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-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: 0.0-3211
7+
Latest stable release: 0.0-3255
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 "0.0-3211"]
14+
[org.clojure/clojurescript "0.0-3255"]
1515
```
1616

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

changes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 0.0-3255
2+
3+
### Changes
4+
* Update Closure Library dependency
5+
* CLJS-1252: Update Closure Compiler Dependency to v20150505
6+
* .clj -> .cljc for important analysis / compilation bits
7+
* add public cljs.compiler.api namespace
8+
* CLJS-1224: cljs.repl: Memoize stack frame mapping
9+
* depend on tools.reader 0.9.2
10+
11+
### Enhancements
12+
* add cljs.pprint/pp macro
13+
* CLJS-710: port clojure.pprint
14+
* CLJS-1178: Compiler does not know Math ns is not not-native
15+
* add getBasis methods to deftype and defrecord ctors a la Clojure JVM
16+
* support ^long and ^double type hints
17+
18+
### Fixes
19+
* fix cljs-1198 async testing regression
20+
* CLJS-1254: Update REPL browser agent detection CLJS-1253: Create/Use new Closure Library Release
21+
* CLJS-1225: Variadic function with same name as parent function gives runtime error in advanced compile mode.
22+
* CLJS-1246: Add cljs.core/record? predicate.
23+
* CLJS-1239: Make eduction variadic.
24+
* CLJS-1244: tagged-literal precondition check missing wrapping vector
25+
* CLJS-1243: Add TaggedLiteral type & related fns
26+
* CLJS-1240: Add cljs.core/var?
27+
* CLJS-1214: :arglists meta has needless quoting CLJS-1232: bad arglists for doc, regression
28+
* CLJS-1212: Error in set ctor for > 8-entry map literal
29+
* CLJS-1218: Syntax quoting an alias created with :require-macros throws ClassCastException
30+
* CLJS-1213: cljs.analyzer incorrectly marks all defs as tests when eliding test metadata
31+
* CLJS-742: Compilation with :output-file option set fails
32+
133
## 0.0-3211
234

335
### Changes

0 commit comments

Comments
 (0)