diff --git a/README.md b/README.md index f39bfc8..fb963a6 100644 --- a/README.md +++ b/README.md @@ -26,33 +26,33 @@ Set the cache to periodically clear itself. ## Status | Version | Branch | Build status | Test Coverage | | ------- | ------- | ----------------------------------------------------------------------------------------------------------------------- | -------- | -| 0.6.0 | [master](https://github.com/jmdobry/angular-cache) | [![Build Status](https://travis-ci.org/jmdobry/angular-cache.png?branch=master)](https://travis-ci.org/jmdobry/angular-cache) | [Test Coverage](http://jmdobry.github.io/angular-cache/coverage/) | -| 0.7.0 | [develop](https://github.com/jmdobry/angular-cache/tree/develop) | [![Build Status](https://travis-ci.org/jmdobry/angular-cache.png?branch=develop)](https://travis-ci.org/jmdobry/angular-cache) | | +| 0.6.1 | [master](https://github.com/jmdobry/angular-cache) | [![Build Status](https://travis-ci.org/jmdobry/angular-cache.png?branch=master)](https://travis-ci.org/jmdobry/angular-cache) | [Test Coverage](http://jmdobry.github.io/angular-cache/coverage/) | +| 0.7.1 | [develop](https://github.com/jmdobry/angular-cache/tree/develop) | [![Build Status](https://travis-ci.org/jmdobry/angular-cache.png?branch=develop)](https://travis-ci.org/jmdobry/angular-cache) | | ## Download | Type | File | Size | | ------------- | ----------------------------------------------------------------------------------------------------------------------- | ------- | -| Production | [angular-cache-0.6.0.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.6.0.min.js) | 2.21 KB | -| Development | [angular-cache-0.6.0.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.6.0.js) | 17.1 KB | +| Production | [angular-cache-0.6.0.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.6.1.min.js) | 2.21 KB | +| Development | [angular-cache-0.6.0.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.6.1.js) | 17.1 KB | ## Roadmap -##### 0.6.0 Alpha ([master](https://github.com/jmdobry/angular-cache)) +##### 0.6.x Alpha ([master](https://github.com/jmdobry/angular-cache)) - Unit tests for `Cache` class. - Submit project to Angular.js user groups for feedback. -##### 0.7.0 Compatibility and Performance ([develop](https://github.com/jmdobry/angular-cache/tree/develop)) +##### 0.7.x Compatibility and Performance ([develop](https://github.com/jmdobry/angular-cache/tree/develop)) - Ensure angular-cache's compatibility matches that of Angular.js's browser support. - Ensure angular-cache supports a reasonable number of older versions of Angular.js. - Ensure angular-cache does not result in memory leaks. - Find a good default balance between memory use and cpu use (timeouts and intervals) and allow the user to configure it. -##### 0.8.0 Beta +##### 0.8.x Beta - Bug fixes - Submit project to Angular.js user groups for feedback again. -##### 0.9.0 Release Candidate +##### 0.9.x Release Candidate - Bug fixes - Documentation tidy up. diff --git a/coverage/index.html b/coverage/index.html index ac75cc9..d5b74fa 100644 --- a/coverage/index.html +++ b/coverage/index.html @@ -230,7 +230,7 @@

diff --git a/coverage/src/angular-cache.js.html b/coverage/src/angular-cache.js.html index 7ea76e8..a3054e6 100644 --- a/coverage/src/angular-cache.js.html +++ b/coverage/src/angular-cache.js.html @@ -1534,7 +1534,7 @@

diff --git a/coverage/src/index.html b/coverage/src/index.html index f4f8d1d..b48ccf5 100644 --- a/coverage/src/index.html +++ b/coverage/src/index.html @@ -230,7 +230,7 @@

diff --git a/docs/$AngularCacheFactoryProvider.html b/docs/$AngularCacheFactoryProvider.html index 6bfdd71..051f078 100644 --- a/docs/$AngularCacheFactoryProvider.html +++ b/docs/$AngularCacheFactoryProvider.html @@ -144,7 +144,7 @@

Index

Modules