documentation/sections/changelog/2.0.0-beta4.md
releaseHeader('2017-08-03', '2.0.0-beta4', '2.0.0-beta3')
#) are now output in the generated JavaScript.###) are now allowed anywhere, including inline where they previously weren’t possible. This provides support for static type annotations using Flow’s comments-based syntax.... for objects) is now supported in JSX tags: <div {props...} />.coffee is improved. See breaking changes.SIGINT and SIGTERM signals when node is forked.await in the REPL is now allowed without requiring a wrapper function.do super is now allowed, and other accesses of super like super.x.y or super['x'].y now work.props... or ...props are both valid).