Skip to content

Commit 2d6c0c7

Browse files
committed
chore: bump to 0.2.10
1 parent 10619da commit 2d6c0c7

File tree

5 files changed

+57
-25
lines changed

5 files changed

+57
-25
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.2.10"></a>
2+
# 0.2.10 (2014-09-08)
3+
4+
5+
## Bug Fixes
6+
7+
- use angular.copy before storing values
8+
([e4707d3e](https://github.com/ocombe/angular-localForage/commit/e4707d3e3d136f399c6408e48f6262a23e872d66),
9+
[#29](https://github.com/ocombe/angular-localForage/issues/29))
10+
- use correct model to allow multiple binding
11+
([42f41d3a](https://github.com/ocombe/angular-localForage/commit/42f41d3a06404f085b2075ff25f2346b43343c39),
12+
[#28](https://github.com/ocombe/angular-localForage/issues/28))
13+
- fixed tests for all browsers
14+
([06258791](https://github.com/ocombe/angular-localForage/commit/06258791b43d8f581f80adcf6e021f3de7153992))
15+
16+
17+
## Documentation
18+
19+
- updated readme with lowercase name of the lib for bower & npm
20+
([809c6636](https://github.com/ocombe/angular-localForage/commit/809c663600c87daba6b7890a22135bd5c2fb91dd))
21+
22+
123
<a name="0.2.9"></a>
224
# 0.2.9 (2014-07-30)
325

bower.json

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
{
22
"name": "angular-localforage",
33
"main": "dist/angular-localForage.js",
4-
"version": "0.2.9",
4+
"version": "0.2.10",
55
"homepage": "https://github.com/ocombe/angular-localForage",
6-
"authors": ["Olivier Combe <olivier.combe@gmail.com>"],
6+
"authors": [
7+
"Olivier Combe <olivier.combe@gmail.com>"
8+
],
79
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
8-
"keywords": ["localstorage", "local-storage", "localForage", "indexDB", "webSQL", "storage", "module", "angular", "angularJS"],
10+
"keywords": [
11+
"localstorage",
12+
"local-storage",
13+
"localForage",
14+
"indexDB",
15+
"webSQL",
16+
"storage",
17+
"module",
18+
"angular",
19+
"angularJS"
20+
],
921
"license": "MIT",
10-
"ignore": ["**/.*", "node_modules", "bower_components", "tests", "karma.conf.js", "gulpfile.js", "package.json", "src", "validate-commit-msg.js", "changelog.js"],
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"tests",
27+
"karma.conf.js",
28+
"gulpfile.js",
29+
"package.json",
30+
"src",
31+
"validate-commit-msg.js",
32+
"changelog.js"
33+
],
1134
"devDependencies": {
12-
"angular-mocks": "1.2.16"
35+
"angular-mocks": "1.2.x - 1.3.x"
1336
},
1437
"dependencies": {
1538
"localforage": "0.9.2",
16-
"angular": "1.2.19"
17-
},
18-
"resolutions": {
19-
"angular": "1.2.19"
39+
"angular": "1.2.x - 1.3.x"
2040
}
21-
}
41+
}

dist/angular-localForage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-localforage - Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)
3-
* @version v0.2.9
3+
* @version v0.2.10
44
* @link https://github.com/ocombe/angular-localForage
55
* @license MIT
66
* @author Olivier Combe <olivier.combe@gmail.com>

dist/angular-localForage.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-localforage",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
55
"license": "MIT",
66
"main": "dist/angular-localForage.js",
@@ -14,17 +14,7 @@
1414
"type": "git",
1515
"url": "git://github.com/ocombe/angular-localForage.git"
1616
},
17-
"keywords": [
18-
"localstorage",
19-
"local-storage",
20-
"localForage",
21-
"indexDB",
22-
"webSQL",
23-
"storage",
24-
"module",
25-
"angular",
26-
"angularJS"
27-
],
17+
"keywords": ["localstorage", "local-storage", "localForage", "indexDB", "webSQL", "storage", "module", "angular", "angularJS"],
2818
"author": "Olivier Combe <olivier.combe@gmail.com>",
2919
"bugs": {
3020
"url": "https://github.com/ocombe/angular-localForage/issues"
@@ -51,4 +41,4 @@
5141
"semver": "~3.0.1",
5242
"streamqueue": "~0.1.1"
5343
}
54-
}
44+
}

0 commit comments

Comments
 (0)