Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 886 Bytes

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 886 Bytes

rollup-plugin-import-assertions ChangeLog

v0.5.0

2023-05-13

Features

  • feat: add support for rollup v3

Updates

  • chore: update dependencies
  • chore: drop node.js v14 support

v0.4.0

2022-08-18

Bugfixes

  • fix: update minimum rollup version (close #3)
  • Adds acorn as a dependency

Updates

  • chore: update lock file
  • chore: remove node v12, add node v18 to workflows
  • docs: describe how to install from npm

v0.3.0

2022-04-10

Updates

  • chore: add eslint
  • chore: add prettier
  • chore: add validation ci

Bugfixes

  • fix: handle promise rejection
  • fix: dependency vulnerability

v0.2.0

2022-03-23

Features

  • feat: treat unresolved dependencies as external

Bugfixes

  • fix: account for the external config property

v0.1.0

2022-03-21

  • Initial release, featuring static import assertions of type css and json