Skip to content

Commit

Permalink
chore: bump to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 8, 2014
1 parent 10619da commit 2d6c0c7
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 25 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="0.2.10"></a>
# 0.2.10 (2014-09-08)


## Bug Fixes

- use angular.copy before storing values
([e4707d3e](https://github.com/ocombe/angular-localForage/commit/e4707d3e3d136f399c6408e48f6262a23e872d66),
[#29](https://github.com/ocombe/angular-localForage/issues/29))
- use correct model to allow multiple binding
([42f41d3a](https://github.com/ocombe/angular-localForage/commit/42f41d3a06404f085b2075ff25f2346b43343c39),
[#28](https://github.com/ocombe/angular-localForage/issues/28))
- fixed tests for all browsers
([06258791](https://github.com/ocombe/angular-localForage/commit/06258791b43d8f581f80adcf6e021f3de7153992))


## Documentation

- updated readme with lowercase name of the lib for bower & npm
([809c6636](https://github.com/ocombe/angular-localForage/commit/809c663600c87daba6b7890a22135bd5c2fb91dd))


<a name="0.2.9"></a>
# 0.2.9 (2014-07-30)

Expand Down
40 changes: 30 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,41 @@
{
"name": "angular-localforage",
"main": "dist/angular-localForage.js",
"version": "0.2.9",
"version": "0.2.10",
"homepage": "https://github.com/ocombe/angular-localForage",
"authors": ["Olivier Combe <[email protected]>"],
"authors": [
"Olivier Combe <[email protected]>"
],
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
"keywords": ["localstorage", "local-storage", "localForage", "indexDB", "webSQL", "storage", "module", "angular", "angularJS"],
"keywords": [
"localstorage",
"local-storage",
"localForage",
"indexDB",
"webSQL",
"storage",
"module",
"angular",
"angularJS"
],
"license": "MIT",
"ignore": ["**/.*", "node_modules", "bower_components", "tests", "karma.conf.js", "gulpfile.js", "package.json", "src", "validate-commit-msg.js", "changelog.js"],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"karma.conf.js",
"gulpfile.js",
"package.json",
"src",
"validate-commit-msg.js",
"changelog.js"
],
"devDependencies": {
"angular-mocks": "1.2.16"
"angular-mocks": "1.2.x - 1.3.x"
},
"dependencies": {
"localforage": "0.9.2",
"angular": "1.2.19"
},
"resolutions": {
"angular": "1.2.19"
"angular": "1.2.x - 1.3.x"
}
}
}
2 changes: 1 addition & 1 deletion dist/angular-localForage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-localforage - Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)
* @version v0.2.9
* @version v0.2.10
* @link https://github.com/ocombe/angular-localForage
* @license MIT
* @author Olivier Combe <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-localForage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-localforage",
"version": "0.2.9",
"version": "0.2.10",
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
"license": "MIT",
"main": "dist/angular-localForage.js",
Expand All @@ -14,17 +14,7 @@
"type": "git",
"url": "git://github.com/ocombe/angular-localForage.git"
},
"keywords": [
"localstorage",
"local-storage",
"localForage",
"indexDB",
"webSQL",
"storage",
"module",
"angular",
"angularJS"
],
"keywords": ["localstorage", "local-storage", "localForage", "indexDB", "webSQL", "storage", "module", "angular", "angularJS"],
"author": "Olivier Combe <[email protected]>",
"bugs": {
"url": "https://github.com/ocombe/angular-localForage/issues"
Expand All @@ -51,4 +41,4 @@
"semver": "~3.0.1",
"streamqueue": "~0.1.1"
}
}
}

0 comments on commit 2d6c0c7

Please sign in to comment.