This repository has been archived by the owner on May 19, 2018. It is now read-only.
v6.9.0
6.9.0 (2016-08-16)
New syntax support
(Be aware that React is not going to support this syntax)
<div>
{...todos.map(todo => <Todo key={todo.id} todo={todo}/>)}
</div>
declare module foo {
declare module.exports: {}
}
New Features
- If supplied, attach filename property to comment node loc. (#80) @divmain
- Add identifier name to node loc field (#90) @kittens
Bug Fixes
- Fix exponential operator to behave according to spec (#75) @danez
- Fix lookahead to not add comments to arrays which are not cloned (#76) @danez
- Fix accidental fall-through in Flow type parsing. (#82) @xiemaisi
- Only allow declares inside declare module (#73) @danez
- Small fix for parsing type parameter declarations (#83) @gabelevi
- Fix arrow param locations with flow types (#57) @danez
- Fixes SyntaxError position with flow optional type (#65) @danez
Internal
- Add codecoverage to tests @danez
- Fix tests to not save expected output if we expect the test to fail @danez
- Make a shallow clone of babel for testing @danez
- chore(package): update cross-env to version 2.0.0 (#77) @greenkeeperio-bot
- chore(package): update ava to version 0.16.0 (#86) @greenkeeperio-bot
- chore(package): update babel-plugin-istanbul to version 2.0.0 (#89) @greenkeeperio-bot
- chore(package): update nyc to version 8.0.0 (#88) @greenkeeperio-bot