- Internal
- Republish to get fix for runtime
typeof-react-element
helper.
- Internal
- Rename
define
method to avoid webpack assuming those files are AMD.
- Spec Compliancy
- Updated
optimisation.react.inlineElements
transformer to React 0.14 output. Thanks @spicyj! - Polish
- Add support for evaluating more static nodes. Thanks @hzoo!
- Bug Fix
- Fix a bug where pushed scope bindings weren't properly being registered.
- Bug Fix
- Fix bug causing regexes to cause a syntax error after a block.
- Internal
- Expose
File
.
- New Feature
- Add support for Flow export types.
- Bug Fix
- Fix flow type annotations on object properties being lost.
- Fix bug effecting nested arrow functions.
- Check valid
export default
function
/class
token when parsing export default before converting to a declaration to avoid turning expressions into declarations. - Polish
- Add an exception to non-existent bindings when checking if we need to wrap block scoping blocks in a closure.
- Make comment retainment for multiple replacement nodes more predictable.
- Internal
- Remove
operator
property fromAssignmentPattern
nodes. - Update
es7.asyncFunctions
andes7.objectRestSpread
to stage 2.
The CHANGELOG was broken for these releases. Git tags were not pushed in the correct order and are therefore incorrect. It's recommended you NOT use any versions within this range.
- New Feature
- Add
es6.spec.modules
transformer. - Bug Fix
- Don't register export declarations as a module binding.
- Register import bindings to the specifier instead of the declaration.
export *
should not exportdefault
.- Clear `rawValue from JSX attribute values to avoid outputting the raw source verbatim.
- Add support for boolean flow literals.
- Fix bug where files that babel can compile weren't being written when ignored with the
--copy-files
flag. - Create new raw identifiers instead of cloning the original user one when exploding export specifiers to fix source map issues resulting in incorrect locations.
- Break on hitting a terminator paren triggering character to avoid pushing multiple starting parens.
- Consider comment starting character to be a terminatorless separator to avoid starting comments breaking terminatorless nodes.
- Internal
- Use
json5
for parsing.babelrc
files andJSON
forpackage.json
. - Update Regenerator dependency to
0.8.35
. - Remove flow types from being scope tracked.
- Polish
- Only register export declarations in scope tracking if they're of a valid type.
- Only output code frame and message on syntax errors in CLI.
- Set decorated initialisers that have no
initialiser
toundefined
. - Optimise common
typeof
cases ines6.spec.symbols
transformer.
- Bug Fix
- Fix bug in lookahead causing decorators to be cleared.
- Bug Fix
- Check if module options are nully instead of falsy to allow empty strings as
moduleRoot
etc. - Fix bug where reassigning the rest parameter wouldn't result in a deoptimisation.
- Bug Fix
- Fix issue in parser where the flow plugin wasn't using state to refer to whether it as in a type or not causing lookaheads to cause breakages.
- Bug Fix
- Fix comments not being attached if they're touching the start of their node.
- Never published, environment issues, again.
- Bug Fix
- Remove
rawValue
for JSX inner text.
- Polish
- Rewrite parentheses insertion for terminatorless nodes such as
BreakStatement
to be much more stable and cleaner. - Use
Object.setPrototypeOf
and fallback to__proto__
ininherits
helper.
Issues with publish process.
- Bug Fix
- Fix regression where async arrow functions couldn't have type annotation parameters.
- Output type annotations of type instantiation parameters.
- Polish
- Prepend to highest loop when performing rest parameter allocation optimisation.
- Add comment attachment to parser.
- Add support for retaining inner comments of empty blocks.
- Never released due to publish environment issues.
- Bug Fix
- Fix comments containg
@flow
being completely removed from output rather than just the specific directive.
- Bug Fix
- Add shim file for broken file path that old versions of the CLI would attempt to use.
- Bug Fix
- Fix performance issue in code generator when comment columns would attempt to match up in
compact
mode causing large amounts of whitespace. - Fix single line comments not outputting a newline in
compact
mode. - Polish
- Add support for flow return types for arrow functions.
- Bug Fix
- Add back mistakenly removed
replaceWithSourceString
method.
- Bug Fix
- Deopt on spread elements when performing array destructuring unpack optimisation.
- New Feature
- Add
shouldPrintComment
option to control comment output. - Add
.babelignore
file to be consistent with other tools. - Allow
.babelrc
configs to be specified viapackage.json
. - Polish
- Don't ignore comments when using
compact: true
option. - Add support for Flow
import typeof
. - Fix incorrect inheritance method position when using loose mode classes and constructor isn't the first item.
- Internal
- Completely fork Acorn with
babylon
. - Rewrite build system to accommodate for multiple packages.
- Bug Fix
- Fix
CodeGenerator.findCommonStringDelimiter
causing a stack overflow.
- Internal
- Fix
recast
version to avoid pulling in a newer version. - New Feature
- Add support for functions in
util.shouldIgnore
. - Polish
- Strip flow directives in flow transformer.
- Add a check for out of bounds default parameters, drastically improving performance and removes engine deoptimisations.
- Various performance optimisations by @samccone 💅✨
- Delay
this
assignment when referencing this inside an arrow function pre-bare super in derived class constructors. - Split up class body pushing if the constructor is in the wrong order.
- Bug Fix
- Fix hoisting of
ForInStatement
init
variables insystem
module formatter. PathHoister
: Don't hoist to the same function as their original paths function parent.PathHoister
: Push each violation paths ancestry to the breakOnScopePaths collection to avoid constant hoisting to nested paths.fix tail call recursion on functions with less arguments than parameters.- Disallow
super.*
beforesuper()
in derived class constructors. - Properly regenerate scope for replaced nodes. Thanks @loganfsmyth!
- Move up template literal simplification logic to avoid breaking on single elements.
- Setting up automatic Travis releases.
- Bug Fix
- Fix finding parent for top-level shadowed functions.
** Internal
- Merge
es6.parameters.rest
andes6.parameters.default
transformers. See commit c0fd4c1f9e0b18231f585c4fa793e4cb0e01aed1 for more info.
- Bug Fix
- Fix faulty internal require check.
- Polish
- Add support for trailing commas in arrow function parameter lists.
- Bug Fix
- Fix binary expressions colliding with unary expression operators in compact mode.
- Fix node properties being set to
null
when using computed properties.
- Bug Fix
- Fix hoisting of
ForXStatement
left
var
s when inserting a block scoping IIFE. - Polish
- Combine all leading computed property initialisers into the root object in loose mode.
- Internal
- Deprecate returning of replacement strings from visitor methods.
- Bug Fix
- Fix weird parser bug where
void
type annotations were being parsed as keywords causing the tokeniser to lose track of context.
- Bug Fix
- Fix nested functions causing rest parameter optimisation to not properly detect when it should deopt on a reference.
- Internal
- Update Regenerator
0.8.31
.
- Internal
- Add
ParenthesizedExpression
node type.
- Bug Fix
- Fix rest parameter array allocation loop being incorrectly aliased.
- Bug Fix
- Fix method key literals not turning into computed member expression in loose mode.
- Elect rest parameters in spread element position as candidates instead of replacing them in place.
- Bug Fix
- Fix istanbul interop for register hook when registering for non-existence extension.
- Fix super class constructor call differing for no constructor in derived classes.
- Disable module import receiver when in loose mode.
- Fix duplicate filenames when using
babel
CLI when passing multiple matching patterns. - Register labels as bindings to fix undeclared variable checks.
- Polish
- Remove unnecessary string binary expressions when transforming template literals.
- Support module live bindings in arbitary positions not in Program statement position.
- Throw error when attemping to replace a
Program
root node with another node not of typeProgram
. - Optimise rest parameters in spread element position and allocate rest array at the earliest common ancestor of all references.
- Generate original number representation when value was not changed.
- Check for invalid binding identifiers when generating inferred method names.
- Don't terminate CLI when watching files fail compilation on init.
- New Feature
- Add new plugin API.
- Internal
- Split react displayName addition into a plugin.
- Add check for
JSXMemberExpression
tot.isReferenced
. - Move
validation.undeclaredVariableCheck
transformer up. - Start great core-to-plugin exodus.
- Add
BindingIdentifier
virtual type. - Hidden class optimisations.
- Array allocation optimisations.
- Update
regenerator
. - Update
js-tokens
. - Sync with upstream Acorn.
- Internal
- Remove extremely unprofessional and harsh error message for those hotlinking to
resolve-rc
.
- Bug Fix
- Push newline after decorators when doing code gen.
- Rewriting error handling to normalise options before merging them.
- Remove duplicate keys in
alias-keys.json
causing errors in strict mode. - Fix
$ babel --help
not showing optional transformers as such. - New Feature
- Add
auxiliaryCommentBefore
andauxiliaryCommentAfter
options.
- Bug Fix
- Fix
let
binding collision in loop head not properly replacingAssignmentExpression
s.
- Bug Fix
- Fix
file.opts
not being set beforefile.log.deprecate
was called causing aReferenceError
as it was checking for a property on it.
- Bug Fix
- Add back missing
shouldIgnore
check. - Log message on deprecated options rather than throw an error.
- Fix name of
auxiliaryComment
option when attempting Istanbul interop inbabel/register
.
- Bug Fix
- Fix weird state bug when traversing overa
node
ClassProperty
instead ofpath
in thees6.classes
transformer.
- Bug Fix
- Fix
NodePath#isPure
onProperty
nodes. - Use cwd instead of entry file directory when working out relative directory for
babel/register
. - Internal
- Add scary warning for those few who choose to use the WIP experimental transformers.
- Bug Fix
- Remove
ClassProperty
nodes always in theFlow
transformer. This is fine now since class properties aren't supported in any engine that supports classes but thees7.classProperties
transformer will need to be updated in the future to desugar to ES6 classes instead of relying on thees6.classes
transformer from being ran.
- Bug Fix
- Allow pushing declarations to
SwitchStatement
s. - Fix
minification.removeDebugger
to removeDebuggerStatement
s rather thanExpressionStatement
s with an identifier ofdebugger
. - Check LHS in
ForInStatement
andForOfStatement
for constant violations. - Register function
id
as a reference when naming methods to avoid collisions. - Support key literals when checking for the existence of
displayName
property when attempting to add it forReact.createClass
. - Remove
ExportDefaultSpecifier
check fromt.isDefaultSpecifier
. - Don't consider
JSXIdentifier
HTML tag identifiers to be references. - Polish
- Update
minification.deadCodeElimination
transformer to remove all statements after completion statements. - Update
minification.deadCodeElimination
transformer to not inline single used bindings that exist in different scopes. - When performing Istanbul interop in
babel/register
, add the auxiliary comment"istanbul ignore text"
to get more accurate coverage. - Add
--nolazy
argument tobabel-node
. - Add support for
cluster
forking. - Perform scope tracking in a single pass instead of multiple.
- Smarten up type inferrence and resolution to support the whole array of language constructs.
- Optimise module metadata retrieval into a single pass.
- Ignore trailing commas when inferring newlines.
- Rename
minification.inlineExpressions
transformer tominification.constantFolding
. - Check path relative to entry file when checking to see if we're inside
node_modules
when usingbabel/register
. - Upgrade
regenerator
.
- Bug Fix
- Don't consider
JSXAttribute
names
to be validReferencedIdentifier
s.
- Bug Fix
- Fix
spec.functionName
transformer incorrectly attempting to rename a binding that doesn't exist as it's a global. - Internal
- Deprecate custom module formatters.
- Bug Fix
- Add
JSXIdentifier
as a validReferencedIdentifier
visitor virtual type. - Ignore
CallExpression
_prettyCall
when theretainLines
option is enabled. - Inherit comments to new declaration node when exploding module declarations.
- Fix
es6.tailCall
transformer failing on calls that exceed the max parameters of the function.
- Bug Fix
- Fix bug where replacing variable declarations in the head of a
for
loop would turn them intoExpressionStatement
s. - Fix renaming of assignment expressions that were non-identifiers ie. patterns.
- Force space before
class
id
to avoid breaking named classes when usingcompact
mode. - Add assignment pattern explosion to avoid initial duplicate nodes.
- Ignore this and arguments when performing TCO on shadowed functions.
- Polish
- Rename
sourceMapName
option tosourceMapTarget
. Thanks @getify! - Better detection of completion records, ignore those in
Function
s. - Clarified descriptions of the options that are enabled by default.
- Resolve
\
babel-plugin-${name}`plugin names **before** just checking the
name`. Thanks @jquense! - Update AMD module formatter to add import default remapping.
- Bug Fix
- Fix
module
being incorrectly rewritten when used as in an export declaration. - When performing single-reference inlining, ensure that the single reference isn't a child of the binding itself.
- Fix a bug in
minification.deadCodeElimination
where a new binding instance was being created for local class bindings instead of just inheriting the parent one. - Fix bug with paren printing in
compact
andretainLines
mode where a left paren was already printed before catching up. - Internal
- Handle contexts for paths much better. This will ensure that the path node location info is in sync.
- Polish
ignore
andonly
patterns are now very liberal. The pattern can now exist anywhere in the path.
- Bug Fix
- Add missing
slash
dependency. Thanks @browncolyn! - Polish
- Clean up
shouldIgnore
algorithm to work how you'd expect rather than being a hacky piece of shit. It now crawls the entire path, checking each section of it against the input ignore/only patterns. This means that the patternfoo
will ignore the pathsfoo/bar.js
,bar/foo
etc.
- New Feature
- Added function bind syntax behind stage 0. Thanks @RReverser!
- Added
env
option. Especially handy when using the.babelrc
. - Bug Fix
- Fix files not properly being ignored when
babel.transform
ignores them when using$ babel
. - Fix scope tracking registering loop head bindings to their
VariableDeclaration
instead ofVariableDeclarator
. - Polish
- Normalise path separators for souce map paths when using
$ babel
. - Rework
PathHoister
to ignore global references and to not deopt on reassignments to referenced bindings, instead it tries to hoist to the highest scope. - Added missing exponential operator inlining. Thanks @nkt!
- Optimise
regenerator
transformer. Thanks @benjamn!
- Bug Fix
- Fix
minification.deadCodeElimination
transformer incorrectly trying to inline import declarations. - Fix
minification.inlineExpression
transformer getting into an infinite loop.
- Bug Fix
- Fix patterns not being considered when hoisting variables in the
es6.blockScoping
transformer.
- Bug Fix
- Fix unique export specifiers not being cloned when exploding class and function exports,
- Polish
- Turn import remaps to sequence expressions to remove their context and improve performance.
Speeeeeeed
- Spec Compliancy
- Allow trailing param commas for methods when using the
es7.trailingCommas
transformer. - Bug Fix
- Fix
es6.blockScoping
transformer not properly ignoringbreak
inSwitchCase
. - Fix lookahead context saving to avoid weird tokenizer state.
- Explode duplicate identifiers in export/import specifiers and property shorthand to create unique objects.
- Skip loose mode for class methods when they have decorators.
- When removing nodes, share their comments with their siblings.
- Properly hoist temp param declarations when doing TCO.
- Internal
- Add
--harmony_generators
flag to$ babel-node
. - Internal AST traversals have been minimised drastically. Transformers have been grouped together which means entire tree traversals are much fewer. Visiting nodes is now also skipped if the traversal context can detect that the handler is a noop. This sames precious cycles as it avoids constructing traversal paths and creating a new traversal context. See issues #1472 and #1486 for related discussion.
- Polish
- Move many
utility
transformers tominification
.
- Bug Fix
- Fix auxiliary comments not properly being attached to function declaration helpers.
- Add
Super
node type toast-types
patch. - Ignore parameter bindings when attempting to inline them in the
minification.deadCodeElimination
transformer. - Correct
extensions
arguments when using the Babel CLI.
- Bug Fix
- Fix plugins being disabled when using the whitelist.
- Fix correct function scope being passed to
nameMethod.property
when inferring the function name for class methods. - Fix incorrect extensions reference causing weird issues when using the Babel CLI.
- Fix destructuring param reference replacements not inheriting from their original param.
- Spec Compliancy
- Fix order that method decorators are ran in.
- Bug Fix
- Fix initializer descriptor add attempt if it doesn't exist.
- Bug Fix
- Fix bug with initializer decorators where the descriptors weren't being defined if there was no
initializer
property. - Internal
- Expose
retainLines
option to CLI. - Fix
retainLines
option not being taken into consideration when doing multiple variable declaration declarators generation. - Expose minified and unminified copies of dist scripts.
- Bug Fix
- Fix
ExportDeclaration
s being incorrectly removed when using theutility.deadCodeElimination
transformer. - Fix position of
utility
transformers. - New Feature
- Add built-in
esquery
support. - Internal
- Consolidate notion of "virtual types".
- Polish
- Make UID generation based on module declarations much nicer.
- Internal
- Remove internal check for traversal path replacement of self. This is a pattern that could come up in the wild and it could lead to pretty nasty code and may lead to internal regressions as the test coverage isn't 100% :( Instead, just put it in the fast path.
- Internal
- Rename
getModuleName
option togetModuleId
, doh.
- Bug Fix
- Fix numerous issues in
replaceWithSourceString
. Thanks @pangratz! - New Feature
- Add
getModuleName
option. Thanks @jayphelps!
- Bug Fix
- Fix
_blockHoist
transformer incorrectly sorting nodes on shitty environments that aren't spec compliant in their key order. - Fix broken
parse
API method reference to an undeclared import.
- Bug Fix
- Move
utility.deadCodeElimination
transformer up to avoid race conditions. - Fix shorthand property scope binding renaming.
- Polish
- Turn helper variable declarations into function declarations if possible.
- Internal
- Removed native inheritance support from classes.
- Added
replaceWithSourceString
path API. - Split up
es3.propertyLiterals
andes3.memberExpressionLiterals
transformers tominfication.propertyLiterals
andes3.memberExpressionLiterals
.
- Internal
- Fix transformer aliases being accidently set as deprecated ones.
- Expose
Pipeline
asTransformerPipeline
instead.
- Bug Fix
- Fix
parse
API not adding all the correct pipeline transformers.
- Bug Fix
- Fix race condition with the Node API being loaded awkwardly and not being able to initialise itself when used in the browser.
- Internal
- Expose
transform.pipeline
.
- Bug Fix
- Fix plugin containers being called with an undefined import. Thanks @timbur!
- Allow Flow object separators to be commas. Thanks @monsanto!
- Add missing
Statement
andDeclaration
node aliases to flow types.
- Internal
- Allow
util.arrayify
to take arbitrary types and coerce it into an array.
- Bug Fix
- Fix regression in
node/register
that causednode_modules
to not be ignored.
- Bug Fix
- Fix plugin strings splitting arbitrarily on
:
which caused full paths on Windows to fail as they include:
after the drive letter. - Call class property
initializer
s with their target instead of their descriptor. - Fix
ignore
andonly
not properly working on Windows path separators. Thanks @stagas! - Fix
resolveRc
running on files twice causing issues. Thanks @lukescott! - Fix shorthand properties not correctly being target for
isReferenced
checks. Thanks @monsanto! - Polish
- Allow passing an array of globs to
babel/register
only
andignore
options. Thanks @Mark-Simulacrum! - When inferring function names that collide with upper bindings, instead of doing the wrapper, instead rename them.
- Consider constant-like variable declaration functions to always refer to themselves so TOC can be performed.
- Process globs manually when using
$ babel
as some shells such as Windows don't explode them. Thanks @jden! - Add alternative way to execute plugins via a closure that's called with the current Babel instance.
- Internal
- Remove multiple internal transformers in favor of directly doing things when we need to. Previously, declarations such as
_ref
that we needed to create in specific scopes were done at the very end via the_declarations
transformer. Now, they're done and added to the scope right when they're needed. This gets rid of the crappy_declarations
property on scope nodes and fixes the crappy regenerator bug where it was creating a newBlockStatement
so the declarations were being lost. - Rework transformer traversal optimisation. Turns out that calling a
check
function for every single node in the AST is ridiculously expensive. 300,000 nodes timesed by ~30 transformers meant that it took tens of seconds to perform while it's quicker to just do the unnecessary traversal. Seems obvious in hindsight. - New Feature
- Add
jscript
transformer that turns named function expressions into function declarations to get around JScript's horribly broken function expression semantics. Thanks @kondi! - Add
@@hasInstance
support to objects when using thees6.spec.symbols
transformer. - Add
retainLines
option that retains the line (but not the columns!) of the input code.
- Polish
- Remove symbol check from
defineProperty
helper.
- Bug Fix
- Fix
resolveModuleSource
not being ran onExportAllDeclaration
s. - Fix
.babelrc
being resolved multiple times when using the require hook. - Fix parse error on spread properties in assignment position.
- Fix
externalHelpers
option being incorrectly listed as typestring
. - Internal
- Upgrade
core-js
to0.9.0
. - Spec Compliancy
- Fix object decorators not using the
initializer
pattern. - Remove property initializer descriptor reflection.
- Bug Fix
- Memoise and bind member expression decorators.
- Move JSX children cleaning to opening element visitor. Fixes elements not being cleaned in certain scenarios.
- Consider
SwitchStatement
s to beScopable
. - Fix
bluebirdCoroutines
callinginteropRequireWildcard
before it's defined. - Add space to
do...while
code generation. - Validate
super
use beforethis
onsuper
exit rather than entrance. - Polish
- Add Babel name to logger.
- Bug Fix
- Remove
makePredicate
from acorn in favor of anindexOf
. - Remove statements to expression explosion when inserting a block statement.
- Internal
- Remove runtime compatibility check.
- Bug Fix
- Fix class property initializers with
undefined
values not being correctly writable. - Fix self inferring generators incorrectly causing a stack error.
- Fix default export specifiers not triggering AMD
module
argument inclusion. - Fix assignments not having their module references properly remapped.
- Internal
- Upgrade to latest
acorn
. - Polish
- Make invalid LHS pattern error messages nicer.
- Bug Fix
- Only make parenthesized object pattern LHS illegal.
- Internal
- Add
parse
node API.
- Bug Fix
- Fix
runtime
built-in catchall not properly checking for local variables.
- Internal
- Bump
core-js
version.
- Polish
- Add missing
Reflect
methods to runtime transformer.
- Internal
- Switch entirely to vanilla regenerator.
- Clean up and make the parsing of decorators stateless.
- Bug Fix
- Don't do TCO on generators and async functions.
- Add missing
core-js
runtime definitions.
- Bug Fix
- Add
getIterator
andisIterable
tobabel-runtime
build script.
- Bug Fix
- Add missing runtime symbol definitions.
- Bug Fix
- Fix super reference when using decorators.
- Don't do array unpack optimisation when member expressions are present.
- Add missing descriptors for undecorated class properties.
- Don't consider
arguments
andeval
valid function names when doing function name inferrence. - Fix scope tracking of constants in loop heads.
- Parse
AwaitExpression
as a unary instead of an assignment. - Fix regex evaluation when attempting static evaluation.
- Don't emit tokens when doing a lookahead.
- Add missing
test
declaration toutility.deadCodeElimination
transformer. - Internal
- Upgrade
regenerator
to the latest and use my branch with the hope of eventually switching to vanilla regenerator. - Add support for the replacement of for loop
init
s with statements. - Upgrade dependencies.
- Polish
- When adding the scope IIFE when using default parameters, don't shadow the function expression, just
apply
this
andarguments
if necessary. - Use path basename as non-default import fallback.
- New Feature
- Add trailing function comma proposal. Thanks @AluisioASG!
- Add support for object literal decorators.
- Make core-js modular when using the
runtime
transformer.
- Bug Fix
- Fix incorrect remapping of module references inside of a function id redirection container.
- Bug Fix
- Fix new
for...of
loops not properly inheriting their original loop. - Internal
- Disable scope instance cache.
- Polish
- Allow comments in
.babelrc
JSON.
- Polish
- Use
moduleId
for UMD global name if available. - Bug Fix
- Fix UMD global
module
variable shadowing theamd
/common
module
variable. - Fix Flow param type annotation regression.
- Fix function name collision
toString
wrapper. Thanks @alawatthe!
- Bug Fix
- Fix falsy static class properties not being writable.
- Fix block scoping collisions not properly detecting modules and function clashes.
- Skip
this
beforesuper
for derived constructors on functions.
- New Feature
- Add
--ignore
and--only
support to the CLI. - Bug Fix
- Remove
HOMEPATH
environment variable from home resolution inbabel/register
cache. - Internal
- Disable WIP path resolution introducing infinite recursion in some code examples.
- Polish
- Add live binding to CommonJS default imports.
- Bug Fix
- Fix mangling of import references that collide with properties on
Object.prototype
. - Fix duplicate declarations incorrectly being reported for
var
.
- Internal
- Upgrade
core-js
. - Bug Fix
- Fix arrays not being supported in
util.list
.
- Polish
- Check for top level
breakConfig
inresolveRc
.
- Bug Fix
- Make relative location absolute before calling
resolveRc
. - Internal
- Switch to global UID registry.
- Add
breakConfig
option to prevent Babel from erroring when hitting that option.
- Bug Fix
- Fix duplicate declaration regression.
- Fix not being able to call non-writable methods.
- New Feature
- Decorators based on @wycat's stage 1 proposal.
- Class property initializers based on @jeffmo's stage 0 proposal.
- Export extensions based on @leebyron's stage 1 proposal.
- UMD module formatter now supports globals.
- Add
es3.runtime
,optimisation.react.inlineElements
andoptimisation.react.constantElements
transformers. - Add stage option that replaces the experimental one.
- Allow ES7 transformer to be enabled via
optional
instead of only viastage
. - Infer string quotes to use in the code generator.
- Consider
export { foo as default };
to be the same asexport default foo;
. - Add
nonStandard
option that can be set tofalse
to remove parser support for JSX and Flow. - Add
jsxPragma
option. - Automatically generate CLI options based on internal API options.
- Add support for
.babelrc
on absolute paths. - Plugin API!
- Internal
- Export
options
in browser API. - Rewritten parser.
- Don't block hoist when runtime transformer is enabled in system module formatter.
- Rewritten the internal traversal and node replacement API to use "paths" that abstracts out node relationships.
- Polish
- JSX output is now more inline with the official JSX transformer.
- Hoist block scoping IIFE - this improves memory usage and performance.
- Better IIFE detection - references are now checked to see if they're referencing the binding we're searching for.
- Check for import reassignments in constants transformer.
- Make method definitions with expression bodies illegal.
- Save register cache on tick instead of
SIGINT
. - Enable strict mode on babel-node eval flag.
- Bug Fixes
- Add support for live bindings. This change also increases the reliablity of export specifier renaming.
- Add support for super update and non equals assignment expressions.
- Rename shadow constructor binding in classes.
- Seed next iteration bindings with previous fresh bindings when reassinging loop block scoped variables.
- Fix new expression spread referencing the wrong constructor.
- Call
resolveModuleSource
on dynamic imports. - Added
param
to list of duplicate declaration kinds. - Breaking Changes
- The Babel playground has been removed.
- ES7 Abstract References have been removed.
- Experimental option has been removed in favor of a stage option.
- Rename
returnUsedHelpers
tometadataUsedHelpers
.