Skip to content

Releases: nirokay/WebsiteGenerator

websitegenerator v1.0.9

10 Sep 07:31
Compare
Choose a tag to compare

Changes

  • simplified input html element

websitegenerator v1.0.8

03 Sep 07:02
Compare
Choose a tag to compare

Fixes

  • Fixed addLinkColour not having var in var CssStyleSeet as first argument

websitegenerator v1.0.7

02 Sep 09:09
Compare
Choose a tag to compare

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

26 Aug 08:50
Compare
Choose a tag to compare

Features

  • added &=> sugar proc: Appends content to HtmlElements content

Changes

  • multiple HtmlElementAttributes with the same name will now have their values combined instead of one overriding the other one

Deprecation

  • deprecated attrStyle procs, use addStyle instead

websitegenerator v1.0.5

09 Aug 08:51
Compare
Choose a tag to compare

Features

  • added QoL list elements unorderedList(...) and orderedList(...)
  • added OG (Open Graph protocol) procs to common/html
  • added QoL element style adder proc HtmlElement.attrStyle(...)

websitegenerator v1.0.4

11 Jun 07:50
Compare
Choose a tag to compare

Features

  • added comment support for css
  • renamed comment to htmlComment, because now cssComment also exists

Fixes

  • fixed HTML comment not generating trailing space after the text, breaking some comments

websitegenerator v1.0.3

17 May 08:37
Compare
Choose a tag to compare

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

23 Apr 15:41
Compare
Choose a tag to compare

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 to seq[HtmlElement] now

websitegenerator v1.0.1

22 Apr 09:55
Compare
Choose a tag to compare

bugfix - recursive setClass() call on CssElement

websitegenerator v1.0.0

22 Apr 09:12
Compare
Choose a tag to compare

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)