0.0.10 — 2019-12-03
- Preliminary compositional
CSSStyleDeclaration
,DOMTStringMap
,DOMTokenList
andDOMNodeList
abstractions. - Preliminary compositional support for
pseudo.createElement(…).style
attribute style properties (no case folding).
- Compositional
style
anddataset
properties inpseudo.Element
to match thereadonly
andassignable
behaviour of theirnative.Element
counterparts. - Compositional
append(…)
andremove(…)
.
- Typo in README example
createElement
missing second argument. - Handling for
pseudo.Element
'sappend
to automatically createText
nodes from non-Element
values. - Handling for
pseudo.Element
'sappend
to automatically createText
nodes from non-Element
values. - Exposing
append(…)
frompseudo.Element
notpseudo.Node
. - Exposing
remove()
frompseudo.Node
which always throws.
0.0.9 — 2019-10-09
- Preliminary compositional support for
pseudo.createElement(…).dataset
auto-prefixeddata-
attributes (no case folding).
0.0.8 — 2019-10-09
- Refactor package following OCAP principles