Skip to content

Latest commit

History

History
57 lines (29 loc) 路 837 Bytes

CHANGELOG.md

File metadata and controls

57 lines (29 loc) 路 837 Bytes

@rollup/plugin-esm-shim ChangeLog

v0.1.6

2024-04-05

Bugfixes

  • fix: do not insert shims at import literal (#1696)

v0.1.5

2023-11-05

Updates

  • refactor: use prefix for build in module imports (#1622)

v0.1.4

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v1.0.3

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v0.1.2

2023-08-26

Bugfixes

  • fix: pattern matching #1560

v0.1.1

2023-05-17

Bugfixes

  • fix: bump dependencies #1499

v0.1.0

2023-04-04

Features

  • feat: initial release #1415