Skip to content

v0.6.0

Choose a tag to compare

@Hargne Hargne released this 11 Oct 11:55
· 65 commits to master since this release
66b34bb
  • Refactored project into Typescript
  • Added render config option htmlTagAttributes that allows for applying custom attributes to the surrounding HTML-tag (fixes #14)
  • Added Prettier to automatically format the outputted HTML
  • Added configuration option to renderHTMLToFile: Method withBoilerplate no longer accepts input data
  • findElementByType, findElementByClassName, findElementById now always return an array containing the results (empty if no matches).
  • Improved testing