Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gias Kay Lee committed Oct 16, 2013
2 parents 9adb17f + c64cbfc commit abcb3f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.3.0 / 2013.10.16
* Remove the force overwrite on each cycle which has been causing inadvertent side effects such as breaking object references, changing `$$hashKey`s, or modifying user code behaviors.
* Add dirty-check debouncing. ([#2](https://github.com/gsklee/ngStorage/issues/2))
* Now incorporating Grunt to empower unit testing as well as uglification. ([#14](https://github.com/gsklee/ngStorage/issues/14))
* A few bugfixes, some of which are IE-only. ([#9](https://github.com/gsklee/ngStorage/issues/9), [#10](https://github.com/gsklee/ngStorage/issues/10), [#11](https://github.com/gsklee/ngStorage/issues/11))

---

### 0.2.3 / 2013.08.26
* Fix dependency version definitions in `bower.json`.

Expand Down
2 changes: 1 addition & 1 deletion ngStorage.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": "ngStorage",
"version": "0.2.3",
"version": "0.3.0",
"private": true,
"author": "Gias Kay Lee",
"licenses": [
Expand Down

0 comments on commit abcb3f8

Please sign in to comment.