This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Release 0.15.5
- 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 returnedfalse
. This is now fixed. - Tests have been improved for readability.
- Test runner has been fixed, all unit tests are now running.