v7.0.0-beta.9 (2017-05-22)
🚀 New Feature
🐛 Bug Fix
- #433 Fix number parser. (@alxpy)
- #438 Closes #437: only prohibit 'export type from "module" ' when flow is enabled. (@bakkot)
- #472 Ensure locations in ObjectTypeAnnotations do not include semi or comma. (@existentialism)
- #473 Fixed invalid number literal parsing. (@alxpy)
- #474 Allow namespace exotic to be exported as default. (@existentialism)
- #475 Remove jsx context when parsing arrow functions. (@existentialism)
- #479 Ensure non pattern shorthand props are checked for reserved words. (@existentialism)
- #499 Allow super in class properties. (@existentialism)
- #504 Don't add 'await' property to ForInStatement. (@andy-ms)
- #506 Don't add 'shorthand' property to ObjectMethod. (@andy-ms)
- #510 Allow flow class field to be named constructor. (@existentialism)
- #518 Convert argument of SpreadElement correctly to assignable. (@danez)
- #526 Fix handling of anonymous parameters in
flowParseObjectTypeMethodish
.. (@xiemaisi) - #529 Disallow SpreadElement inside dynamic import. (@existentialism)
- #532 Simplify PrivateName and ClassPrivateProperty types. (@andy-ms)
💅 Polish
- #509 Better error message for anonymous class declarations. (@rattrayalex)
📝 Documentation
🏠 Internal
- #451 Use a .babelignore to skip compiling lib and fixtures.. (@loganfsmyth)
- #454 Refresh property ordering in baselines. (@andy-ms)
- #459 Convert each plugin to a function from a class to an overriding class. (@andy-ms)
- #460 Type-check tokenizer/index.js. (@andy-ms)
- #461 Update test baselines. (@andy-ms)
- #480 Add type declarations for AST nodes. (@andy-ms)
- #481 Convert each file with parser methods to a class in an inheritance chain. (@andy-ms)
- #482 Move plugin helpers out of Parser.prototype and into the plugin itself. (@andy-ms)
- #484 Type-check CommentsParser and LocationParser. (@andy-ms)
- #485 Type-check UtilParser. (@andy-ms)
- #486 Type-check node.js. (@andy-ms)
- #487 Type-check LValParser. (@andy-ms)
- #488 Type-check ExpressionParser. (@andy-ms)
- #489 Type-check StatementParser. (@andy-ms)
- #490 Type-check options.js and index.js. (@andy-ms)
- #491 Type-check utils. (@andy-ms)
- #492 Type-check State. (@andy-ms)
- #493 Type-check tokenizer/types.js. (@andy-ms)
- #494 Type-check estree plugin. (@andy-ms)
- #495 Type-check flow plugin. (@andy-ms)
- #496 Type-check JSX plugin. (@andy-ms)
- #497 Update flow-bin to the latest version 🚀. (@greenkeeper[bot])
- #517 Fix flow errors. (@danez)
- #521 Fix type check errors. (@andy-ms)
- #522 Remove unused parameters from parseParenAndDistinguishExpression. (@andy-ms)
Committers: 11
- Alex Kuzmenko (alxpy)
- Alex Rattray (rattrayalex)
- Andy (andy-ms)
- Brian Ng (existentialism)
- Daniel Tschinder (danez)
- Diego Ferreiro Val (diervo)
- Logan Smyth (loganfsmyth)
- Kevin Gibbons (bakkot)
- Max Schaefer (xiemaisi)
- Sebastian McKenzie (kittens)
- greenkeeper[bot]