2023-10-05
- fix: ensure rollup 4 compatibility #1595
2022-10-21
- chore: update rollup dependencies (3038271)
2022-10-10
- fix: prepare for Rollup 3 #1281
2022-04-29
- chore: update pluginutils deps, extend tests (#1144)
2021-07-26
- feat: add typings (#898)
2020-11-30
- chore: update dependencies (1c971a5)
- feat: add jpeg and webp support by default (#625)
- chore: linting update (9f389f1)
2020-06-05
- fix: add name property to plugin (#433)
2020-05-11
- fix: Don't append path separator on empty dirname (#212)
2020-02-01
- chore: update dependencies (d048a39)
2020-01-07
- fix: windows compatible, tests (#146)
- chore: update changelog for v4.0.0 (087be59)
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
- Version 4.0.0 requires Rollup v1.20.0 or higher
2019-10-08
- Drop node 8 support as its maintenance will be closed in December
- Migrate to MIT License
2019-10-08
- Fallback to
mkdirp
to keep working on node <= 8
2019-10-08
- Remove
mkpath
from dependencies (#24) - Update dev dependencies
2019-06-13
- Dependencies update
2019-04-10
- Fix
dirname
substitution on Windows (#21)
2019-01-29
- Add
destDir
option (#19) - Update dependencies
2018-12-02
- Add
fileName
option (#17)
2018-10-09
- Ensure destination folder exists while
generateBundle
hook performs
2018-10-01
- Version 2.0.0 requires [email protected] and higher – deprecated
onwrite
hook replaced with newgenerateBundle
hook, so plugin will not work with earlier versions of Rollup. Use version 1.4 with rollup<0.60
2018-04-17
- Add support for
output.dir
option - Update dependencies
2017-09-17
- Internal update: it builds now with [email protected]
2017-06-09
- Add ability to prevent emitting any files with the
emitFiles=false
option.
2017-04-12
- Set default limit to 14kb
2017-04-10
- Migrate to newer Rollup API (#5).
- Minimal
rollup
version is0.32.4
- Braking:
write
method was removed
2016-08-30
- Add public path option (#1)
2016-02-08
- Drop charset, it's not needed
2016-02-08
- Initial release