File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7878
7979 ${{ steps.extract-changelog.outputs.changelog }}
8080
81- [View full changelog](https://github.com/lingbopro/rollup-plugin-custom-import/blob/main/CHANGELOG.md) |
81+ [View full changelog](https://github.com/lingbopro/rollup-plugin-custom-import/blob/main/CHANGELOG.md)
8282 [View on NPM](https://www.npmjs.com/package/rollup-plugin-custom-import/v/${{ steps.extract-version.outputs.version }})
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.2.0
4+
5+ - Allow ` FileContentSetter ` to return string or SourceDescription
6+ - Simplify content option examples
7+ - Add type checking support for options
8+
39## 0.1.0
410
511- Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " rollup-plugin-custom-import" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " Customize the content of the imported module - not just the text" ,
55 "main" : " ./dist/index.cjs" ,
66 "module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments