Skip to content

Latest commit

 

History

History
126 lines (59 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

126 lines (59 loc) · 5.53 KB

4.1.1 (2024-04-13)

Bug Fixes

  • closes #75, using plugin results in empty source map files (99416de)

4.1.0 (2024-02-05)

Features

4.0.0 (2023-08-08)

  • feat!: use only named export (7d0e03c)
  • feat!: change function signature (df7ad53)

Features

  • add argument validation using joi (4ee6b01)

BREAKING CHANGES

  • the plugin is now provided using a named export
  • more convenient and future proof function signature

3.0.1 (2022-02-19)

Bug Fixes

3.0.0 (2021-04-24)

Bug Fixes

  • errors caused by non-normalized windows paths (cf9f716)

Code Refactoring

  • delegate asset deduplication to this.emitFile (adafff7)

Features

  • added full support for dynamic imports (f16c69d)
  • filtering paths is delegated to createFilter from @rollup/pluginutils (9ec6e63)
  • support for windows absolute paths in filter patterns (76249e4)

BREAKING CHANGES

  • imports to deduplicated assets are not merged into one
  • the plugin itself is not responsible for filtering paths

2.2.1 (2021-03-13)

Bug Fixes

  • correct export assignments in declaration files (8fed136)

2.2.0 (2021-03-08)

Features

  • package.json: added sideEffects flag (6d2c71d)

2.1.1 (2021-03-04)

Bug Fixes

  • removed jsdoc comment for deprecated options parameter (9dfb4fc)

2.1.0 (2021-03-04)

Features

  • added support for dynamic imports (feff91f)

2.0.0 (2021-03-03)

Bug Fixes

  • inconsistant hash in the load hook (da51590)

Features

  • added support for watch mode (f080246)

BREAKING CHANGES

  • The options parameter is now deprecated, the reason is that exclude and include do not make sense when importing the same asset from both excluded and included modules

1.1.0 (2021-03-03)

Features

  • added deprecation warning for options parameter (57b6315)

1.0.0 (2021-02-27)

Features

  • implement resolveId and renderChunk hooks (0b6464d)
  • plugin can be positioned anywhere in the plugins list (a7f1a89)
  • plugin factory function can be used to produce multiple instances (95089b5)