Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

2.0.0

Choose a tag to compare

@callumacrae callumacrae released this 24 Nov 16:51
· 652 commits to master since this release

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.