Releases: Sage/streamlinejs
v1.0.9
v1.0.6
v1.0.5
v1.0.4
v1.0.2 - streamline is now a babel plugin
Major rewrite.
See https://github.com/Sage/streamlinejs#10 for details.
v0.12.1
v0.12.0
v0.10.17
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