Skip to content

Releases: corpusculejs/babel-preset

v0.2.2

13 Apr 13:05
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

This release fixes multiple generations of the injector function that cause an error during the webpack build.

Changes

  • Avoid duplication on multiple decorators (#5 by @Lodin)

v0.2.1

07 Apr 22:57
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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.

Changes

  • 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

07 Apr 17:13
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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.

Changes

  • Replace reading file with inlined source code (#1 by @Lodin)

v0.1.0

05 Apr 20:31
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial public release.

Notice: still in develoment. Use with caution.