Skip to content

Tags: JaydroidBot/clojurescript

Tags

r1.7.228

Toggle r1.7.228's commit message
1.7.228

r1.7.189

Toggle r1.7.189's commit message
Fix module compilation when modules aren't required

r1.7.170

Toggle r1.7.170's commit message
Generate larger range of random UUIDs

The random-uuid function was only generating hex characters from 0-e,
but should be using 0-f.

Adjusted the arg to the first rand-int call to make this work, and
adjusted the second one as well, which should have no effect on the
behavior but is less confusing to read.

r1.7.166

Toggle r1.7.166's commit message
CLJS-1228: cljs.util/topo-sort is polynomial on larger dependency graphs

remove ns-dependencies, remove corresponding build api. remove tests.

simplify cljs.compiler/requires-compilation? now that we know that the
build order is fixed.

r1.7.145

Toggle r1.7.145's commit message
fix broken UUID hashing

r1.7.122

Toggle r1.7.122's commit message
CLJS-1434: clojure.walk no longer preserves meta on vectors

Remove redundant IMapEntry case which was capturing vectors and not preserving meta. Instead rely on coll?

r1.7.107

Toggle r1.7.107's commit message
CLJS-1299: Add support for more literals in reader

Adds support for rich character literals like `\space`, `\return` and
unicode literals like `\u1234`. The implementation is a port of the JVM's
`CharacterReader`.

See http://dev.clojure.org/jira/browse/CLJS-1299

r1.7.58

Toggle r1.7.58's commit message
when compiled need local eval

r1.7.48

Toggle r1.7.48's commit message
bump Google Closure Library dependency

r1.7.28

Toggle r1.7.28's commit message
eval hack is only required in Node.js + :simple because of modules