Releases: corpusculejs/babel-preset
Releases · corpusculejs/babel-preset
v0.2.2
This release fixes multiple generations of the injector function that cause an error during the webpack build.
- Avoid duplication on multiple decorators (#5 by @Lodin)
v0.2.1
This release is mostly technical and fixes the severe problem with the initial implementation which was unable to work with the @babel/register
based environments.
- Make plugin working correctly with CommonJS and
@babel/preset-env
(#2 by @Lodin)
- Remove unnecessary checking for array in the injector function (#3 by @Lodin)
- Stop creating function declaraton/import if there is no decorator in the file (#4 by @Lodin)
v0.1.1
Minor release that fixes bug with browser-based IDE and other users of @babel/register
that cannot work with file system. It replaces reading the runtime-injector.js
file with inlined source code.
- Replace reading file with inlined source code (#1 by @Lodin)
v0.1.0
Initial public release.
Notice: still in develoment. Use with caution.