Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 5e0528a

Browse files
author
Miroslav Bajtoš
committed
1.1.0
* Add done callback (Ryan Schumacher) * Add clean datasource feature (Ryan Schumacher)
1 parent afff664 commit 5e0528a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGES.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2015-02-23, Version 1.1.0
2+
=========================
3+
4+
* Add done callback (Ryan Schumacher)
5+
6+
* Add clean datasource feature (Ryan Schumacher)
7+
8+
19
2015-01-13, Version 1.0.5
210
=========================
311

@@ -11,18 +19,16 @@
1119

1220
* README: add basic mocha setup instructions (pulkitsinghal)
1321

14-
* Update version to 1.0.3 (Simon Ho)
15-
1622

17-
2014-10-02, Version 1.0.2
23+
2014-10-02, Version 1.0.3
1824
=========================
1925

26+
* Update version to 1.0.3 (Simon Ho)
2027

2128

22-
2014-10-02, Version 1.0.3
29+
2014-10-02, Version 1.0.2
2330
=========================
2431

25-
* Update version to 1.0.3 (Simon Ho)
2632

2733

2834
2014-10-02, Version 1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-testing",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Utilities for testing LoopBack applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)