All Versions
239
Latest Version
Avg Release Cycle
8 days
Latest Release
2007 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v7.16.3 Changes
November 09, 2021:bug: Bug Fix
babel-helpers
- #13862 fix(helpers): match
Reflect.get
behaviour (@lightmare)
- #13862 fix(helpers): match
- ๐
babel-plugin-transform-parameters
,babel-traverse
- #13941 Support transforming params of arrow functions in class fields (@nicolo-ribaudo)
- ๐
babel-parser
- #13928 fix: incorrect await rejection following arrow function in parameters (Closes #13872) (@The-x-Theorist)
- Other
- #13918 Fix
parserOverride
support in@babel/eslint-parser
(@nicolo-ribaudo)
- #13918 Fix
:house: Internal
-
v7.16.2 Changes
November 01, 2021:bug: Bug Fix
- ๐
babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
:house: Internal
- ๐
babel-parser
- #13905 babel-parser: add missing assertions type (@sosukesuzuki)
- ๐
-
v7.16.1 Changes
October 30, 2021:bug: Bug Fix
- ๐
babel-plugin-transform-typescript
- #13900 Fix binding access for plugin-transform-typescript (@PeachScript)
:house: Internal
- ๐ #13898 Skip ESLint 8 tests on publish (@nicolo-ribaudo)
- ๐
-
v7.16.0 Changes
October 30, 2021:eyeglasses: Spec Compliance
- ๐
babel-helpers
,babel-plugin-proposal-async-generator-functions
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #13824 Await promises from sync iterators with
for-await
(@nicolo-ribaudo)
- #13824 Await promises from sync iterators with
:rocket: New Feature
- ๐
babel-generator
,babel-parser
,babel-plugin-transform-typescript
,babel-types
- #13802 Support TypeScript 4.5 type-only import/export specifiers (@sosukesuzuki)
- ๐
babel-parser
- โ
babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-plugin-syntax-typescript
,babel-preset-typescript
- #13838 Handle
.mts
and.cts
files in@babel/preset-typescript
(@nicolo-ribaudo)
- #13838 Handle
- Other
- #13782 Add ESLint 8 support to
@babel/eslint-parser
(@nicolo-ribaudo)
- #13782 Add ESLint 8 support to
- ๐
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
- ๐
babel-compat-data
,babel-generator
,babel-parser
,babel-preset-env
,babel-types
- #13713 Enable class static blocks by default (@sosukesuzuki)
- ๐
babel-helper-skip-transparent-expression-wrappers
,babel-plugin-proposal-optional-chaining
- #13687 add
skipTransparentExprWrapperNodes
helper (@lightmare)
- #13687 add
babel-traverse
,babel-types
- #13666 Add aliases for Standardized, TypeScript, and Flow (@jridgewell)
:bug: Bug Fix
- ๐
babel-parser
,babel-plugin-transform-typescript
- #13876 [ts] Support private methods overloads (@nicolo-ribaudo)
- ๐
babel-plugin-transform-typescript
- #13865 fix: allow enum member without initializer after non-literal member (@lightmare)
- ๐
babel-core
,babel-helper-create-class-features-plugin
,babel-plugin-transform-typescript
- ๐
babel-compat-data
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-traverse
- ๐
babel-plugin-proposal-async-generator-functions
,babel-traverse
babel-traverse
,babel-types
babel-generator
- #13825 Fix missing inner comments in function expressions (@overlookmotel)
:house: Internal
- ๐ฆ Every package
- #13772 Use
workspace:^
to specify@babel/
dependencies (@nicolo-ribaudo)
- #13772 Use
- Other
- #13856 Update to Yarn 3.1 (@nicolo-ribaudo)
- #13867 Test on Node.js 17 (@nicolo-ribaudo)
- ๐
babel-helper-fixtures
,babel-plugin-proposal-class-properties
,babel-plugin-transform-runtime
,babel-preset-react
- #13858 Force loading plugins/presets from the monorepo in tests (@nicolo-ribaudo)
babel-types
- #13844 [ts] precise return type on
createTypeAnnotationBasedOnTypeof
(babel-types) (@lightmare)
- #13844 [ts] precise return type on
babel-helpers
- #13841 minor: remove ineffectual helper names filter (@lightmare)
- ๐
babel-core
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-types
๐ :running_woman: Performance
babel-types
- #13843 Simplify (transpiled) babel-types builder wrappers (@lightmare)
- ๐
-
v7.15.8 Changes
October 06, 2021:eyeglasses: Spec Compliance
- ๐
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
- ๐
babel-parser
:bug: Bug Fix
babel-generator
- #13821 Fix missing inner comments in class expressions (@overlookmotel)
- ๐
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
- #13803 Collect comments around parentheses in expressions (@nicolo-ribaudo)
- ๐
babel-plugin-transform-typescript
๐ :nail_care: Polish
babel-core
babel-node
:house: Internal
- โก๏ธ #13808 Update parser plugins for TypeScript tests (@sosukesuzuki)
- ๐ #13795 Fix Gulpfile path separator issue on Windows (@NotWearingPants)
๐ :running_woman: Performance
- ๐
-
v7.15.7 Changes
September 17, 2021:bug: Bug Fix
- ๐
babel-parser
- #13771 fix(babel-parser): Allow line break before
assert
return type (@JuniorTour) - #13755 [estree] Fix conversion of
PrivateName
inMemberExpression
(@nicolo-ribaudo)
- #13771 fix(babel-parser): Allow line break before
babel-standalone
- Other
- #13767 Fix
regexpu-core
bundling in@babel/standalone
(@nicolo-ribaudo) - #13751 [eslint-parser] Represent
static
using aKeyword
token (@nicolo-ribaudo)
- #13767 Fix
babel-helper-validator-identifier
:house: Internal
- ๐
babel-parser
- ๐
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
- #13739 Throw a better error when transforming imported bindings in types (@nicolo-ribaudo)
- Other
- #13140 Update to Yarn 3 (@nicolo-ribaudo)
- #13744 chore: add constraint for duplicate dependency declarations (@merceyz)
- โ
babel-helper-transform-fixture-test-runner
- #13741 Replace the deprecated
produceCachedData
option used invm
module withscript.createCachedData()
(@wafuwafu13)
- #13741 Replace the deprecated
- ๐
-
v7.15.6 Changes
September 09, 2021:eyeglasses: Spec Compliance
- ๐
babel-parser
,babel-plugin-proposal-pipeline-operator
- #13668 Fix right precedence of Hack pipes (@nicolo-ribaudo)
:bug: Bug Fix
- ๐
babel-parser
,babel-plugin-proposal-pipeline-operator
- #13668 Fix right precedence of Hack pipes (@nicolo-ribaudo)
- ๐
babel-plugin-proposal-object-rest-spread
babel-types
- ๐
babel-parser
- #13731 fix(babel-parser): Fix end of
range
ofSequenceExpression
(@sosukesuzuki)
- #13731 fix(babel-parser): Fix end of
:house: Internal
- โ
babel-helper-transform-fixture-test-runner
- #13738 Use
@types/node
forvm
module (@wafuwafu13)
- #13738 Use
babel-preset-env
- ๐
-
v7.15.5 Changes
September 04, 2021:eyeglasses: Spec Compliance
- ๐
babel-parser
- #13727 Disallow
#a in #b in c
and similar expressions (@nicolo-ribaudo)
- #13727 Disallow
:leftwards_arrow_with_hook: Revert
- ๐
-
v7.15.4 Changes
September 02, 2021:eyeglasses: Spec Compliance
- ๐
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
:bug: Bug Fix
- ๐ #13638 [eslint] Allow
"latest"
asecmaVersion
(@fisker) babel-traverse
,babel-types
babel-types
babel-helper-compilation-targets
- ๐
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-property-in-object
- ๐
babel-plugin-transform-typescript
- #13664 [ts] Fix transform for nested namespaces shorthand syntax (@nicolo-ribaudo)
- ๐
babel-parser
- #13680 fix(babel-parser): delete
static
property from class static block for TS (@sosukesuzuki) - #13695 fix: assure left bracket is not consumed after dot (@JLHwung)
- #13680 fix(babel-parser): delete
babel-core
๐ :memo: Documentation
:house: Internal
- ๐
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-class-static-block
,babel-plugin-syntax-private-property-in-object
,babel-plugin-syntax-top-level-await
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-preset-env
,babel-standalone
๐ :running_woman: Performance
- ๐
babel-core
,babel-generator
,babel-helper-annotate-as-pure
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-builder-react-jsx
,babel-helper-define-map
,babel-helper-explode-assignable-expression
,babel-helper-function-name
,babel-helper-get-function-arity
,babel-helper-hoist-variables
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-optimise-call-expression
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-helper-simple-access
,babel-helper-skip-transparent-expression-wrappers
,babel-helper-split-export-declaration
,babel-helper-wrap-function
,babel-helpers
,babel-preset-env
,babel-template
,babel-traverse
- ๐
babel-cli
,babel-helper-define-map
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-for-of
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-traverse
,babel-types
- ๐
-
v7.15.3 Changes
August 11, 2021:eyeglasses: Spec Compliance
- ๐
babel-helpers
,babel-plugin-transform-classes
:bug: Bug Fix
- ๐
babel-parser
- #13659 Fix parse error when using named import "as" with flow parser (@doing-art)
- #13655 [flow] Fix parsing of arrows in conditional expressions in parentheses (@nicolo-ribaudo)
- #13645 Disallow
<T>(a => b)
when parsing Flow (@nicolo-ribaudo) - #13657 fix(parser): add
attachComment
toParserOptions
type (@sosukesuzuki)
:house: Internal
- ๐ #13643 Use
@babel/eslint-parser/experimental-worker
for our own repo (@nicolo-ribaudo)
๐ :running_woman: Performance
- ๐
babel-parser
- #13652 perf: minor tokenizer tweaks (@lightmare)
babel-register
- #13654 Reduce stat calls in register (@overlookmotel)
- ๐