Skip to content

Releases: alfredosalzillo/rollup-plugin-multi-input

v1.5.0

26 Jul 12:31
fc08009
Compare
Choose a tag to compare

1.5.0 (2024-07-26)

Features

  • added an info message to warn about the usage of this plugin (fc08009)

v1.4.2

04 Jul 19:38
7762042
Compare
Choose a tag to compare

1.4.2 (2024-07-04)

Bug Fixes

  • make package a module to support module resolution (7762042)

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