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

Releases: Lostmyname/monkey

v5.3.0

26 Aug 13:28
Compare
Choose a tag to compare
  • Changing backend API from Viking to Chameleon
  • Changing request parameters from :widget to :book

v3.0.0

19 Jan 12:23
Compare
Choose a tag to compare

Restructured project: you'll need to change your SASS inclusion path from lmn-monkey/sass/styles to lmn-monkey/src/scss/styles.

don't use this version

19 Jan 12:24
Compare
Choose a tag to compare

I accidentally broke BC. This is the same as 3.0.0, but with a different number.

2.0.0

24 Nov 16:51
Compare
Choose a tag to compare

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.