Skip to content

Releases: Becklyn/kaba-babel-preset

4.1.4

16 Aug 09:28
Compare
Choose a tag to compare

4.1.4

✨ Improvements

  • Upgrade dependencies to their latest version.

🐛 Bug Fixes

  • Remove warning from build output about @babel/plugin-proposal-private-property-in-object vs. loose mode.

🛠️ Internal

  • Migrate from TravisCI to CircleCI.

Commits

  • CS 7f3c5e9
  • Migrate from TravisCI to CircleCI 7c01be9
  • Remove warning from build output about @babel/plugin-proposal-private-property-in-object vs. loose mode c948875

4.1.3...4.1.4

4.1.3

07 May 13:05
Compare
Choose a tag to compare

4.1.3

🐛 Bug Fixes

  • Remove loose warning from build output.

Commits

  • Merge pull request #8 from Becklyn/remove-loose-warning-from-build d6731d8
  • Remove „loose“ warning from build output 64c8906

4.1.2...4.1.3

4.1.2

04 Feb 21:00
Compare
Choose a tag to compare

✨ Improvements

  • Use better mode for useBuiltIns.
  • Bump dependencies.

Commits

4.1.1...4.1.2

4.1.1

23 Oct 13:16
Compare
Choose a tag to compare

✨ Improvements

  • Explicitly require all presets / plugins, to not rely on the webpack loading algorithm.

Commits

  • Merge pull request #6 from Becklyn/explicitly-require 5127972
  • Explicitly require all presets / plugins, to not rely on the webpack loading algorithm. 7e2cc91

4.1.0...4.1.1

4.1.0

24 Sep 15:03
Compare
Choose a tag to compare

🎁 New Features

  • Activate support for the nullish coalescing operator.
  • Activate support for numeric separators.

🐛 Bug Fixes

  • Re-add react preset

Commits

  • Merge pull request #5 from Becklyn/react c161934
  • Readd react preset 0f93b46
  • Add support for numeric separators (#4) 9f71fbc
  • Add support for numeric separators 220c3c9
  • Nullish Coalescing + Travis tests (#3) 72acbd4
  • Add travis build 3d3d217
  • Add nullish coalescing operator 570681d

4.0.1...4.1.0

4.0.1

28 Jun 08:16
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Moved @babel/preset-env to the correct place in the config.

Commits

  • Move preset-env to correct place f194ba0

4.0.0...4.0.1

4.0.0

27 Jun 18:53
Compare
Choose a tag to compare

💥 Breaking Changes

  • Return environments (legacy and modern) instead of a single config.

Commits

3.0.1...4.0.0

3.0.1

27 Jun 18:03
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Added missing config for the @babel/preset-env preset.

Commits

3.0.0...3.0.1

3.0.0

27 Jun 17:57
Compare
Choose a tag to compare

💥 Breaking Changes

  • Use @babel/preset-env internally, instead of separate transforms.

Commits

2.0.3...3.0.0

1.1.0: Bugfix release

12 Dec 17:07
Compare
Choose a tag to compare

Bugfixes

  • Fix order of plugins