Skip to content

Commit 1f37f61

Browse files
committed
Stable Version 1.1.0.
Fixes #7.
1 parent 06cea88 commit 1f37f61

File tree

9 files changed

+241
-93
lines changed

9 files changed

+241
-93
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### 1.1.0 - 25 March 2015
2+
3+
Upgrade dependencies. js-data is now a peer dependency.
4+
5+
Fixed #7
6+
17
##### 1.0.1 - 10 March 2015
28

39
Convert to ES6.

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Contributing Guide
22

3-
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-localstorage/issues).
3+
First, support is handled via the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
4+
5+
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
6+
7+
- good - Your versions of Angular, JSData, etc, relevant console logs/error, code examples that revealed the issue
8+
- better - A [plnkr](http://plnkr.co/), [fiddle](http://jsfiddle.net/), or [bin](http://jsbin.com/?html,output) that demonstrates the issue
9+
- best - A Pull Request that fixes the issue, including test coverage for the issue and the fix
10+
11+
[Github Issues](https://github.com/js-data/js-data/issues).
12+
13+
#### Pull Requests
414

515
1. Contribute to the issue that is the reason you'll be developing in the first place
616
1. Fork js-data-localstorage

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ store.registerAdapter('localstorage', adapter, { default: true });
4747

4848
### Contributing
4949

50-
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-localstorage/issues).
50+
First, support is handled via the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
51+
52+
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
53+
54+
- good - Your versions of js-data, js-data-localstorage, etc., relevant console logs/error, code examples that revealed the issue
55+
- better - A [plnkr](http://plnkr.co/), [fiddle](http://jsfiddle.net/), or [bin](http://jsbin.com/?html,output) that demonstrates the issue
56+
- best - A Pull Request that fixes the issue, including test coverage for the issue and the fix
57+
58+
[Github Issues](https://github.com/js-data/js-data-localstorage/issues).
5159

5260
1. Contribute to the issue that is the reason you'll be developing in the first place
5361
1. Fork js-data-localstorage

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"karma.start.js"
3030
],
3131
"dependencies": {
32-
"js-data": ">=1.1.0"
32+
"js-data": ">=1.5.7"
3333
}
3434
}

0 commit comments

Comments
 (0)