babel-preset-airbnb
Version:
A babel preset for transforming your JavaScript for Airbnb
83 lines (57 loc) • 2.67 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.0.0] - 2020.04.02
* [Breaking] Update browser targets: Chrome 35 -> 40, Edge 14 -> 18, IE 9 -> 11, Firefox 52 -> 72, Safari 8 -> 12, Android 30 -> 35.
* [Breaking] Removed JScript support (IE 6-8).
## [4.5.0] - 2020.04.02
* [New] Add `@babel/plugin-proposal-numeric-separator` and `@babel/plugin-proposal-optional-catch-binding` (#62)
* [Deps] Update all to latest versions.
## [4.4.0] - 2019.11.20
* [New] Add `transformRuntime` option (#60)
## [4.3.0] - 2019.11.15
* [New] Add `runtimeHelpersUseESModules` option (#59)
## [4.2.0] - 2019.11.14
* [New] Add `@babel/plugin-proposal-nullish-coalescing-operator` and `@babel/plugin-proposal-optional-chaining` (#58)
## [4.1.0] - 2019.10.3
* [New] Allow specifying the Babel runtime version
## [4.0.1] - 2019.06.26
* update license to MIT
## [4.0.0] - 2019.06.18
* restore breaking changes from v3.3.0 and v3.3.1
## [3.3.2] - 2019.06.18
* Revert breaking changes from v3.3.0 and v3.3.1
## [3.3.1] - 2019.06.18
* [Fix] Use esm runtime helpers only when `modules === false` (#52)
## [3.3.0] - 2019.06.18
* [New] Use @babel/plugin-transform-runtime for helpers (#51)
## [3.2.1] - 2019-03-19
* [Fix] Correct default targets (explorer -> ie, and remove ucandroid) (#50)
## [3.2.0] - 2018-12-14
* [New] add `looseClasses` option to compile classes in loose mode (#46)
* [New] infer default value of `jscript` option from explorer target version (#47)
## [3.1.0] - 2018-12-13
* [New] add `jscript` option to disable JScript transformation (#45)
## [3.0.1] - 2018-10-08
* [Fix] the env preset only accepts `false` or a string, not explicit options
## [3.0.0] - 2018-10-08
* [Breaking] update to babel 7 (#37)
* [New] add support to supply the react preset's "development" option
## [2.6.0] - 2018-08-29
* [New] Add `removePropTypes` option (#36)
## [2.5.3] - 2018-07-26
* [Fix] [Deps] add missing `babel-plugin-transform-strict-mode` (#35)
## [2.5.2] - 2018-07-15
* [Fix] add strict mode for real
* [Docs] Update for ES2018
## [2.5.1] - 2018-06-15
* [Fix] partial revert of #31; set strictMode to true
## [2.5.0] - 2018-06-15
* [New] transform ES5 property mutators
* [New/Fix] set "strict" to true (#31)
* [Deps] update `babel-preset-env`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-es2015-modules-commonjs`, `object.assign`
## [2.4.0] - 2017-06-28
* [New] Added an option to toggle debug mode (#18)
## [2.3.3] - 2017-06-20
* Switches from `babel-preset-es2015` to `babel-preset-env`.
Allows targeting of specific environments.