UNPKG
@soil/dom
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
Declaratively create type-safe HTML and SVG elements.
github.com/inad9300/Soil
inad9300/Soil
@soil/dom
/
CHANGELOG.md
9 lines
(6 loc)
•
229 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
# Changelog
## 1.0.0
### Added
-
`h`
and
`s`
namespaces, containing:
-
Functions to safely create HTML and SVG elements, e.g.
`h.button()`
,
`s.circle()`
.
-
Aliases to represent their types, e.g.
`h.Button`
,
`s.Circle`
.