Releases: nirokay/WebsiteGenerator
Releases · nirokay/WebsiteGenerator
websitegenerator v1.0.9
Changes
- simplified
input
html element
websitegenerator v1.0.8
Fixes
- Fixed
addLinkColour
not havingvar
invar CssStyleSeet
as first argument
websitegenerator v1.0.7
Features
- added support to add attributes to
<html>...</html>
and<body>...</body>
tags - added procs to easily change the hyperlink colours with CSS
websitegenerator v1.0.6
Features
- added
&=>
sugar proc: Appends content toHtmlElement
s content
Changes
- multiple
HtmlElementAttribute
s with the same name will now have their values combined instead of one overriding the other one
Deprecation
- deprecated
attrStyle
procs, useaddStyle
instead
websitegenerator v1.0.5
Features
- added QoL list elements
unorderedList(...)
andorderedList(...)
- added OG (Open Graph protocol) procs to
common/html
- added QoL element style adder proc
HtmlElement.attrStyle(...)
websitegenerator v1.0.4
Features
- added comment support for css
- renamed
comment
tohtmlComment
, because nowcssComment
also exists
Fixes
- fixed HTML comment not generating trailing space after the text, breaking some comments
websitegenerator v1.0.3
Features
- added support for target directory, lets you write all files to a specified directory instead of hardcoding every document path
websitegenerator v1.0.2
Fixes
- issue with stringifying
varargs[HtmlElement]
- unified syntax for
common/html
- removed duplicate proc bodies for seq/varargs procs in
common/html
->varargs[HtmlElement]
gets converted toseq[HtmlElement]
now
websitegenerator v1.0.1
bugfix - recursive setClass()
call on CssElement
websitegenerator v1.0.0
I am finally confident enough to announce the 1.0.0 release of WebsiteGenerator!
Changes
- (hopefully) a full set of all HTML elements (excluding deprecated ones)