|
| 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 | + |
1 | 33 | ## 0.0-3211
|
2 | 34 |
|
3 | 35 | ### Changes
|
|
0 commit comments