Releases: Hargne/html-creator
Releases · Hargne/html-creator
v0.7.3
What's Changed
- BUG?: Ignore undefined values when generating attributes by @EdgeCaseBerg in #51
New Contributors
- @EdgeCaseBerg made their first contribution in #51
Full Changelog: v0.7.2...0.7.3
v0.7.2
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #44
- Readme Update by @Hargne in #45
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #46
- Bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in #50
Full Changelog: 0.7.0...v0.7.2
v0.7.0
v0.6.3
What's Changed
- Prettier as dependency by @GoudronViande24 in #30
- Bump ajv from 6.11.0 to 6.12.6 by @dependabot in #31
- Bump terser from 4.6.10 to 4.8.1 by @dependabot in #33
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #34
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #35
- Bump json5 from 2.1.3 to 2.2.3 by @dependabot in #37
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #40
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #39
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #38
New Contributors
- @GoudronViande24 made their first contribution in #30
Full Changelog: 0.6.2...0.6.3
0.6.2
v0.6.1
- Fixed issue with incorrect main-file in package.json (thanks to @trapcodeio )
v0.6.0
- 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
: MethodwithBoilerplate
no longer accepts input data findElementByType
,findElementByClassName
,findElementById
now always return an array containing the results (empty if no matches).- Improved testing