2024-06-05
- feat: add
input
option (#1699)
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 #1285
2021-07-29
- feat: add
allowRestarts
option (#820)
- chore: upgrade TypeScript (#714)
- chore: update dependencies (4428bff)
2020-04-12
- fix: use correct hook for reading options, handle facade chunks (#292)
- refactor: use Typescript (#237)
2020-03-30
- fix: remove rollup v1 from peerDeps (0eb4d59)
2020-03-29
- chore: republish rollup v2 changes, includes breaking Rollup function signature change
2020-03-29
- chore: revert rollup v2 changes and republish. resolves breaking changes for rollup v1.x.
2020-03-24
- fix: plugin could fork before bundle generated (#281)
- fix: Support assets (#240)
- chore: update devDeps (1b08a83)
2020-01-04
- feat: add typings (#115)
- chore: update readme, linting (e7ff386)
- Allow arguments and options to be passed to
child_process.fork
- Warn if Rollup version is too low
- Handle output files with different names from input files
- First release