Skip to content

websitegenerator v1.1.0

Compare
Choose a tag to compare
@nirokay nirokay released this 26 Sep 08:56
· 24 commits to master since this release

New

  • added a lot of CSS property setters and constructors!

Breaking changes

  • new CSS property setters and constructors all use varargs[string] as the input, this breaks old setters like setFont, which accepted string|CssFontStyle
    Workaround:
    Use the $ stringify proc to convert enums like CssFontStyle to a string.