Skip to content

Commit

Permalink
Fixes #80. Stable Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Dec 16, 2013
1 parent f06c5ea commit 0b17738
Show file tree
Hide file tree
Showing 7 changed files with 2,287 additions and 2,193 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
##### 2.2.0 - 15 December 2013

###### Backwards compatible API changes
- `removeExpired()` now returns an object (or array) of the removed items.

###### Backwards compatible bug fixes
- `removeExpired()` now removes _all_ expired items.

##### 2.1.1 - 20 November 2013

###### Backwards compatible bug fixes
Expand Down Expand Up @@ -106,4 +114,4 @@
- Wrote unit tests #2

##### 0.4.0 - May 2013
- Added Grunt build tasks #1
- Added Grunt build tasks #1
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-cache",
"description": "angular-cache is a very useful replacement for Angular's $cacheFactory.",
"version": "2.1.1",
"version": "2.2.0",
"homepage": "http://jmdobry.github.io/angular-cache/",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0b17738

Please sign in to comment.