Skip to content

Commit 56caa92

Browse files
committed
0.3.0
1 parent 11bbf7d commit 56caa92

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 0.3.0 - 17 April 2016
2+
3+
Updated for js-data v3 beta
4+
15
##### 0.2.4 - 17 March 2016
26

37
Re-worked use of js-data utils

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-adapter",
33
"description": "Base adapter class that all other js-data adapters extend.",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/js-data/js-data-adapter",
66
"repository": {
77
"type": "git",
@@ -28,25 +28,26 @@
2828
"test": "npm run build && npm run cover",
2929
"repo-tools": "repo-tools updates && repo-tools changelog && repo-tools authors",
3030
"release": "npm test && npm run repo-tools",
31-
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
31+
"ci": "npm run test && cat coverage/lcov.info | codecov"
3232
},
3333
"peerDependencies": {
34-
"js-data": "^3.0.0-alpha.19"
34+
"js-data": "^3.0.0-beta.1"
3535
},
3636
"devDependencies": {
37-
"babel-core": "6.7.2",
38-
"babel-polyfill": "6.7.2",
37+
"babel-core": "6.7.6",
38+
"babel-polyfill": "6.7.4",
3939
"babel-preset-es2015-rollup": "1.1.1",
4040
"chai": "3.5.0",
41-
"coveralls": "2.11.8",
42-
"istanbul": "0.4.2",
41+
"codecov": "1.0.1",
42+
"istanbul": "0.4.3",
4343
"js-data-adapter-tests": "2.0.0-alpha.16",
44-
"js-data-repo-tools": "0.2.0",
44+
"js-data-repo-tools": "0.3.0",
4545
"mocha": "2.4.5",
46-
"rollup": "0.25.4",
46+
"rollup": "0.25.8",
4747
"rollup-plugin-babel": "2.4.0",
4848
"sinon": "1.17.3",
4949
"source-map-support": "0.4.0",
5050
"watch": "0.17.1"
51-
}
51+
},
52+
"dependencies": {}
5253
}

0 commit comments

Comments
 (0)