Skip to content

Releases: mixmaxhq/rollup-plugin-root-import

v1.0.0

Choose a tag to compare

@mixmax-bot mixmax-bot released this 31 Jan 01:06

1.0.0 (2020-01-31)

⚠ BREAKING CHANGES

  • Supports Rollup 1.x, and likely does not support earlier versions. Change entry
    parameter to input, and useEntry to useInput. Uses newer untranspiled language features such as
    String#includes, but should otherwise retain parity with the previous version.

Features

Improve performance

Choose a tag to compare

@skeggse skeggse released this 29 Jul 21:40

Add internal caching to avoid re-discovering the same modules.

Add tests, handle edge case

Choose a tag to compare

@skeggse skeggse released this 28 Jul 23:31

Now handles edge case where entry is specified relative to itself.

[docs] Minor revision

Choose a tag to compare

@skeggse skeggse released this 28 Jul 02:00

This minor revision introduces documentation updates.

First version

Choose a tag to compare

@skeggse skeggse released this 28 Jul 01:58

This is the first version of rollup-plugin-root-import. It is feature complete and unit tested.