Skip to content

Commit

Permalink
Merge pull request #121 from scotttrinh/master
Browse files Browse the repository at this point in the history
chore: bump to 1.3.0
  • Loading branch information
scotttrinh authored Jul 2, 2016
2 parents fe8bd37 + a506362 commit 83fab2d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
<a name="1.3.0"></a>
# 1.3.0 (2016-07-02)


## Bug Fixes

- If there is no root, use angular from window
([bcb80690](https://github.com/ocombe/angular-localForage/commit/bcb80690cf7185ffa79dce4dfa15c8efbf326270))


## Features

- Optionally reject on null lookup
([efd0e660](https://github.com/ocombe/angular-localForage/commit/efd0e660a850cb27e07f41d2b5b0a46bd0dd0aed),
[#111](https://github.com/ocombe/angular-localForage/issues/111))
- Bump LocalForage to ~1.4
([9bc340b](https://github.com/ocombe/angular-localForage/commit/9bc340bea00999435657ecf9068c57151cf50a45)),
[#108](https://github.com/ocombe/angular-localForage/issues/108),
[#115](https://github.com/ocombe/angular-localForage/issues/115),


## Documentation

- Fix unit test documentation
([f821f464](https://github.com/ocombe/angular-localForage/commit/f821f46458c9fc97b0fc275e737dedaea8245628))
- Update API reference for getItem
([283bc263](https://github.com/ocombe/angular-localForage/commit/283bc263bc6d575043b543ed5300a6bb9189902b))
- Update API reference and tests for iteration to include iterationNumber examples
([fe8bd37](https://github.com/ocombe/angular-localForage/commit/fe8bd37032d16386e8efc63ea5e470e8f1fbaf16))


<a name="1.2.5"></a>
# 1.2.5 (2015-12-16)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-localforage",
"main": "dist/angular-localForage.js",
"version": "1.2.5",
"version": "1.3.0",
"homepage": "https://github.com/ocombe/angular-localForage",
"authors": [
"Olivier Combe <[email protected]>"
Expand Down
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 v1.2.5
* @version v1.3.0
* @link https://github.com/ocombe/angular-localForage
* @license MIT
* @author Olivier Combe <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-localForage.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-localforage",
"version": "1.2.5",
"version": "1.3.0",
"description": "Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)",
"license": "MIT",
"main": "dist/angular-localForage.js",
Expand Down

0 comments on commit 83fab2d

Please sign in to comment.