Skip to content

Releases: mixmaxhq/rollup-plugin-root-import

v1.0.0

31 Jan 01:06
Compare
Choose a tag to compare

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

29 Jul 21:40
Compare
Choose a tag to compare

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

Add tests, handle edge case

28 Jul 23:31
Compare
Choose a tag to compare

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

[docs] Minor revision

28 Jul 02:00
Compare
Choose a tag to compare

This minor revision introduces documentation updates.

First version

28 Jul 01:58
Compare
Choose a tag to compare

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