Skip to content

Releases: recursive-beast/rollup-plugin-external-assets

v4.1.1

13 Apr 00:21
Compare
Choose a tag to compare

4.1.1 (2024-04-13)

Bug Fixes

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

v4.1.0

05 Feb 15:18
Compare
Choose a tag to compare

4.1.0 (2024-02-05)

Features

v4.0.0

08 Aug 17:04
Compare
Choose a tag to compare

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

v3.0.1

19 Feb 02:00
Compare
Choose a tag to compare

3.0.1 (2022-02-19)

Bug Fixes

v3.0.0

24 Apr 22:29
Compare
Choose a tag to compare

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

v2.2.1

13 Mar 14:16
Compare
Choose a tag to compare

2.2.1 (2021-03-13)

Bug Fixes

  • correct export assignments in declaration files (8fed136)

v2.2.0

08 Mar 13:51
Compare
Choose a tag to compare

2.2.0 (2021-03-08)

Features

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

v2.1.1

04 Mar 19:50
Compare
Choose a tag to compare

2.1.1 (2021-03-04)

Bug Fixes

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

v2.1.0

04 Mar 16:39
Compare
Choose a tag to compare

2.1.0 (2021-03-04)

Features

  • added support for dynamic imports (feff91f)

v2.0.0

03 Mar 23:16
Compare
Choose a tag to compare

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