Skip to content

Latest commit

History

History
93 lines (48 loc) 路 1.04 KB

CHANGELOG.md

File metadata and controls

93 lines (48 loc) 路 1.04 KB

@rollup/plugin-dynamic-import-vars ChangeLog

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