Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 888 Bytes

rollup-plugin-generate-html-template

1.7.0

  • Add basic css support (#23, bengsfort/ thanks @snellcode, @longrunningprocess)

1.2.0

  • Ensure output directories exist before creating anything (fixes #5)
  • Inject all entry points instead of failing, but does not embed dynamic imports (fixes #7)
  • Update to Babel7
  • Switch to jest tests
  • Updates formatting of project to use prettier + better eslint rules
  • Add code coverage checks

1.1.0

  • Fixed issue where template creation promise would not resolve. (bengsfort/rollup-plugin-generate-html-template@b0bb659)
  • Renamed file option to template . (bengsfort/rollup-plugin-generate-html-template@27a49b2)
  • Added integration tests. (bengsfort/rollup-plugin-generate-html-template@bfa7b4b)
  • Added option to rename destination file. (bengsfort/rollup-plugin-generate-html-template@33cb1b2)g

1.0.0

  • Initial release.