rollup-plugin-import-assert
Version:
A Rollup plugin to add import assertion behavior and syntax support
52 lines (24 loc) • 2.16 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.1](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v3.0.0...v3.0.1) (2023-05-04)
## [3.0.0](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v2.1.3...v3.0.0) (2023-05-04)
### ⚠ BREAKING CHANGES
* Bump deps because of rollup 3
### Features
* upgrade to rollup 3 ([309e531](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/309e531288d2835e4bbcfddbccdb91eb7bcc7149))
### [2.1.3](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v2.1.2...v2.1.3) (2022-11-08)
### [2.1.2](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v2.1.0...v2.1.2) (2022-10-27)
### [2.1.1](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v2.1.0...v2.1.1) (2022-10-27)
## [2.1.0](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v1.1.2...v2.1.0) (2022-01-05)
### Features
* cjs and esm support ([dc11dc1](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/dc11dc1a5940c2e301e0b5a918c9e0ee2ae1e2d5))
* handle edgecases in dynamic imports ([b821aa6](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/b821aa623d23d317e35be629a76ac86401879787))
### [1.1.2](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v1.1.1...v1.1.2) (2022-01-04)
### [1.1.1](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v1.1.0...v1.1.1) (2021-07-21)
### Bug Fixes
* add keywords to package.json ([55cb627](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/55cb627bfd0f489acb715526ff91c352c4e5195e))
## 1.1.0 (2021-07-21)
### Features
* initial commit ([428e1d3](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/428e1d378a2f6c1aeb34dbf7207656e41aba450a))
### Bug Fixes
* properly escape temlate literals ([0223958](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/02239585e468acfc9ea7bd0f081748a0ebab10a1))