Skip to content

Commit 7807b99

Browse files
committed
Fixes #3.
Stable Version 1.0.0-alpha.1.
1 parent ec8bbeb commit 7807b99

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 1.0.0-alpha.1 - 31 October 2014
2+
3+
###### Backwards compatible bug fixes
4+
- #3 - _this.defaults.log() throws Illegal invocation
5+
16
##### 0.4.2 - 22 October 2014
27

38
###### Backwards compatible bug fixes

bower.json

+1-1
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": "0.4.3",
4+
"version": "1.0.0-alpha.1",
55
"homepage": "http://www.js-data.io/js-data-http",
66
"repository": {
77
"type": "git",

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 0.4.3 - Homepage <http://www.js-data.iojs-data-http/>
4+
* @version 1.0.0-alpha.1 - Homepage <http://www.js-data.iojs-data-http/>
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

+1-1
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": "0.4.3",
4+
"version": "1.0.0-alpha.1",
55
"homepage": "http://www.js-data.io/js-data-http",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)