Skip to content

Commit 0ae4f46

Browse files
committed
publishing 1.0.6
1 parent 3f5337d commit 0ae4f46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ Streamline 1.0 is a major evolution. The transforms have been repackaged as a [b
6868

6969
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.
7070

71-
Several options/features have been dropped in 1.0:
71+
Several options/features have been changed or dropped in 1.0:
7272

73+
* the `--cache` option is turned on by default. Use `--no-cache` to turn it off.
7374
* the `--fast` option is deprecated. _Fast_ code will still compile and run but you will get warnings when the source is transformed.
7475
* 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).
7576
* 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).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streamline",
33
"description": "Asynchronous Javascript for dummies",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"license": "MIT",
66
"homepage": "http://github.com/Sage/streamlinejs",
77
"author": "Bruno Jouhier",

0 commit comments

Comments
 (0)