Skip to content

Latest commit

 

History

History
255 lines (106 loc) · 7.34 KB

CHANGELOG.md

File metadata and controls

255 lines (106 loc) · 7.34 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.3.2 (2021-06-05)

3.3.1 (2020-07-31)

3.3.0 (2020-07-31)

Features

  • change to browserslist-config-google/modern (351da1c)

3.2.6 (2020-05-28)

3.2.5 (2020-03-10)

3.2.4 (2020-02-01)

Bug Fixes

  • reactivate optional-chaining and nullish-coalescing-operator (4b03a48)

3.2.3 (2020-01-23)

3.2.2 (2020-01-23)

3.2.1 (2019-11-23)

3.2.0 (2019-09-30)

Bug Fixes

  • update vulnerable/outdated dependencies (9f44a8d)

Features

  • add nullish coalescing and optional chaining operators (25faa38)

3.1.0 (2019-05-28)

Features

3.0.6 (2019-04-29)

Bug Fixes

  • add sourceType also to lib (4b1cf95)
  • set sourceType to unambiguous to properly compile deps (b32f8c6)

3.0.5 (2019-04-04)

Bug Fixes

  • add the runtime transform plugin to end project (#42) (8127ae7)

3.0.4 (2019-02-14)

Bug Fixes

  • add lib directory and update readme without preset shorthand (#40) (6ee6573)

3.0.3 (2019-02-13)

3.0.2 (2019-02-13)

3.0.1 (2019-02-13)

3.0.0 (2019-02-13)

Features

BREAKING CHANGES

  • the way the preset is configured has changed

2.3.5 (2018-09-11)

2.3.4 (2018-09-10)

Bug Fixes

  • fix dev errors when using transform-react-inline-elements (722526c), closes #26

2.3.3 (2018-03-22)

Bug Fixes

  • remove babel-plugin-transform-react-constant-elements (#25) (4c1ab03)

2.3.2 (2018-03-11)

2.3.1 (2018-03-02)

2.3.0 (2018-02-28)

Features

  • add default support for async/await and generators (96f8ce9)

2.2.1 (2018-02-23)

Bug Fixes

  • fix lodash plugin being wrongly setup (678a7c0)

2.2.0 (2018-02-20)

Features

  • add lodash/fp as default id on babel-plugin-lodash (2c30efe), closes #18

2.1.0 (2018-01-24)

Features

  • add babel-plugin-lodash via options.lodash (1104f92), closes #10

2.0.4 (2018-01-22)

2.0.3 (2017-12-21)

2.0.2 (2017-11-23)

Bug Fixes

  • remove core-js peer dependency (d8d3316)

2.0.1 (2017-11-23)

Bug Fixes

  • fix add-module-exports plugin not being in deps (1535d86)

2.0.0 (2017-11-23)

Features

  • implement namedDefaultExport (f353508), closes #5

BREAKING CHANGES

  • browser target was changed to be browsers for consistency with babel-preset-env

1.1.0 (2017-11-22)

Features

  • improve modules option default value by reading BABEL_ENV (276845b)

1.0.0 (2017-11-20)

Features