You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#297_node not forwarding option arguments to script #300 incorrect babel dependency #301regenerator dependency handled internally by streamline-runtime #302 incorrect handling of some CoffeeScript comprehensions. #303 documented how to restore this at top level.
#291 fixed _node, _coffee and REPL (I had tested them in the wrong context) #292 fixed --out-dir option. #293 much faster startup time when all files are up-to-date in cache.
fixed #259 - hoisted function declared inside IIFE may not return (fibers and generators modes only)
fixed #253 - minor issue: version number in latest release is stale
fixed #256 - generators-fast mode handles function.call(this, _) incorrectly
fixed #231 - fix context leak in callbacks mode when exception is thrown from trampoline
fixed #246 - use different cache directory for aggressive optim
fixed #255 - undefined process variable in browser
fixed #240 - defective sourcemaps
fixed #252 - setImmediate not available in browsers
fixed #250 - stacktrace incorrectly filtered on MS Windows
fixed #249 - coffeescript default callback transform was broken
feature #246 - --aggressive optimization option for fibers fast mode
fixed #245 - flows.trampoline does not preserve globals.context
fixed #242 - Stack trace error messages less useful on latest releases of Chrome (PR #243@anodos)
feature #239 - flows.trampoline helper
#235 new API: flows.handshake and flows.queue #234 bugfix: stacktrace unit test was broken (minor) #236 bugfix: missing semicolons breaking compiled JS (@dule)