Skip to content

Releases: Sage/streamlinejs

v1.0.9

05 Nov 10:16
Compare
Choose a tag to compare

Fixes:

#297 _node not forwarding option arguments to script
#300 incorrect babel dependency
#301 regenerator dependency handled internally by streamline-runtime
#302 incorrect handling of some CoffeeScript comprehensions.
#303 documented how to restore this at top level.

v1.0.6

20 Oct 09:07
Compare
Choose a tag to compare

Fixes:

#294: incorrect stack traces if coffee-script is loaded after streamline
#295: sourcemaps options not handled correctly

v1.0.5

18 Oct 21:53
Compare
Choose a tag to compare

3 fixes after 1.0.2 release

#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.

v1.0.4

17 Oct 22:50
Compare
Choose a tag to compare

_node and _coffee were broken in 1.0.2. This release fixes them.

v1.0.2 - streamline is now a babel plugin

17 Oct 15:20
Compare
Choose a tag to compare

v0.12.1

04 May 21:54
Compare
Choose a tag to compare
v0.12.1

v0.12.0

14 Mar 20:30
Compare
Choose a tag to compare

Leaving 0.10 territory and entering 0.12.

Only 2 issues but a big one: narcissus -> esprima. This will allow streamline to support ES6 / ES7 features later.

#254 replaced narcissus by esprima
#261 globals.withContext API improvement

v0.10.17

24 Feb 22:00
Compare
Choose a tag to compare

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

v0.10.16

01 Oct 18:55
Compare
Choose a tag to compare

#237 fixed memory leak in fibers mode

If you use streamline in fibers mode you should upgrade to this version. It fixes a long-standing serious memory leak.

v0.10.15

27 Sep 18:31
Compare
Choose a tag to compare

#235 new API: flows.handshake and flows.queue
#234 bugfix: stacktrace unit test was broken (minor)
#236 bugfix: missing semicolons breaking compiled JS (@dule)