1.5 KiB
1.5 KiB
Remove me:
TODO: This started as a fork of, but is now something different entirely. Changelog is no longer relevant (neither is the README.md)
@rollup/plugin-html ChangeLog
v1.0.2
2023-01-20
Bugfixes
- fix: types should come first in exports #1403
v1.0.1
2022-10-21
Updates
- chore: update rollup dependencies (3038271)
v1.0.0
2022-10-09
Breaking Changes
- fix: prepare for Rollup 3 #1294
Bugfixes
- fix: function signature of html updated #975
v0.2.3
2021-02-14
Bugfixes
- fix: package.json files (#802)
v0.2.2
2021-01-29
Updates
- chore: run build before publish (ce65c12)
- chore: upgrade TypeScript (#713)
- refactor: refactor to typescript (#634)
- chore: update dependencies (6c8614c)
v0.2.1
2021-01-29
Updates
- chore: run build before publish (ce65c12)
- chore: upgrade TypeScript (#713)
- refactor: refactor to typescript (#634)
- chore: update dependencies (6c8614c)
v0.2.0
2020-05-02
Features
- feat: support custom meta element creation (#308)
Updates
- test: update snapshots for rollup v2 (c09509f)
v0.1.1
2020-01-04
Updates
- docs: fix
tag (#89) - test: change tests to serial to avoid weird snapshot conflicts (a492ce7)
0.1.0
2019-11-29
- First Release