Skip to content

Commit 1cf187e

Browse files
committed
Stable Version 1.0.0-beta.1.
1 parent d1f1b62 commit 1cf187e

7 files changed

+23
-20
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0-beta.1 - 10 January 2014
2+
3+
Now in beta
4+
15
##### 1.0.0-alpha.6 - 05 December 2014
26

37
###### Backwards compatible bug fixes

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Jason Dobry
3+
Copyright (c) 2014-2015 Jason Dobry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://raw.githubusercontent.com/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="64" height="64" />
22

3-
## js-data-http
3+
## js-data-http [![Bower version](https://badge.fury.io/bo/js-data-http.png)](http://badge.fury.io/bo/js-data-http) [![NPM version](https://badge.fury.io/js/js-data-http.png)](http://badge.fury.io/js/js-data-http)
44

55
http adapter for [js-data](http://www.js-data.io/).
66

@@ -58,7 +58,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
5858

5959
The MIT License (MIT)
6060

61-
Copyright (c) 2014 Jason Dobry
61+
Copyright (c) 2014-2015 Jason Dobry
6262

6363
Permission is hereby granted, free of charge, to any person obtaining a copy
6464
of this software and associated documentation files (the "Software"), to deal

bower.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "js-data-http",
33
"description": "http adapter for js-data.",
4-
"version": "1.0.0-alpha.6",
54
"homepage": "http://www.js-data.io/docs/dshttpadapter",
65
"repository": {
76
"type": "git",
@@ -12,7 +11,7 @@
1211
"url": "http://www.pseudobry.com",
1312
"email": "[email protected]"
1413
},
15-
"main": "./dist/js-data-http.min.js",
14+
"main": "./dist/js-data-http.js",
1615
"ignore": [
1716
".idea/",
1817
".*",

dist/js-data-http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
33
* @file js-data-http.js
4-
* @version 1.0.0-alpha.6 - Homepage <http://www.js-data.io/docs/dshttpadapter>
4+
* @version 1.0.0-beta.1 - Homepage <http://www.js-data.io/docs/dshttpadapter>
55
* @copyright (c) 2014 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>
77
*

dist/js-data-http.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http",
33
"description": "http adapter for js-data.",
4-
"version": "1.0.0-alpha.6",
4+
"version": "1.0.0-beta.1",
55
"homepage": "http://www.js-data.io/docs/dshttpadapter",
66
"repository": {
77
"type": "git",
@@ -20,23 +20,23 @@
2020
"main": "./src/index.js",
2121
"devDependencies": {
2222
"grunt": "0.4.5",
23-
"grunt-browserify": "3.2.0",
23+
"grunt-browserify": "3.2.1",
2424
"grunt-contrib-clean": "0.6.0",
2525
"grunt-contrib-jshint": "0.10.0",
26-
"grunt-contrib-uglify": "0.6.0",
26+
"grunt-contrib-uglify": "0.7.0",
2727
"grunt-contrib-watch": "0.6.1",
28-
"grunt-karma": "0.9.0",
29-
"grunt-karma-coveralls": "2.5.2",
30-
"karma": "0.12.25",
28+
"grunt-karma": "0.10.1",
29+
"grunt-karma-coveralls": "2.5.3",
30+
"karma": "0.12.31",
3131
"karma-chai": "0.1.0",
32-
"karma-chrome-launcher": "0.1.5",
33-
"karma-coverage": "0.2.6",
32+
"karma-chrome-launcher": "0.1.7",
33+
"karma-coverage": "0.2.7",
3434
"karma-script-launcher": "0.1.0",
35-
"karma-firefox-launcher": "0.1.3",
35+
"karma-firefox-launcher": "0.1.4",
3636
"karma-phantomjs-launcher": "0.1.4",
37-
"karma-mocha": "0.1.9",
38-
"karma-sinon": "1.0.3",
39-
"karma-spec-reporter": "0.0.13",
37+
"karma-mocha": "0.1.10",
38+
"karma-sinon": "1.0.4",
39+
"karma-spec-reporter": "0.0.16",
4040
"time-grunt": "1.0.0",
4141
"jit-grunt": "0.9.0"
4242
},
@@ -46,6 +46,6 @@
4646
"dependencies": {
4747
"axios": "0.4.x",
4848
"mout": "0.11.0",
49-
"js-data": "^1.0.0-alpha.5-8"
49+
"js-data": "^1.0.0-beta.1"
5050
}
5151
}

0 commit comments

Comments
 (0)