Skip to content

Commit 83fab2d

Browse files
authored
Merge pull request #121 from scotttrinh/master
chore: bump to 1.3.0
2 parents fe8bd37 + a506362 commit 83fab2d

File tree

5 files changed

+36
-5
lines changed

5 files changed

+36
-5
lines changed

CHANGELOG.md

100644100755
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="1.3.0"></a>
2+
# 1.3.0 (2016-07-02)
3+
4+
5+
## Bug Fixes
6+
7+
- If there is no root, use angular from window
8+
([bcb80690](https://github.com/ocombe/angular-localForage/commit/bcb80690cf7185ffa79dce4dfa15c8efbf326270))
9+
10+
11+
## Features
12+
13+
- Optionally reject on null lookup
14+
([efd0e660](https://github.com/ocombe/angular-localForage/commit/efd0e660a850cb27e07f41d2b5b0a46bd0dd0aed),
15+
[#111](https://github.com/ocombe/angular-localForage/issues/111))
16+
- Bump LocalForage to ~1.4
17+
([9bc340b](https://github.com/ocombe/angular-localForage/commit/9bc340bea00999435657ecf9068c57151cf50a45)),
18+
[#108](https://github.com/ocombe/angular-localForage/issues/108),
19+
[#115](https://github.com/ocombe/angular-localForage/issues/115),
20+
21+
22+
## Documentation
23+
24+
- Fix unit test documentation
25+
([f821f464](https://github.com/ocombe/angular-localForage/commit/f821f46458c9fc97b0fc275e737dedaea8245628))
26+
- Update API reference for getItem
27+
([283bc263](https://github.com/ocombe/angular-localForage/commit/283bc263bc6d575043b543ed5300a6bb9189902b))
28+
- Update API reference and tests for iteration to include iterationNumber examples
29+
([fe8bd37](https://github.com/ocombe/angular-localForage/commit/fe8bd37032d16386e8efc63ea5e470e8f1fbaf16))
30+
31+
132
<a name="1.2.5"></a>
233
# 1.2.5 (2015-12-16)
334

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-localforage",
33
"main": "dist/angular-localForage.js",
4-
"version": "1.2.5",
4+
"version": "1.3.0",
55
"homepage": "https://github.com/ocombe/angular-localForage",
66
"authors": [
77
"Olivier Combe <olivier.combe@gmail.com>"

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 v1.2.5
3+
* @version v1.3.0
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-localforage",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
55
"license": "MIT",
66
"main": "dist/angular-localForage.js",

0 commit comments

Comments
 (0)