Skip to content

v3.0.0

Compare
Choose a tag to compare
@jgarber623 jgarber623 released this 14 Jun 14:44
· 104 commits to main since this release
v3.0.0
ee126e5

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);