Releases: sebastian-software/babel-preset-edge
Releases · sebastian-software/babel-preset-edge
Release 4.5.0
New Jest Auto Optimization
When using Rollup and Jest together you are now able to keep the config relatively easy. Here as an example a NodeJS API Gateway I have written recently:
{
"presets": [
[ "edge", { "target": "node", "modules": false }]
]
}
It disables module transpilation (keeps ESM) for Rollup, but still automatically transpiles them to CJS for Jest.
Details
- Enforce CJS for env=test even if defined differently by the user. (48e961c)
- Improved error message when NodeJS version can't be matched correctly to built-in list. (3bac9f1)
- Updated react in dev-deps (eb85378)
- Corrected markup (cb02fc8)
- Added comparison with CRA (2ca3301)
- Switched some badges to original services. At least trying to fix some missing images from shields.io. (882e81e)
Release 4.4.1
- Adjusted image (58776ce)
- Updated docs (c68db64)
- Update docs (eaac649)
- Added some highlights (4c7f40c)
- Added image (50a0370)
- Keep a back-link to Edge-Platform at the bottom. (a505bff)
- Major update of the readme. Thanks to @kentcdodds for the helpful input. (cab2277)
- Updated modern target (a353aae)
- Updated readme (9a52fa7)
- Updated snapshots after updates (b32eddc)
- Fixed typos in local babel config (for publishing package) (7d85e08)
- Updated deps (5b199ab)
Release 4.4.0
Release 4.3.1
- Updated deps + refreshed snapshots (e5eaeb9)
Release 4.3.0
- Added support for emotion CSS-in-JS (583d366)
Release 4.2.1
- Corrected Windows support with new plugin version of smart-webpack-import. (887ef0f)
Release 4.2.0
- Babel macros plugin (28be391)
- Updated deps (f465210)
- Added plugin-syntax-optional-chaining + fixed loose mode/legacy flag issue with decorators/classprops + Added loose mode support for object rest spread. (f977024)
- Updated readme (4b11bee)
- Added catch-bind plugin (c9a5e09)
- Added decorators plugin + added support for loose mode to class properties plugin. (f9e0bbe)
- Fixed readme (6592b1d)
- Fixed readme (8025878)
- Updated snapshots for babel updates. First changed a few generated hashes + the position of _inheritsLoose in code. Seems minor. (0aa0c4f)
- Added jest badge (9055b3c)
- Updated deps (aada81b)
Release 4.1.0
Release 4.0.2
- Updated snapshots after moving "evaluate" out of compression plugins. (81a90d6)
- Updated snapshots for new transpile result after babel update when using Set() (08f3bf8)
- Minor snapshot correction (aa09bb1)
- Updated babel and babel-minify (8fc98ee)
- Disabled evaluate compression in medium compression. This thing is far too risky/tricky to use here. See also: babel/minify#845 (comment) (b48fbf2)