Skip to content

Latest commit

 

History

History
208 lines (109 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

208 lines (109 loc) · 3.06 KB

@rollup/plugin-url ChangeLog

v8.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v8.0.0

2022-10-10

Breaking Changes

  • fix: prepare for Rollup 3 #1281

v7.0.0

2022-04-29

Breaking Changes

  • chore: update pluginutils deps, extend tests (#1144)

v6.1.0

2021-07-26

Features

  • feat: add typings (#898)

v6.0.0

2020-11-30

Breaking Changes

  • chore: update dependencies (1c971a5)

Features

  • feat: add jpeg and webp support by default (#625)

Updates

  • chore: linting update (9f389f1)

v5.0.1

2020-06-05

Bugfixes

  • fix: add name property to plugin (#433)

v5.0.0

2020-05-11

Breaking Changes

  • fix: Don't append path separator on empty dirname (#212)

v4.0.2

2020-02-01

Updates

  • chore: update dependencies (d048a39)

v4.0.1

2020-01-07

Bugfixes

  • fix: windows compatible, tests (#146)

Updates

  • chore: update changelog for v4.0.0 (087be59)

4.0.0

2019-11-25

  • Breaking: Minimum compatible Rollup version is 1.20.0
  • Breaking: Minimum supported Node version is 8.0.0
  • Published as @rollup/plugins-url

Breaking Changes

  • Version 4.0.0 requires Rollup v1.20.0 or higher

3.0.0

2019-10-08

  • Drop node 8 support as its maintenance will be closed in December
  • Migrate to MIT License

2.2.4

2019-10-08

  • Fallback to mkdirp to keep working on node <= 8

2.2.3

2019-10-08

  • Remove mkpath from dependencies (#24)
  • Update dev dependencies

2.2.2

2019-06-13

  • Dependencies update

2.2.1

2019-04-10

  • Fix dirname substitution on Windows (#21)

2.2.0

2019-01-29

  • Add destDir option (#19)
  • Update dependencies

2.1.0

2018-12-02

  • Add fileName option (#17)

2.0.1

2018-10-09

  • Ensure destination folder exists while generateBundle hook performs

2.0.0

2018-10-01

Breaking Changes

  • Version 2.0.0 requires [email protected] and higher – deprecated onwrite hook replaced with new generateBundle hook, so plugin will not work with earlier versions of Rollup.
    Use version 1.4 with rollup<0.60

1.4.0

2018-04-17

  • Add support for output.dir option
  • Update dependencies

1.3.0

2017-09-17

1.2.0

2017-06-09

  • Add ability to prevent emitting any files with the emitFiles=false option.

1.1.0

2017-04-12

  • Set default limit to 14kb

1.0.0

2017-04-10

  • Migrate to newer Rollup API (#5).
  • Minimal rollup version is 0.32.4
  • Braking: write method was removed

0.1.2

2016-08-30

  • Add public path option (#1)

0.1.1

2016-02-08

  • Drop charset, it's not needed

0.1.0

2016-02-08

  • Initial release