Skip to content

Latest commit

 

History

History
103 lines (53 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

103 lines (53 loc) · 1.47 KB

@rollup/plugin-run ChangeLog

v3.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v3.0.0

2022-10-10

Breaking Changes

  • fix: prepare for Rollup 3 #1285

v2.1.0

2021-07-29

Features

  • feat: add allowRestarts option (#820)

Updates

  • chore: upgrade TypeScript (#714)
  • chore: update dependencies (4428bff)

v2.0.2

2020-04-12

Bugfixes

  • fix: use correct hook for reading options, handle facade chunks (#292)

Updates

  • refactor: use Typescript (#237)

v2.0.1

2020-03-30

Bugfixes

  • fix: remove rollup v1 from peerDeps (0eb4d59)

v2.0.0

2020-03-29

  • chore: republish rollup v2 changes, includes breaking Rollup function signature change

v1.2.2

2020-03-29

  • chore: revert rollup v2 changes and republish. resolves breaking changes for rollup v1.x.

v1.2.1

2020-03-24

Bugfixes

  • fix: plugin could fork before bundle generated (#281)
  • fix: Support assets (#240)

Updates

  • chore: update devDeps (1b08a83)

v1.2.0

2020-01-04

Features

  • feat: add typings (#115)

Updates

  • chore: update readme, linting (e7ff386)

1.1.0

  • Allow arguments and options to be passed to child_process.fork

1.0.2

  • Warn if Rollup version is too low

1.0.1

  • Handle output files with different names from input files

1.0.0

  • First release