Releases: ArthaTi/Elemi
Releases · ArthaTi/Elemi
1.2.0 — Separate XML from HTML functionality, add `attr`
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
orimport 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
v1.2.0-alpha Correct aliases for `addH`, add and correct tests
1.1.0 — Add XML support
v1.1.0 Add XML to readme
1.0.1
1.0.0
1.0.0-beta.1
v1.0.0-beta.1 Bugfix
1.0.0-beta
v1.0.0-beta never edit things from the github website. never.