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

Release 0.15.5

Compare
Choose a tag to compare
@timothyej timothyej released this 22 Jan 17:51
· 354 commits to master since this release
  • Fixed: collection.every(iterator, callback). The callback was being invoked
    on every page request to the API (it should only be called once the entire
    collection has been paginated). The iteration wouldn't be aborted if the
    iterator returned false. This is now fixed.
  • Tests have been improved for readability.
  • Test runner has been fixed, all unit tests are now running.