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