Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed May 24, 2013
1 parent ecf4486 commit a7fdda4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | |

<a name='download'></a>
## 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 |

<a name='roadmap'></a>
## 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.

Expand Down
2 changes: 1 addition & 1 deletion coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2>
</div>
</div>
<div class='footer'>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu May 23 2013 21:41:10 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu May 23 2013 21:44:32 GMT-0600 (Mountain Daylight Time)</div>
</div>
</body>

Expand Down
2 changes: 1 addition & 1 deletion coverage/src/angular-cache.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ <h2>

</div>
<div class='footer'>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu May 23 2013 21:41:10 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu May 23 2013 21:44:32 GMT-0600 (Mountain Daylight Time)</div>
</div>
</body>

Expand Down
2 changes: 1 addition & 1 deletion coverage/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2>
</div>
</div>
<div class='footer'>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu May 23 2013 21:41:10 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Thu May 23 2013 21:44:32 GMT-0600 (Mountain Daylight Time)</div>
</div>
</body>

Expand Down
2 changes: 1 addition & 1 deletion docs/$AngularCacheFactoryProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:41:12 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:44:34 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/AngularCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:41:12 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:44:34 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/angular-cache-0.6.1.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:41:12 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:44:34 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/angularCacheFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:41:12 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:44:34 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:41:12 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:44:34 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-angular-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:41:12 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Thu May 23 2013 21:44:34 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down

0 comments on commit a7fdda4

Please sign in to comment.