v0.3.4
)
Introducing ๐ฆ waxwing.js, a simple HTML construction library with an elegant syntax. waxwing allows you to easily create entire hierarchies of HTML elements, returning references to selected anchor elements.
For more information see the README.
ยงUPDATE
Updated waxwing.js to v0.3.4
. This update is mostly maintenance work,
but brings other changes and improvements.
ยงCHANGES
- Added README
- Added a simpler syntax for text nodes (
c.text("foo")
->c("foo")
) - Added tests
- Now available on npm