v3.0.0
This release fixes issues with the v2.0.0 release (the one that never happened here on GitHub 🙃 ), rebuilds the source files, and generally cleans up the process of building CashCash.
toArray()
disappeared along the way, but is replaced with the much more useful—and consistent with native JavaScript—forEach
method:
CashCash('p').forEach(paragraph => console.log(paragraph);