
It happened! io.js Version 1.0.1 (Beta stability) released!

- shipping - innovations marked as stable in V8, such as generators, templates, new string methods, etc. All of them are enabled by default and do not require special flags at startup.
- staged - almost complete, but not tested, or not brought to the ES6 standard. These are "use at your own risk" innovations that require the --es_staging (or --harmony) launch flag
- in progress - all other innovations that should be included with an individual flag (for example --harmony_arrow_functions)
Innovations that are included by default:
- Block Scope
- Collections
- Generators
- Binary and octal literals
- Promises
- New String Methods
- Characters
- String patterns
Innovations available with the --es_staging flag:
- Classes (strict mode only)
- Extended objects
- Symbol.toStringTag (user-defined results of the Object.prototype.toString function)
More detailed (and, incidentally, very extensive) documentation is available at iojs.org/api/all.html .