Skip to content

v0.10.0

Choose a tag to compare

@bjouhier bjouhier released this 21 Sep 16:59
· 493 commits to master since this release

WARNING: The "futures" syntax has changed!!! You can activate the old syntax with the --old-style-futures option. See issue #164 for details.

#111 Support non empty case clause that flows into next clause
#115 Compile to JS without further dependencies
#133 Streamline REPL!
#164 Enforce explicit syntax for futures
#165 Support options to require 'streamline/register' via opts file
#166 New source map options: --map
#168 Bug: callback gets called twice on error in callbacks mode
#169 command.getOptions() API (for coffeeCoverage)
#170 Bug: fibers mode not preserving line numbers when invoking non-streamline functions, if the call spans multiple lines

I did not much have time to test the last features (REPL, --standalone option) but please try them out and submit issues. I'll release a 0.10.1 with bug fixes.