Skip to content

Commit

Permalink
publishing 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Oct 20, 2015
1 parent 3f5337d commit 0ae4f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ Streamline 1.0 is a major evolution. The transforms have been repackaged as a [b

The CLI and API options have changed and are now aligned on babel. Only a subset of babel's options are supported directly by streamline - to get more you should use babel directly. There is a compatibility layer that translates from old to new options but you should adapt your code.

Several options/features have been dropped in 1.0:
Several options/features have been changed or dropped in 1.0:

* the `--cache` option is turned on by default. Use `--no-cache` to turn it off.
* the `--fast` option is deprecated. _Fast_ code will still compile and run but you will get warnings when the source is transformed.
* the `--standalone` option is not supported any more and the browser runtime is packaged differently. The runtime and transform files have been moved to the `lib/browser` directory. You are encouraged to switch to `browserify` to bundle your source files. See the [browser section](#browser) below).
* several less important CLI options are not supported any more: `--cb`, `--lines-*`, `--old-style-futures`, and `--promise` (promise interop has been simplified and you don't need the option - see [promise section](#promises) below).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "streamline",
"description": "Asynchronous Javascript for dummies",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"homepage": "http://github.com/Sage/streamlinejs",
"author": "Bruno Jouhier",
Expand Down

0 comments on commit 0ae4f46

Please sign in to comment.