Skip to content

Releases: ArthaTi/Elemi

1.2.0 — Separate XML from HTML functionality, add `attr`

30 Nov 19:45
f1e7516
Compare
Choose a tag to compare

Using exclusively XML? From now on, you can import elemi.xml and elem will then default to elemX behavior.

  • For old behavior, use import elemi or import elemi.html.

Now there's a new, faster and prettier syntax for adding attributes at runtime:

elem!"div"(
    attr("id") = "named",
    attr("class") = ["hello", "world!"],
)
// <div id="named" class="hello world">

1.2.0-alpha

30 Nov 19:12
806f30c
Compare
Choose a tag to compare
1.2.0-alpha Pre-release
Pre-release
v1.2.0-alpha

Correct aliases for `addH`, add and correct tests

1.1.0 — Add XML support

30 Oct 20:36
Compare
Choose a tag to compare
v1.1.0

Add XML to readme

1.0.1

10 Sep 08:48
Compare
Choose a tag to compare

glui is now @safe

1.0.0

15 Mar 16:34
Compare
Choose a tag to compare

yo this is a full release

1.0.0-beta.1

15 Mar 16:39
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
v1.0.0-beta.1

Bugfix

1.0.0-beta

01 Nov 18:46
c9c7278
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
v1.0.0-beta

never edit things from the github website. never.