Skip to content

Releases: Hargne/html-creator

v0.7.4

11 Feb 18:12

Choose a tag to compare

What's Changed

Full Changelog: 0.7.3...0.7.4

v0.7.3

12 May 15:31

Choose a tag to compare

What's Changed

  • BUG?: Ignore undefined values when generating attributes by @EdgeCaseBerg in #51

New Contributors

Full Changelog: v0.7.2...0.7.3

v0.7.2

15 Dec 08:39

Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...v0.7.2

v0.7.0

04 May 14:41
2def67e

Choose a tag to compare

What's Changed

  • Upgraded dependencies
  • Updated README

Full Changelog: 0.6.3...0.7.0

v0.6.3

29 Mar 14:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.2...0.6.3

0.6.2

20 Nov 09:15
d60152e

Choose a tag to compare

What's Changed

  • Added disablePrettier configuration option (fixes #26)
  • Upgraded Rollup

v0.6.1

12 Nov 20:53

Choose a tag to compare

  • Fixed issue with incorrect main-file in package.json (thanks to @trapcodeio )

v0.6.0

11 Oct 11:55
66b34bb

Choose a tag to compare

  • 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

v0.4.4

17 Feb 14:48
b3363d5

Choose a tag to compare

Features / Changes

  • Added config excludeHTMLtag to renderHTML to allow rendering content without the surrounding <html>-tags
  • Replaced NPM with Yarn
  • Updated README

v0.4.3

02 Aug 08:57

Choose a tag to compare

Bug Fixes

  • Fixed compliation error as per issue #1
  • Updated README