This repository was archived by the owner on Dec 4, 2018. It is now read-only.
2.0.0
Major change:
Instead of initiating monkey using monkey.init(), you should now using new Monkey() with the same arguments, which returns a monkey object.
The reason for this change was that it allows you to put more than one monkey per page—useful when testing, and possibly on the cart page one day.