60 KiB
Changelog
Tags:
- [New Feature]
- [Bug Fix]
- [Spec Compliancy]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
Note: Gaps between patch versions are faulty, broken or test releases.
See CHANGELOG - 6to5 for the pre-4.0.0 version changelog.
6.3.25
-
Bug Fix
-
babylon: #3187 Multiple"use strict"in function causes outer scope to be parsed as strict -
babel-generator: #3188 Correctly setformat.quotestoopts.quotes -
babel-generator: #3189 JSX attributes should use double qoutes -
babel-traverse: #3192 Fixed static evaluation bug -
Internal
-
babel-plugin-transform-es2015-parameters: #3165 Optimizeargumentsaccess
6.3.24
- Bug Fix
- #3184 Fixed overly permissive type inference.
6.3.22-6.3.23
Skipped 6.3.22.
- Breaking Change
- Renamed the
Flow Commentsplugin frombabel-plugin-flow-commentstobabel-plugin-transform-flow-commentsfor naming consistency.
6.3.21
-
Bug Fix
-
babel-generator: #3173 Fix unhandled new-precedence edge cases regarding parentheses (fixes T6829). -
babel-generator: #3180 Handle nestedIfStatementwith an `alternate. -
babel-generator: #3182 ParenthesizeArrowFunctionExpressionwhen part of aLogicalExpressionorBinaryExpression(fixes T6836). -
babel-traverse: #3171 Fix infinite recursion bug withintrospectionmethod. -
transform-es2015-function-name: #3176 Stop transformingObjectMethod(MethodDefinition) to aFunctionExpressionsince thetransform-es2015-shorthand-propertiesplugin already does it. -
transform-es2015-parameters: #3143 Optimizations forRestElementsuch as usingarguments.length(fixes T6774). -
Documentation
-
babel-core: #3177 Clarify description ofcommentsfile config. -
Internal
-
*: #3179 Update flow to 0.20.0 and add@noflowuntil types are added in. -
babel-generator: #3178 Fix type annotation forshouldPrintComment.
6.3.20
- Bug Fix
babel-generator: #3170 Fix invalid code generation for numericMemberExpression(5.toString()->5..toString()).babel-types: #3172 AddExpressionalias toBindExpression.
6.3.19
-
New Feature
-
babel-plugin-flow-comments: #3157 Movebabel-plugin-flow-commentsto the babel repo and update for babel 6. -
Bug Fix
-
babel-runtime: #3142 Add a custom transform forbabel-runtimebuilds to avoid circular dependencies (Fixes thebabel-runtime/helpers/typeofissue). -
babel-traverse: #3161 Only rename the *outer function bindings on name conflict. -
babel-generator: #3167 Use the left most node from the right to check if we need spaces inBinaryExpressions.
6.3.18
-
Bug Fix
-
babylon: #3107 Fix incorrect directive parsing -
babel-generator: #3158 Parenthesize object expression when it may end up at the start of an expression -
babel-plugin-transform-regenerator: #3160 Fix typo -
Polish
-
babel-types: #2933 Generate documentation for babel-types. -
babel-plugin-transform-es2015-parameter: #2833 Optimizeargumentsusage. -
babel-messages: #3123 clarifytraverseNeedsParentmessage.
6.3.17
-
Bug Fix
-
babel-types: #3153 DoWhileStatement should take node typeStatementas body. -
New Feature
-
babel-generator: #3152 Add a new minified format option to do possibly dangerous byte saving. -
Internal
-
babel-traverse: #3151 Support ObjectProperty inScope.isPure -
Polish
-
babel-cli: #3150 Do not prefer global when installing babel-cli
6.3.16
-
Bug Fix
-
babel-traverse:- #3137 Set the correct
parentandparentPathfor new aNodePath(fixes an issue withexport * from './a'andes2015-modules-commonjs).
- #3137 Set the correct
-
babel-generator: -
Internal
-
babel-traverse:- #3138 Support
UnaryExpressioninisPurecheck.
- #3138 Support
6.3.15
- Bug Fix
babel-generator:- #3111 Compact Mode: remove unnecessary
()from aNewExpressionswhen possible (new x()->new x).
- #3111 Compact Mode: remove unnecessary
babel-helper-function-name:- #3138 Skip name inference on certain uses of classes until we can handle them.
babel-traverse:- #3141 Fix bug with evaluating an expression on its own binding.
babel-plugin-transform-es2015-destructuring:- #3136 Seperate the destructuring statement from the export statement before converting.
babel-plugin-transform-es2015-classes:
6.3.14
- Bug Fix
babel-traverse:
6.3.8-6.3.13
Testing lerna - A tool for managing JavaScript projects with multiple packages.
- Bug Fix
babylon,babel-types,babel-generator:- #3130 Add support for
NullLiteralTypeAnnotation(nullliteral type) in flow.
- #3130 Add support for
6.3.2
- Bug Fix
babel-core:- #3108 Omit sourcemaps that cannot be used and fix source path.
babel-register:- #3116 Disable processing
.babelrca second time.
- #3116 Disable processing
babel-traverse:- #3127 Ensure we always push into a
BlockStatement(fixes ababel-plugin-transform-class-propertiesissue).
- #3127 Ensure we always push into a
babel-plugin-transform-class-properties:- #3113 Fix issue with using static class properties.
babel-plugin-transform-es2015-classes:- #3112 Fix issue with
return super()in class constructor causing asuper() hasn't been callederror.
- #3112 Fix issue with
babel-plugin-transform-inline-environment-variables:- Fix typo with
replaceWith.
- Fix typo with
babel-plugin-transform-regenerator:- #3119 Ensure that generator functions always have an
Identifier(fixes an issue with exporting a generator as a default).
- #3119 Ensure that generator functions always have an
6.3.1
- Bug Fix
babel-generator:- #3121 Fix spacing in binary expression when right is a binary expression and has a unary on the left in compact mode. Ex:
(a+(+b*2))should be ->a+ +b*2
- #3121 Fix spacing in binary expression when right is a binary expression and has a unary on the left in compact mode. Ex:
6.3.0
-
Bug Fix
-
Fix use of old
literalto usestringLiteralin babel-types. -
Fix issue with
babel-templatecrashing in IE due to unpopulated error stack. -
Check for empty decorators list in
transform-class-properties -
Fix babylon parser not allowing multiple parameters in arrow functions with flow types
-
Fix exported async functions being hoisted and as a result being undefined.
-
Polish
-
Add validation to more JSX node types.
-
Add validation for CallExpression, NewExpression, SequenceExpression, ArrayExpression, and TemplateLiteral.
-
Add
ObjectMemberabstract type to AST forObjectPropertyandObjectMethod. -
Optimize
asyncToGeneratorhelper template. -
Respect spacing for assignment, binary expressions, and while loop in compact mode.
-
Fix up semicolon omission in compact mode.
6.2.2
- Bug Fix
- Fix ES2015 classes being revisited twice causing state issues when inside.
6.2.1
- Polish
- Add
dirnameto unknown plugin resolution error.
6.2.0
- New Feature
- Add support for
function.sent. - Internal
- Bump
invariantdepenency version. - Polish
- Infer filename from the base directory when resolving plugins and presets.
- Allow JSX pragma to be specified in line comments.
- Bug Fix
- Print a block when encountering consequents that are if statements.
- Fix some issues related to printing of auxiliary comments.
6.1.21
- Bug Fix
- Add check to avoid revisiting classes.
- Internal
- Add internal aliases for plugins for debugging.
- Bug Fix
- Avoid duplicate auxiliary starts if inside an aux section.
6.1.20
- Polish
- Only infer whitespace when we've been passed tokens in the code generator.
- Refactor JSX inlining to reduce parsing cost.
- Bug Fix
- Fix queueing of nested paths being pushed onto the priority queue.
6.1.19
- Bug Fix
- Add config check to
package.jsonbabelreading. - Fix source maps merging.
- Ignore callee supers when doing spread compilation
- Polish
- Add hard error when we see decorators.
6.1.4
- Bug Fix
- Fix class transformation bug for export declarations with no
id. - Fix regenerator plugin being passed an invalid function
id. - Add support for async to generator helper on object and class methods.
- Fix looking up undefined nodes when walking back up the tree in typeof symbol plugin.
- Fix accidental serialisation of template literals in the code generator when the object of a member expression.
- Add missing
Expressionalias toTypeCastExpression. - Move
childrenprop pushing to after props to ensure correct order in the react inline elements plugin. - Fix
buildExternalHelpersscript ignoring non-underscored helpers. - Fix exported classes with static class properties.
- Spec Compliancy
- Add support for computed mutators in
babel-plugin-transform-es2015-computed-properties. - Polish
- Make interop for plugins with the
__esModulework for all plugins no matter how they're imported/specified. - Make it illegal for plugins to specify a catch-all
enter/exitvisitor method. - Ignore
babel-runtimeversion mismatch inbabel-doctor. - Omit
defaultPropshelper when there are no props in the react inline elements plugin. - Add validators for ES2015 export nodes.
- Add missing core node validators.
- Update
runtimeplugincore-jsdefinitions. - Internal
- Add
babel-plugin-transform-react-display-nameto thereactpreset. - Clean up scope cache.
- Move
babel/registerinto a separatebabel-registerpackage. - Add
react-jsx-sourceplugin and add it to thereactpreset.
6.1.3
- Internal
- Add
allowTopLevelThisoption tobabel-plugin-transform-es2015-modules-commonjs.
6.1.2
- Bug Fix
- Fix bug where the parser wouldn't allow typed annotated default parametesr in arrow functions.
- Add existence check to
NodePath#hasto ensure safeness when making comparisons. - Protect against replacing a class expression with a name inferred version that would result in it never being transformed.
- When transforming JSX to an inline object, make sure invalid identifier keys are quoted.
- Fix recursion in async to generator transforms due to referring to the inner generator function.
- Convert arrow functions to normal functions when remapping to a generator.
- Fix source map merging.
- Add line break test to the
updateContextofnametokens in the parser to fix parsing of JSX and regexs with ASI. - Fix object rest/spread in arrow function parameters not being allowed in the parser.
- Ensure that unaries are parenthesised the same as function expressions.
- Internal
- Move
Symbol.hasInstancetransform out ofbabel-plugin-es2015-symbolstobabel-plugin-es2015-instanceofas it has nothing to do with symbols. - Add
babel-browserpackage with the browser build. - Polish
- Add npm 3 check to
babel-doctor. - Autoclear the
babel/registercache when it gets too big to be serialised. - Spec Compliancy
- Add support for flow existential type parameters.
6.1.1
- Bug Fix
- Stop looking for configs in
babel-doctorwhen we get to the root.
6.1.0
- New Feature
- Add
babel-doctorCLI.
6.0.20
- Bug Fix
- In the callable class constructor plugin, don't transform derived classes as the constructor call cannot be inherited.
- Fix JSX inline elements plugin from attempting to create properties out of JSX containers.
- Fix infinite recursion error when attempting to resolve the execution status of functions that contain references to themselves.
6.0.19
- Bug Fix
- Fix function paths not being accurate.
- Polish
- Change
t.getOuterBindingIdentifiersto completely ignore function expressions as they cause no outer bindings to be set. - Clean up
auxiliaryCommentoption.
6.0.18
- Polish
- Add error when calling builder methods with too many arguments than it can take.
- Rename
RegexLiteralnode toRegExpLiteral. - Rename
NumberLiteralnode toNumericLiteral. - Bug Fix
- Make all fields of a
ForStatementoptional.
6.0.17
- Polish
- Add
Symbolexistence check totypeofhelper. - Bug Fix
- When merging options, take precedence over the current array.
- Fix export of parameters when renaming the binding of exported functions.
- Fix minify booleans plugin.
- Fix simplify comparison operator plugin.
- Don't include children if it's empty in react inline elements plugin.
6.0.16
- Internal
- Instead of throwing on a foreign node path. Ignore it and create a new one.
- Bug Fix
- Ensure there's a newline after prepended original shebang.
- Ignore non-origin template nodes when replacing placeholders in
babel-template. - Fix
runtimeplugin helper generation. - Fix bug where async class methods weren't having their
awaits converted toyields in the async to generator helper.
6.0.15
- Bug Fix
- Fix async function remap helper from outputing incorrect calls causing wrong scoping.
6.0.14
- Spec Compliancy
- Update exponentiation operator precedence.
- Fix parser bug where arrow functions have a higher precedence than they should.
- Bug Fix
- Fix SystemJS module formatter exporting function parameters.
- Ensure that invalid identifier JSX attribute keys are quoted when transforming to calls.
- Fix ES3 property literal plugin.
- Fix parameters after defaults in arrow functions refering to the wrong
arguments.
6.0.13
- Bug Fix
- Don't consider uncomputed object method property identifier to be a reference.
6.0.12
- Bug Fix
- Rename misspelt
babel-plugin-transform-class-constructor-callpackage. - Add strict mode plugin to module transforms.
- Only ignore cloning of plugin instances when cloning babelrc configs.
- Add shebang to bin file in
babelcomplain package. - Remove asserts from
babel-transform-regeneratoras we may have multiple packages interacting. - Add
babel-plugin-transform-es2015-modules-commonjstobabel-preset-es2015.
6.0.0
- Internal
- Split up internals into packages.
- Breaking Change
- Remove
looseoption in favor of plugin options. - Remove
optional,whitelistandblacklistoptions since plugins are now explicitly defined. - Plugins now just return a plain object rather than construct a
Plugininstance. - Change the signature of visitor methods to
.call(state, path, state)rather than.call(path, node, parent, scope, state). - All plugin traversals are now merged for performance.
- The
MethodDefinitionnode type has been renamed toClassMethodand it'sFunctionExpressionvalueproperty has been coerced into the main method node. - The
Propertynode type has been renamed toObjectProperty. - The
Propertynode type with the boolean flagmethodhas been renamed toObjectMethodand it'sFunctionExpressionvalueproperty has been coerced into the main method node. - The
Literalnode type has been unoverloaded and split intoBooleanLiteral,RegExpLiteral,NumericLiteral,StringLiteralandNullLiteral. - The
SpreadProperty(fromobject-rest-spread) node type has been split intoRestProperty(forObjectPattern) andSpreadProperty(forObjectExpression) - Remove
module.exportsexport interop for CommonJS module formatter. externalHelpersoption has been moved into the pluginbabel-plugin-external-helpers-2.- Remove ability to use
enter/exitcatch-all handlers in plugins. - New Feature
- Add plugin options.
- Add callable class constructor.
5.8.26
- Internal
- Republish to get fix for runtime
typeof-react-elementhelper.
5.8.25
- Internal
- Rename
definemethod to avoid webpack assuming those files are AMD.
5.8.24
- Spec Compliancy
- Updated
optimisation.react.inlineElementstransformer to React 0.14 output. Thanks @spicyj! - Polish
- Add support for evaluating more static nodes. Thanks @hzoo!
5.8.23
- Bug Fix
- Fix a bug where pushed scope bindings weren't properly being registered.
5.8.22
- Bug Fix
- Fix bug causing regexes to cause a syntax error after a block.
- Internal
- Expose
File.
5.8.21
- 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 defaultfunction/classtoken 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
operatorproperty fromAssignmentPatternnodes. - Update
es7.asyncFunctionsandes7.objectRestSpreadto stage 2.
5.8.13-5.8.20
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.modulestransformer. - 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-filesflag. - 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
json5for parsing.babelrcfiles andJSONforpackage.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
initialisertoundefined. - Optimise common
typeofcases ines6.spec.symbolstransformer.
5.8.12
- Bug Fix
- Fix bug in lookahead causing decorators to be cleared.
5.8.11
- Bug Fix
- Check if module options are nully instead of falsy to allow empty strings as
moduleRootetc. - Fix bug where reassigning the rest parameter wouldn't result in a deoptimisation.
5.8.9
- 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.
5.8.8
- Bug Fix
- Fix comments not being attached if they're touching the start of their node.
5.8.7
- Never published, environment issues, again.
5.8.6
- Bug Fix
- Remove
rawValuefor JSX inner text.
5.8.5
- Polish
- Rewrite parentheses insertion for terminatorless nodes such as
BreakStatementto be much more stable and cleaner. - Use
Object.setPrototypeOfand fallback to__proto__ininheritshelper.
5.8.2-5.8.4
Issues with publish process.
5.8.1
- 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.
5.8.0
- Never released due to publish environment issues.
5.7.4
- Bug Fix
- Fix comments containg
@flowbeing completely removed from output rather than just the specific directive.
5.7.3
- Bug Fix
- Add shim file for broken file path that old versions of the CLI would attempt to use.
5.7.2
- Bug Fix
- Fix performance issue in code generator when comment columns would attempt to match up in
compactmode causing large amounts of whitespace. - Fix single line comments not outputting a newline in
compactmode. - Polish
- Add support for flow return types for arrow functions.
5.7.1
- Bug Fix
- Add back mistakenly removed
replaceWithSourceStringmethod.
5.7.0
- Bug Fix
- Deopt on spread elements when performing array destructuring unpack optimisation.
- New Feature
- Add
shouldPrintCommentoption to control comment output. - Add
.babelignorefile to be consistent with other tools. - Allow
.babelrcconfigs to be specified viapackage.json. - Polish
- Don't ignore comments when using
compact: trueoption. - 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.
5.6.17
- Bug Fix
- Fix
CodeGenerator.findCommonStringDelimitercausing a stack overflow.
5.6.16
- Internal
- Fix
recastversion 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
thisassignment 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
ForInStatementinitvariables insystemmodule 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.
5.6.13-5.6.15
- Setting up automatic Travis releases.
5.6.12
- Bug Fix
- Fix finding parent for top-level shadowed functions.
5.6.11
** Internal
- Merge
es6.parameters.restandes6.parameters.defaulttransformers. See commit c0fd4c1f9e0b18231f585c4fa793e4cb0e01aed1 for more info.
5.6.10
- Bug Fix
- Fix faulty internal require check.
- Polish
- Add support for trailing commas in arrow function parameter lists.
5.6.8
- Bug Fix
- Fix binary expressions colliding with unary expression operators in compact mode.
- Fix node properties being set to
nullwhen using computed properties.
5.6.7
- Bug Fix
- Fix hoisting of
ForXStatementleftvars 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.
5.6.6
- Bug Fix
- Fix weird parser bug where
voidtype annotations were being parsed as keywords causing the tokeniser to lose track of context.
5.6.5
- 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.
5.6.4
- Internal
- Add
ParenthesizedExpressionnode type.
5.6.3
- Bug Fix
- Fix rest parameter array allocation loop being incorrectly aliased.
5.6.2
- 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.
5.6.0
- 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
babelCLI 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
Programroot 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
JSXMemberExpressiontot.isReferenced. - Move
validation.undeclaredVariableChecktransformer up. - Start great core-to-plugin exodus.
- Add
BindingIdentifiervirtual type. - Hidden class optimisations.
- Array allocation optimisations.
- Update
regenerator. - Update
js-tokens. - Sync with upstream Acorn.
5.5.8
- Internal
- Remove extremely unprofessional and harsh error message for those hotlinking to
resolve-rc.
5.5.7
- 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.jsoncausing errors in strict mode. - Fix
$ babel --helpnot showing optional transformers as such. - New Feature
- Add
auxiliaryCommentBeforeandauxiliaryCommentAfteroptions.
5.5.6
- Bug Fix
- Fix
letbinding collision in loop head not properly replacingAssignmentExpressions.
5.5.5
- Bug Fix
- Fix
file.optsnot being set beforefile.log.deprecatewas called causing aReferenceErroras it was checking for a property on it.
5.5.4
- Bug Fix
- Add back missing
shouldIgnorecheck. - Log message on deprecated options rather than throw an error.
- Fix name of
auxiliaryCommentoption when attempting Istanbul interop inbabel/register.
5.5.3
- Bug Fix
- Fix weird state bug when traversing overa
nodeClassPropertyinstead ofpathin thees6.classestransformer.
5.5.2
- Bug Fix
- Fix
NodePath#isPureonPropertynodes. - 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.
5.5.1
- Bug Fix
- Remove
ClassPropertynodes always in theFlowtransformer. This is fine now since class properties aren't supported in any engine that supports classes but thees7.classPropertiestransformer will need to be updated in the future to desugar to ES6 classes instead of relying on thees6.classestransformer from being ran.
5.5.0
- Bug Fix
- Allow pushing declarations to
SwitchStatements. - Fix
minification.removeDebuggerto removeDebuggerStatements rather thanExpressionStatements with an identifier ofdebugger. - Check LHS in
ForInStatementandForOfStatementfor constant violations. - Register function
idas a reference when naming methods to avoid collisions. - Support key literals when checking for the existence of
displayNameproperty when attempting to add it forReact.createClass. - Remove
ExportDefaultSpecifiercheck fromt.isDefaultSpecifier. - Don't consider
JSXIdentifierHTML tag identifiers to be references. - Polish
- Update
minification.deadCodeEliminationtransformer to remove all statements after completion statements. - Update
minification.deadCodeEliminationtransformer 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
--nolazyargument tobabel-node. - Add support for
clusterforking. - 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.inlineExpressionstransformer tominification.constantFolding. - Check path relative to entry file when checking to see if we're inside
node_moduleswhen usingbabel/register. - Upgrade
regenerator.
5.4.7
- Bug Fix
- Don't consider
JSXAttributenamesto be validReferencedIdentifiers.
5.4.6
- Bug Fix
- Fix
spec.functionNametransformer incorrectly attempting to rename a binding that doesn't exist as it's a global. - Internal
- Deprecate custom module formatters.
5.4.5
- Bug Fix
- Add
JSXIdentifieras a validReferencedIdentifiervisitor virtual type. - Ignore
CallExpression_prettyCallwhen theretainLinesoption is enabled. - Inherit comments to new declaration node when exploding module declarations.
- Fix
es6.tailCalltransformer failing on calls that exceed the max parameters of the function.
5.4.4
- Bug Fix
- Fix bug where replacing variable declarations in the head of a
forloop would turn them intoExpressionStatements. - Fix renaming of assignment expressions that were non-identifiers ie. patterns.
- Force space before
classidto avoid breaking named classes when usingcompactmode. - Add assignment pattern explosion to avoid initial duplicate nodes.
- Ignore this and arguments when performing TCO on shadowed functions.
- Polish
- Rename
sourceMapNameoption tosourceMapTarget. Thanks @getify! - Better detection of completion records, ignore those in
Functions. - Clarified descriptions of the options that are enabled by default.
- Resolve
\babel-plugin-${name}`plugin names **before** just checking thename`. Thanks @jquense! - Update AMD module formatter to add import default remapping.
5.4.3
- Bug Fix
- Fix
modulebeing 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.deadCodeEliminationwhere a new binding instance was being created for local class bindings instead of just inheriting the parent one. - Fix bug with paren printing in
compactandretainLinesmode 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.
5.4.2
- Polish
ignoreandonlypatterns are now very liberal. The pattern can now exist anywhere in the path.
5.4.1
- Bug Fix
- Add missing
slashdependency. Thanks @browncolyn! - Polish
- Clean up
shouldIgnorealgorithm 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 patternfoowill ignore the pathsfoo/bar.js,bar/fooetc.
5.4.0
- New Feature
- Added function bind syntax behind stage 0. Thanks @RReverser!
- Added
envoption. Especially handy when using the.babelrc. - Bug Fix
- Fix files not properly being ignored when
babel.transformignores them when using$ babel. - Fix scope tracking registering loop head bindings to their
VariableDeclarationinstead ofVariableDeclarator. - Polish
- Normalise path separators for souce map paths when using
$ babel. - Rework
PathHoisterto 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
regeneratortransformer. Thanks @benjamn!
5.3.3
- Bug Fix
- Fix
minification.deadCodeEliminationtransformer incorrectly trying to inline import declarations. - Fix
minification.inlineExpressiontransformer getting into an infinite loop.
5.3.2
- Bug Fix
- Fix patterns not being considered when hoisting variables in the
es6.blockScopingtransformer.
5.3.1
- 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.
5.3.0
Speeeeeeed
- Spec Compliancy
- Allow trailing param commas for methods when using the
es7.trailingCommastransformer. - Bug Fix
- Fix
es6.blockScopingtransformer not properly ignoringbreakinSwitchCase. - 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_generatorsflag 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
utilitytransformers tominification.
5.2.17
- Bug Fix
- Fix auxiliary comments not properly being attached to function declaration helpers.
- Add
Supernode type toast-typespatch. - Ignore parameter bindings when attempting to inline them in the
minification.deadCodeEliminationtransformer. - Correct
extensionsarguments when using the Babel CLI.
5.2.16
- Bug Fix
- Fix plugins being disabled when using the whitelist.
- Fix correct function scope being passed to
nameMethod.propertywhen 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.
5.2.15
- Bug Fix
- Fix initializer descriptor add attempt if it doesn't exist.
5.2.14
- Bug Fix
- Fix bug with initializer decorators where the descriptors weren't being defined if there was no
initializerproperty. - Internal
- Expose
retainLinesoption to CLI. - Fix
retainLinesoption not being taken into consideration when doing multiple variable declaration declarators generation. - Expose minified and unminified copies of dist scripts.
5.2.13
- Bug Fix
- Fix
ExportDeclarations being incorrectly removed when using theutility.deadCodeEliminationtransformer. - Fix position of
utilitytransformers. - New Feature
- Add built-in
esquerysupport. - Internal
- Consolidate notion of "virtual types".
5.2.12
- 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.
5.2.11
- Internal
- Rename
getModuleNameoption togetModuleId, doh.
5.2.10
- Bug Fix
- Fix numerous issues in
replaceWithSourceString. Thanks @pangratz! - New Feature
- Add
getModuleNameoption. Thanks @jayphelps!
5.2.9
- Bug Fix
- Fix
_blockHoisttransformer incorrectly sorting nodes on shitty environments that aren't spec compliant in their key order. - Fix broken
parseAPI method reference to an undeclared import.
5.2.7
- Bug Fix
- Move
utility.deadCodeEliminationtransformer 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
replaceWithSourceStringpath API. - Split up
es3.propertyLiteralsandes3.memberExpressionLiteralstransformers tominfication.propertyLiteralsandes3.memberExpressionLiterals.
5.2.6
- Internal
- Fix transformer aliases being accidently set as deprecated ones.
- Expose
PipelineasTransformerPipelineinstead.
5.2.5
- Bug Fix
- Fix
parseAPI not adding all the correct pipeline transformers.
5.2.4
- 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.
5.2.3
- Bug Fix
- Fix plugin containers being called with an undefined import. Thanks @timbur!
- Allow Flow object separators to be commas. Thanks @monsanto!
- Add missing
StatementandDeclarationnode aliases to flow types.
5.2.2
- Internal
- Allow
util.arrayifyto take arbitrary types and coerce it into an array.
5.2.1
- Bug Fix
- Fix regression in
node/registerthat causednode_modulesto not be ignored.
5.2.0
- 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
initializers with their target instead of their descriptor. - Fix
ignoreandonlynot properly working on Windows path separators. Thanks @stagas! - Fix
resolveRcrunning on files twice causing issues. Thanks @lukescott! - Fix shorthand properties not correctly being target for
isReferencedchecks. Thanks @monsanto! - Polish
- Allow passing an array of globs to
babel/registeronlyandignoreoptions. 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
$ babelas 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
_refthat we needed to create in specific scopes were done at the very end via the_declarationstransformer. Now, they're done and added to the scope right when they're needed. This gets rid of the crappy_declarationsproperty on scope nodes and fixes the crappy regenerator bug where it was creating a newBlockStatementso the declarations were being lost. - Rework transformer traversal optimisation. Turns out that calling a
checkfunction 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
jscripttransformer that turns named function expressions into function declarations to get around JScript's horribly broken function expression semantics. Thanks @kondi! - Add
@@hasInstancesupport to objects when using thees6.spec.symbolstransformer. - Add
retainLinesoption that retains the line (but not the columns!) of the input code.
5.1.13
- Polish
- Remove symbol check from
definePropertyhelper.
5.1.12
- Bug Fix
- Fix
resolveModuleSourcenot being ran onExportAllDeclarations. - Fix
.babelrcbeing resolved multiple times when using the require hook. - Fix parse error on spread properties in assignment position.
- Fix
externalHelpersoption being incorrectly listed as typestring. - Internal
- Upgrade
core-jsto0.9.0. - Spec Compliancy
- Fix object decorators not using the
initializerpattern. - Remove property initializer descriptor reflection.
5.1.11
- 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
SwitchStatements to beScopable. - Fix
bluebirdCoroutinescallinginteropRequireWildcardbefore it's defined. - Add space to
do...whilecode generation. - Validate
superuse beforethisonsuperexit rather than entrance. - Polish
- Add Babel name to logger.
5.1.10
- Bug Fix
- Remove
makePredicatefrom acorn in favor of anindexOf. - Remove statements to expression explosion when inserting a block statement.
- Internal
- Remove runtime compatibility check.
5.1.9
- Bug Fix
- Fix class property initializers with
undefinedvalues not being correctly writable. - Fix self inferring generators incorrectly causing a stack error.
- Fix default export specifiers not triggering AMD
moduleargument inclusion. - Fix assignments not having their module references properly remapped.
- Internal
- Upgrade to latest
acorn. - Polish
- Make invalid LHS pattern error messages nicer.
5.1.8
- Bug Fix
- Only make parenthesized object pattern LHS illegal.
5.1.7
- Internal
- Add
parsenode API.
5.1.6
- Bug Fix
- Fix
runtimebuilt-in catchall not properly checking for local variables.
5.1.5
- Internal
- Bump
core-jsversion.
5.1.4
- Polish
- Add missing
Reflectmethods to runtime transformer.
5.1.3
- 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-jsruntime definitions.
5.1.2
- Bug Fix
- Add
getIteratorandisIterabletobabel-runtimebuild script.
5.1.1
- Bug Fix
- Add missing runtime symbol definitions.
5.1.0
- 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
argumentsandevalvalid function names when doing function name inferrence. - Fix scope tracking of constants in loop heads.
- Parse
AwaitExpressionas a unary instead of an assignment. - Fix regex evaluation when attempting static evaluation.
- Don't emit tokens when doing a lookahead.
- Add missing
testdeclaration toutility.deadCodeEliminationtransformer. - Internal
- Upgrade
regeneratorto the latest and use my branch with the hope of eventually switching to vanilla regenerator. - Add support for the replacement of for loop
inits with statements. - Upgrade dependencies.
- Polish
- When adding the scope IIFE when using default parameters, don't shadow the function expression, just
applythisandargumentsif 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
runtimetransformer.
5.0.12
- Bug Fix
- Fix incorrect remapping of module references inside of a function id redirection container.
5.0.11
- Bug Fix
- Fix new
for...ofloops not properly inheriting their original loop. - Internal
- Disable scope instance cache.
- Polish
- Allow comments in
.babelrcJSON.
5.0.9
- Polish
- Use
moduleIdfor UMD global name if available. - Bug Fix
- Fix UMD global
modulevariable shadowing theamd/commonmodulevariable. - Fix Flow param type annotation regression.
- Fix function name collision
toStringwrapper. Thanks @alawatthe!
5.0.8
- Bug Fix
- Fix falsy static class properties not being writable.
- Fix block scoping collisions not properly detecting modules and function clashes.
- Skip
thisbeforesuperfor derived constructors on functions.
5.0.7
- New Feature
- Add
--ignoreand--onlysupport to the CLI. - Bug Fix
- Remove
HOMEPATHenvironment variable from home resolution inbabel/registercache. - Internal
- Disable WIP path resolution introducing infinite recursion in some code examples.
- Polish
- Add live binding to CommonJS default imports.
5.0.6
- Bug Fix
- Fix mangling of import references that collide with properties on
Object.prototype. - Fix duplicate declarations incorrectly being reported for
var.
5.0.5
- Internal
- Upgrade
core-js. - Bug Fix
- Fix arrays not being supported in
util.list.
5.0.4
- Polish
- Check for top level
breakConfiginresolveRc.
5.0.3
- Bug Fix
- Make relative location absolute before calling
resolveRc. - Internal
- Switch to global UID registry.
- Add
breakConfigoption to prevent Babel from erroring when hitting that option.
5.0.1
- Bug Fix
- Fix duplicate declaration regression.
- Fix not being able to call non-writable methods.
5.0.0
- 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.inlineElementsandoptimisation.react.constantElementstransformers. - Add stage option that replaces the experimental one.
- Allow ES7 transformer to be enabled via
optionalinstead 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
nonStandardoption that can be set tofalseto remove parser support for JSX and Flow. - Add
jsxPragmaoption. - Automatically generate CLI options based on internal API options.
- Add support for
.babelrcon absolute paths. - Plugin API!
- Internal
- Export
optionsin 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
resolveModuleSourceon dynamic imports. - Added
paramto 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
returnUsedHelperstometadataUsedHelpers.
4.7.16
- Bug Fix
- Fix constructor spreading of typed arrays.
- Fix break/continue/return aliasing of non-loops in block scoping transformer.
4.7.15
- Bug Fix
- Fix constructor spreading of collections.
4.7.14
- Bug Fix
- Fix constructor spreading of
Promise. - Internal
- Deprecate remaining playground transformers and abstract references.
4.7.13
- Bug Fix
- Handle comments on use strict directives.
- Fix assignment patterns with a left side pattern.
- Polish
- Special case
thiswhen doing expression memoisation.
4.7.12
- Bug Fix
- Deprecate
playground.methodBinding.
4.7.11
- Bug Fix
- Fix unicode regexes stripping their unicode flag before being passed on two
regexpu.
4.7.10
- Internal
- Deprecate
playground.methodBindingandplayground.objectGetterMemoization. - Bug Fix
- Fix
inputSourceMapoption. Thanks @Rich-Harris!
4.7.9
- Polish
- Allow
inputSourceMapto be set tofalseto skip the source map inference. - Infer computed literal property names.
- Bug Fix
- Fix nested labeled for-ofs.
- Fix block scoping
breakcolliding with the parent switch case. - Internal
- Upgrade
acorn-babel.
4.7.8
- Bug Fix
- Fix computed classes not properly setting symbols.
4.7.7
- Bug Fix
- Fix
typesAPI exposure.
4.7.6
- Bug Fix
- Fix non-Identifier/Literal computed class methods.
- Polish
- Add a fallback if
stackon an error is unconfigurable. - Hoist
esModulemodule declarations to the top of the file to handle circular dependencies better.
4.7.5
- Bug Fix
- Don't remap
breaks to call the iterator return. - Polish
- Use a different helper for computed classes for much nicer output. Also fixes a bug in symbols being non-enumerable so they wouldn't be set on the class.
4.7.4
- Bug Fix
- Rewrite named function expressions in optional async function transformers.
- Hoist directives.
- Remove
Numberfrom the list of validruntimeconstructors. - Internal
spec.typeofSymboltransformer has been renamed toes6.symbols.
4.7.2
- New Feature
"both"option forsourceMap.- Add output types to external helpers. Thanks @neVERberleRfellerER!
- Bug Fix
- Fix node duplication sometimes resulting in a recursion error.
- Ignore
breaks within cases insidefor...of. - Polish
- Split up variable declarations and export declarations to allow easier transformation.
4.7.0
- Bug Fix
- Add
alternateto list ofSTATEMENT_OR_BLOCKkeys. - Add support for module specifiers to
t.isReferenced. - New Feature
- Add
inputSourceMapoption. - Polish
- Throw an error on different
babelandbabel-runtimeversions. - Replicate module environment for
babel-nodeeval. - Clean up classes output.
- Spec Compliancy
- Make it illegal to use a rest parameter on a setter.
4.6.6
- Bug Fix
- Fix incorrect method call in
utility.deadCodeEliminationtransformer. - Fix
es6.blockScopingTDZtransformer duplicating binding nodes.
4.6.5
- Internal
useStricttransformer has been renamed tostrict.
4.6.4
- Bug Fix
- Fix
ForOfStatementnot proplery inheriting labels. - When in closure mode in block scoping transformer, properly check for variable shadowing.
- New Feature
- New
utility.inlineEnvironmentVariablesandutility.inlineExpressiontransformers.
4.6.3
- Bug Fix
- Fix
argumentsbeing incorrectly aliased in arrow function rest parameter optimisation. - Make deoptimisation trigger safer.
- New Feature
- Flow types are now retained when blacklisting the
flowtransformer.
4.6.1
- Bug Fix
- Fix generators in template directory being transformed.
- Fix exposure of
utilfor plugins.
4.6.0
- New Feature
- Desugar sticky regexes to a new constructor expression so it can be handled by a polyfill.
- Spec Compliancy
for...ofnow outputs in a lengthytry...catchthis is to ensure spec compliancy in regards to iterator returns and abrupt completions. See google/traceur-compiler#1773 and babel/babel/#838 for more information.- Polish
- Rest parameters that are only refered to via number properties on member expressions are desugared into a direct
argumentsreference. Thanks @neVERberleRfellerER! $ babelno longer exits on syntax errors.- Internal
- Upgrade
browserify. - Upgrade
source-map. - Publicly expose more internals.
4.5.5
- Polish
- Delete old extensions when overriding them in
babel/register.
4.5.3
- Bug Fix
- Fix whitelisting logic for helper build script.
4.5.2
- New Feature
returnUsedHelpersoption and add whitelist tobuildHelpers.- Bug Fix
- Fix function arity on self referencing inferred named functions.
- Internal
- Bump
acorn-babel. - Start converting source to ES6...
4.5.1
Babel now compiles itself!
4.5.0
- New Feature
- Add
.babelrcsupport. - Bug Fix
- Move use strict directives to the module formatter bodies.
- Internal
- Make default
bin/babelbehaviour to ignore non-compilable files and add a--copy-filesflag to revert to the old behaviour.
4.4.6
- Bug Fix
- Fix extending a class expression with no methods/only constructor. Thanks @neVERberleRfellerER!
- Allow
MemberExpressionas a validleftofForOfStatement. - Polish
- Throw an error when people try and transpile code with the
@jsx React.DOMpragma as it conflicts with the custom jsx constructo method detection. - Crawl all comments for
@jsxpragma. - Internal
- Upgrade
chalk. - Upgrade
core-js.
4.4.5
- Internal
- Remove function self reference optimisation.
4.4.4
- Bug Fix
- Handle inferred function ids to be reassigned and deopt to a slower but working equivalent.
- Don't unpack array patterns that have more elements than their right hand array expression.
- Polish
- Improve syntax highlighting in the code frame. Thanks @lydell!
- Internal
- Upgrade
acorn-babel.
4.4.3
- Bug Fix
- Fix
for...ofiterator break returns being duplicated. - Only call
returnon the iterator if it exists. - Internal
- Rename
selfContainedtransformer toruntime.
4.4.2
- New Feature
- Add
moduleIdoption for specifying a custom module id.
4.4.0
- New Feature
/*** @jsx NAMESPACE **/comments are now honored by thereacttransformer.getModuleNameoption.- Infer function expression names. Thanks @RReverser!
- Bug Fix
- Add proper control flow for tail recursion optimisation.
- Internal
- Remove useless
formatoptions and move theformat.compactoption toformat. - Polish
- Newline handling of the code generator has been heavily improved.
- Code generator now deopts whitespace if the input size is >100KB.
4.3.0
- Breaking Change
- Remove
commonStandardmodule formatter and make it the default behaviour of all the strict module formatters.
4.2.1
- Polish
- Add auxiliary comment to let scoping closure flow control.
4.2.0
- Polish
- Use an assignment instead of a define for
__esModulein loose mode. - Internal
- Add error for
eval();usage and enable strict mode for parsing.
4.1.0
- New Feature
- Add
BABEL_CACHE_PATHandBABEL_DISABLE_CACHEenvironment variables. - Internal
- Replace many internal util functions with modules. Thanks @sindresorhus!
4.0.2
- Bug Fix
- Fix generators not properly propagating their internal declarations.
- Polish
- Update setter param length error message.
- Use ranges on dependencies.
4.0.0
- 6to5 is now known as Babel.
- Global helpers/runtime has now been given the more descriptive name of "external helpers".

