v7.0.0-rc.4 (2018-08-27)
One last release before final today
Similar to removing proposals in
@babel/polyfill
, we are removing them intransform-runtime
💥 Breaking Change
babel-plugin-transform-runtime
- #8547 Remove nonstandard functions and fake prototype methods from babel-runtime. (@loganfsmyth)
babel-parser
- #8539 Update parser whitespace for clarity. (@jridgewell)
🐛 Bug Fix
babel-register
babel-core
- #8546 Default highlightCode:true for the parser highlighting.. (@loganfsmyth)
🏠 Internal
- Other
babel-parser
- #8540 Cleanup getLineInfo. (@jridgewell)
- #8541 Update to ES6 String methods. (@jridgewell)
- #8537 Flatten TokenType class hierarchy. (@jridgewell)
- #8539 Update parser whitespace for clarity. (@jridgewell)
Committers: 4
- Henry Zhu (hzoo)
- Justin Ridgewell (jridgewell)
- Logan Smyth (loganfsmyth)
- tsangint (tsangint)