Skip to content

Latest commit

History

History
73 lines (37 loc) 路 1.18 KB

CHANGELOG.md

File metadata and controls

73 lines (37 loc) 路 1.18 KB

@rollup/plugin-terser ChangeLog

v0.4.4

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v0.4.3

2023-05-17

Bugfixes

  • fix: bump dependencies #1501

v0.4.2

2023-05-16

Bugfixes

  • fix: don't assume code is running in worker created by the worker pool #1483

v0.4.1

2023-04-09

Bugfixes

  • fix: expose extended terser options interface #1477

v0.4.0

2023-01-23

Features

  • feat: Update WorkerPool to reuse Workers #1409

v0.3.0

2023-01-06

Features

  • feat: emit source map #1383

v0.2.1

2022-12-21

Bugfixes

  • fix: __filename not defined #1367

v0.2.0

2022-12-05

Features

  • feat: parallel execution #1341

v0.1.0

2022-10-27

Features

  • feat: initial release #1323