- fix typo which broke browser REPL
- lazier seq iterators a la CLJ-1497
- Allow multi-arity anonymous fns to optimize
- transducers
- eliminate dead branches in conditionals to prevent Closure warnings
- bad var resolution if when local contained .
- depend on latest org.clojure/google-closure-library
- fix constants table bug where keywords did not include precomputed hash-code
- All IEquiv implementor now export equiv Object method
- CLJS-824: Unsigned hash for keywords produced via keyword fn
- CLJS-827: CLJS-827: wrap macro expansion in try/catch
- CLJS-826: fix broken closure release script
- CLJS-825: conflict between node js support files
- typo in unchecked-subtract-int
- Experimental support for ES6 Map/Set interface
- CLJS-823: use non-native imul in Safari
- CLJS-810: re-matches returns [] if string is nil
- Dependency on Clojure 1.6.0
- Murmur3 hashing for collections
- CLJS-817: Warning on use of undeclared var when creating recursive definition
- CLJS-819: cljs.reader cannot handle character classes beginning with slashes in regex literals
- CLJS-820: Missing invoke without arguments in MetaFn
- CLJS-816: clojure.set/rename-keys accidentally deletes keys
- CLJS-812: Recur from case statement generated invalid JavaScript
- CLJS-811: use the correct class loader in cljs.js-deps/goog-resource
- fix fns with metadata under advanced compilation
- CLJS-809: dissoc :file metadata introduced by tools.reader 0.8.4
- mark cljs.reader vars as ^:dynamic to avoid compiler warnings