-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
3,032 additions
and
2,797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
node_modules/ | ||
npm-debug.log | ||
|
||
.DS_Store | ||
|
||
libpeerconnection.log | ||
|
||
# IntelliJ IDEA | ||
.idea/ | ||
*.iml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
##### 0.9.0 - 03 August 2013 | ||
- Added a changelog #13 | ||
- Added documentation for installing with bower | ||
- Added ability to set option `aggressiveDelete` when creating cache and when adding items | ||
- Cleaned up README.md | ||
- Switched the demo to use Bootstrap 3 | ||
|
||
##### 0.8.2 - 09 July 2013 | ||
- Added CONTRIBUTING.md #22 | ||
- Cleaned up meta data in bower.json and package.json | ||
|
||
##### 0.8.1 - 09 July 2013 | ||
- Added .jshintrc | ||
- Cleaned up the docs a bit | ||
- `bower.json` now uses `src/angular-cache.js` instead of the versioned output files #21 | ||
- From now on the tags for the project will be named using [semver](http://semver.org/) | ||
|
||
##### 0.8.0 - 08 July 2013 | ||
- Added `AngularCache.setOptions()`, the ability to dynamically change the configuration of a cache #20 | ||
- Added `AngularCache.keys()`, which returns an array of the keys in a cache #19 | ||
- Added `AngularCache.keySet()`, which returns a hash of the keys in a cache #19 | ||
|
||
##### 0.7.2 - June 2013 | ||
- Added `angular-cache` to bower registry #7 | ||
- Created a working demo #9 #17 | ||
- Fixed the size not being reset to 0 when the cache clears itself #14 #16 | ||
- Added `$angularCacheFactory.keys()`, which returns an array of the keys (the names of the caches) in $angularCacheFactory #18 | ||
- Added `$angularCacheFactory.keySet()`, which returns a hash of the keys (the names of the caches) in $angularCacheFactory #18 | ||
|
||
##### 0.6.1 - June 2013 | ||
- Got the project building on TravisCI | ||
- Renamed the project to `angular-cache` #5 | ||
|
||
##### 0.5.0 - June 2013 | ||
- Added a roadmap to README.md #4 | ||
- Clarify usage documentation #3 | ||
- Wrote unit tests #2 | ||
|
||
##### 0.4.0 - May 2013 | ||
- Added Grunt build tasks #1 |
Oops, something went wrong.