Skip to content

Releases: alfredosalzillo/rollup-plugin-multi-input

v1.4.1

25 Mar 14:47
Compare
Choose a tag to compare

1.4.1 (2023-03-25)

Bug Fixes

  • json-schema Prototype Pollution: update jest to a no vulnerable version (0f97db1)

v1.4.0

25 Mar 14:22
Compare
Choose a tag to compare

1.4.0 (2023-03-25)

Features

v1.3.3

19 Jan 16:22
eb4a194
Compare
Choose a tag to compare

1.3.3 (2023-01-19)

Bug Fixes

  • multiInput is not a function (eb4a194)

v1.3.2

08 Jan 15:13
Compare
Choose a tag to compare
fix: not working with module import

v1.3.1

27 May 09:16
71af971
Compare
Choose a tag to compare

1.3.1 (2021-05-27)

Bug Fixes

  • cross platform Windows support (80bdaac)

v1.3.0

19 May 19:51
Compare
Choose a tag to compare

1.3.0 (2021-05-19)

Bug Fixes

  • added the name property to match the rollup plugin interface (19c1e48)

Features

  • better typing for optional options (95f9e64)

v1.2.0

23 Dec 15:04
Compare
Choose a tag to compare

1.2.0 (2020-12-23)

Features

v1.1.1

25 Feb 14:20
54125b9
Compare
Choose a tag to compare

1.1.1 (2020-02-25)

Bug Fixes

  • deps: dist/plugin.js require @babel/runtime (54125b9), closes #31

v1.1.0

25 Feb 08:07
0336705
Compare
Choose a tag to compare

1.1.0 (2020-02-25)

Bug Fixes

  • explicitly declare missing external dependencies (2caba28)

Features

  • add new option transformOutputPath (fabe65f)

v1.0.3

17 Nov 16:40
a1b3d2a
Compare
Choose a tag to compare

1.0.3 (2019-11-17)

Bug Fixes

  • plugin name: now use the package.json name, for better consistency (35bbc4f)
  • relative option: not relative inputs are now resolved relative to root instead of throw an unwanted error (e09580a)