Skip to content

Releases: clojure/clojurescript

0.0-3119

Choose a tag to compare

@swannodette swannodette released this 16 Mar 17:54
CLJS-1130: :foreign-libs regression under Closure optimized builds

:foreign-libs support regressed, we never want to emit a goog.require
for a foreign lib in any other optimization setting other than :none

make the comment string clear on this point to avoid future simple
errors like this one.

0.0-3117

Choose a tag to compare

@swannodette swannodette released this 16 Mar 13:26
`cljs.closure/add-implicit-options` add the implicit options for

:optimizations :advanced

0.0-3115

Choose a tag to compare

@swannodette swannodette released this 16 Mar 03:24
r3115

remove busted REPL assertions

0.0-3058

Choose a tag to compare

@swannodette swannodette released this 09 Mar 23:45
r3058

add REPL special functions docmap

0.0-3053

Choose a tag to compare

@swannodette swannodette released this 09 Mar 16:14
r3053

Node.js works fine under :optimizations :none now

0.0-3030

Choose a tag to compare

@swannodette swannodette released this 07 Mar 20:13
r3030

script/aot_core tweak for Hudson