Skip to content

Latest commit

History

History
181 lines (92 loc) 路 2.34 KB

CHANGELOG.md

File metadata and controls

181 lines (92 loc) 路 2.34 KB

@rollup/plugin-dynamic-import-vars ChangeLog

v2.1.2

2023-11-28

Bugfixes

  • fix: Allow a "no files found" error to be emitted as warning (#1625)

v2.1.1

2023-11-25

Bugfixes

  • fix: escape special glob characters (#1636)

v2.1.0

2023-10-25

Features

  • feat: Error when files not found (#1611)

v2.0.7

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v2.0.6

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v2.0.5

2023-08-11

Bugfixes

  • fix: keep dynamic import assert arg intact #1504

v2.0.4

2023-07-08

Updates

v2.0.3

2023-01-20

Bugfixes

  • fix: types should come first in exports #1403

v2.0.2

2022-12-17

Bugfixes

  • fix: update magic-string #1373

v2.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v2.0.0

2022-10-09

Breaking Changes

  • fix: prepare for Rollup 3 #1297

v1.4.4

2022-08-02

Bugfixes

  • fix: exclude external imports (#1193)

v1.4.3

2022-04-19

Bugfixes

  • fix: parameter types for dynamicImportToGlob (#1166)

v1.4.2

2021-12-28

Updates

  • refactor: update, swap dependencies (#1073)

v1.4.1

2021-10-19

Bugfixes

  • fix: ignore data uris (#1021)

v1.4.0

2021-07-26

Features

  • feat: add typings (#898)

v1.3.0

2021-07-15

Bugfixes

  • fix: allow ./${var}.suffix.js (#834)
  • fix: Give default promise rejection timing parity with cases (#825)

v1.2.0

2021-07-15

Notes

This release is identical to v1.3.0. Duplicate versions were created as the result of erroneous Workflows.

v1.1.7

2021-07-15

Bugfixes

  • fix
  • fix

v1.1.1

2020-11-30

Updates

  • docs: fix typo in README.md (#659)

v1.1.0

2020-08-13

Features

  • feat: add support for dynamic expressions with concat (#495)

Updates

  • chore: update dependencies (26f9b6c)

v1.0.0

2020-07-06

  • First release