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

Commit 938f8a8

Browse files
author
Timothy E. Johansson
committed
Merge pull request #359 from stormpath/release-0.15.5
Release 0.15.5
2 parents ad82144 + ce2191f commit 938f8a8

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# stormpath-sdk-node Change Log
22

3+
### 0.15.5
4+
5+
**Released January 21, 2016**
6+
7+
* Fixed: `collection.every(iterator, callback)`. The callback was being invoked
8+
on every page request to the API (it should only be called once the entire
9+
collection has been paginated). The iteration wouldn't be aborted if the
10+
iterator returned `false`. This is now fixed.
11+
12+
* Tests have been improved for readability.
13+
14+
* Test runner has been fixed, all unit tests are now running.
15+
316
### 0.15.4
417

518
**Released January 13, 2016**

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade Guide
22

3+
### Version 0.15.4 -> Version 0.15.5
4+
5+
No changes needed
6+
37
### Version 0.15.3 -> Version 0.15.4
48

59
No changes needed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormpath",
3-
"version": "0.15.4",
3+
"version": "0.15.5",
44
"main": "lib/stormpath.js",
55
"description": "Official Stormpath SDK for Node.js",
66
"keywords": [

0 commit comments

Comments
 (0)