Releases: Becklyn/kaba-babel-preset
Releases · Becklyn/kaba-babel-preset
4.1.4
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
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
✨ Improvements
- Use better mode for
useBuiltIns
.
- Bump dependencies.
Commits
4.1.1...4.1.2
4.1.1
✨ 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
🎁 New Features
- Activate support for the nullish coalescing operator.
- Activate support for numeric separators.
🐛 Bug Fixes
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
🐛 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
💥 Breaking Changes
- Return environments (
legacy
and modern
) instead of a single config.
Commits
3.0.1...4.0.0
3.0.1
🐛 Bug Fixes
- Added missing config for the
@babel/preset-env
preset.
Commits
3.0.0...3.0.1
3.0.0
💥 Breaking Changes
- Use
@babel/preset-env
internally, instead of separate transforms.
Commits
2.0.3...3.0.0