Skip to content

v0.10.17

Choose a tag to compare

@bjouhier bjouhier released this 24 Feb 22:00
· 302 commits to master since this release

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