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

Commit 6e4129a

Browse files
author
Robert
committed
Release 0.15.5
See CHANGELOG.md
1 parent ad82144 commit 6e4129a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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).
10+
11+
* Tests have been improved for readability.
12+
13+
* Test runner has been fixed, all unit tests are now running.
14+
315
### 0.15.4
416

517
**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)