Releases: skirtles-code/vue-vnode-utils
Releases · skirtles-code/vue-vnode-utils
v0.2.0
- Add
reduceChildren()
iterator - #8
v0.1.4
- Fix the types for
isComment
and isText
- #6
v0.1.3
- Improve tree-shaking for
COMPONENTS_AND_ELEMENTS
, SKIP_COMMENTS
and ALL_VNODES
- #5
v0.1.2
- Improve the warning messages and tree-shaking by introducing an internal version of
replaceChildren()
- #4
v0.1.1
- Fix merging of
ref
props in addProps()
- #3
v0.1.0
- Avoid cloning fragments and arrays of VNodes - #2
v0.0.1
- Change
any
types to unknown
- d1954a4