Releases: clojure/clojurescript
Releases · clojure/clojurescript
1.9.216
r1.9.216 1.9.216
1.9.211
r1.9.211 1.9.211
1.9.198
r1.9.198 1.9.198
1.9.89
r1.9.89 1.9.89
1.9.76
r1.9.76 ClojureScript 1.9.76
r1.9.36
1.9.36
1.9.14
r1.9.14 1.9.14
1.8.51
CLJS-1588: Self-host: satisfies? on defrecord instance A bit-shift operation for protocol masks overflows to signed negagive in JavaScript, causing bootstrap failure. Fix is to simply multiply by 2 instead of bit-shift left.
1.8.40
r1.8.40 CLJS-1605: Add all repl* options to known-repl-options
1.8.34
CLJS-1582: Type-hint extend-type first arg for primitives If extending boolean or number to a protocol, propagate type hint to first arg of fns. This is done by walking the code in the impl-map, and associng the passed type-sym as the :tag meta for the first argument of all fns.