Releases: jmdobry/angular-cache
Releases · jmdobry/angular-cache
Echo
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
Delta
0.8.2 - 09 July 2013
- Added CONTRIBUTING.md #22
- Cleaned up meta data in bower.json and package.json
Charlie
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
Bravo
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
Alpha
0.6.1 - June 2013
- Got the project building on TravisCI
- Renamed project to
angular-cache
#5
Pre-Alpha
0.5.0 - June 2013
- Added a roadmap to README.md #4
- Clarify usage documentation #3
- Wrote unit tests #2
Pre-Alpha
0.4.0 - May 2013
- Added Grunt build tasks #1