Skip to content

Commit

Permalink
Bumped to version 0.8.1
Browse files Browse the repository at this point in the history
Modified bower.json to use src/angular-cache.js
  • Loading branch information
jmdobry committed Jul 9, 2013
1 parent 51bdd83 commit 22af4ce
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 45 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-cache (0.8.0 - Beta)
angular-cache (0.8.1 - Beta)
===============
angular-cache is a caching system that improves upon the capabilities of the $cacheFactory provided by AngularJS. With angular-cache your caches can periodically clear themselves and flush items that have expired.

Expand Down Expand Up @@ -56,9 +56,9 @@ e.g. `$angularCacheFactory.get('someCache').setOptions({ capacity: 4500 })`
## Status
| Version | Branch | Build status | Test Coverage |
| ------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| 0.8.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.8.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.8.0 | [all](https://drone.io/github.com/jmdobry/angular-cache) | [![Build Status](https://drone.io/github.com/jmdobry/angular-cache/status.png)](https://drone.io/github.com/jmdobry/angular-cache/latest)
| 0.8.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.8.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) | |
| 0.8.1 | [all](https://drone.io/github.com/jmdobry/angular-cache) | [![Build Status](https://drone.io/github.com/jmdobry/angular-cache/status.png)](https://drone.io/github.com/jmdobry/angular-cache/latest)

<a name='download'></a>
## Download
Expand All @@ -69,8 +69,8 @@ or
#### Latest Stable Version
| Type | From drone.io | From raw.github.com | Size |
| ------------- | ----------------- | ------------------- | ---- |
| Production | [angular-cache-0.8.0.min.js](https://drone.io/github.com/jmdobry/angular-cache/files/dist/angular-cache-0.8.0.min.js) | [angular-cache-0.8.0.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.8.0.min.js) | 3.3 KB |
| Development | [angular-cache-0.8.0.js](https://drone.io/github.com/jmdobry/angular-cache/files/dist/angular-cache-0.8.0.js) | [angular-cache-0.8.0.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.8.0.js) | 28.7 KB |
| Production | [angular-cache-0.8.1.min.js](https://drone.io/github.com/jmdobry/angular-cache/files/dist/angular-cache-0.8.1.min.js) | [angular-cache-0.8.1.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.8.1.min.js) | 3.3 KB |
| Development | [angular-cache-0.8.1.js](https://drone.io/github.com/jmdobry/angular-cache/files/dist/angular-cache-0.8.1.js) | [angular-cache-0.8.1.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-0.8.1.js) | 28.7 KB |

<a name='usage'></a>
## Usage
Expand Down
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "angular-cache",
"version": "0.8.0",
"version": "0.8.1",
"main": [
"dist/angular-cache-0.8.0.min.js",
"dist/angular-cache-0.8.0.js"
"src/angular-cache.js"
],
"ignore": [
".idea/",
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 Mon Jul 08 2013 22:06:12 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Tue Jul 09 2013 10:25:12 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 @@ -2317,7 +2317,7 @@ <h2>

</div>
<div class='footer'>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Mon Jul 08 2013 22:06:12 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Tue Jul 09 2013 10:25:12 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 Mon Jul 08 2013 22:06:12 GMT-0600 (Mountain Daylight Time)</div>
<div class='meta'>Generated by <a href='http://istanbul-js.org' target='_blank'>istanbul</a> at Tue Jul 09 2013 10:25:12 GMT-0600 (Mountain Daylight Time)</div>
</div>
</body>

Expand Down
4 changes: 2 additions & 2 deletions dist/angular-cache-0.8.0.js → dist/angular-cache-0.8.1.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author Jason Dobry <[email protected]>
* @file angular-cache-0.8.0.js
* @version 0.8.0
* @file angular-cache-0.8.1.js
* @version 0.8.1
* @copyright (c) 2013 Jason Dobry <http://jmdobry.github.io/angular-cache>
* @license MIT <https://github.com/jmdobry/angular-cache/blob/master/LICENSE>
*
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/$AngularCacheFactoryProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h4 class="name" id="$AngularCacheFactoryProvider"><span class="type-signature">

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 26
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 26
</li></ul></dd>


Expand Down 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 Mon Jul 08 2013 22:06:14 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Jul 09 2013 10:25:16 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
22 changes: 11 additions & 11 deletions docs/AngularCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 73
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 73
</li></ul></dd>


Expand Down Expand Up @@ -286,7 +286,7 @@ <h4 class="name" id="destroy"><span class="type-signature">&lt;static> </span>de

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 497
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 497
</li></ul></dd>


Expand Down Expand Up @@ -408,7 +408,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 417
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 417
</li></ul></dd>


Expand Down Expand Up @@ -503,7 +503,7 @@ <h4 class="name" id="info"><span class="type-signature">&lt;static> </span>info<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 517
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 517
</li></ul></dd>


Expand Down Expand Up @@ -595,7 +595,7 @@ <h4 class="name" id="keys"><span class="type-signature">&lt;static> </span>keys<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 555
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 555
</li></ul></dd>


Expand Down Expand Up @@ -698,7 +698,7 @@ <h4 class="name" id="keySet"><span class="type-signature">&lt;static> </span>key

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 530
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 530
</li></ul></dd>


Expand Down Expand Up @@ -924,7 +924,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 350
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 350
</li></ul></dd>


Expand Down Expand Up @@ -1078,7 +1078,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 442
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 442
</li></ul></dd>


Expand Down Expand Up @@ -1152,7 +1152,7 @@ <h4 class="name" id="removeAll"><span class="type-signature">&lt;static> </span>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 475
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 475
</li></ul></dd>


Expand Down Expand Up @@ -1299,7 +1299,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 579
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 579
</li></ul></dd>


Expand Down Expand Up @@ -1342,7 +1342,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 Mon Jul 08 2013 22:06:14 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Jul 09 2013 10:25:16 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: angular-cache-0.8.0.js</title>
<title>JSDoc: Source: angular-cache-0.8.1.js</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
Expand All @@ -17,7 +17,7 @@

<div id="main">

<h1 class="page-title">Source: angular-cache-0.8.0.js</h1>
<h1 class="page-title">Source: angular-cache-0.8.1.js</h1>



Expand All @@ -27,8 +27,8 @@ <h1 class="page-title">Source: angular-cache-0.8.0.js</h1>
<article>
<pre class="prettyprint source"><code>/**
* @author Jason Dobry &lt;[email protected]>
* @file angular-cache-0.8.0.js
* @version 0.8.0
* @file angular-cache-0.8.1.js
* @version 0.8.1
* @copyright (c) 2013 Jason Dobry &lt;http://jmdobry.github.io/angular-cache>
* @license MIT &lt;https://github.com/jmdobry/angular-cache/blob/master/LICENSE>
*
Expand Down Expand Up @@ -746,7 +746,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 Mon Jul 08 2013 22:06:14 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Jul 09 2013 10:25:16 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
12 changes: 6 additions & 6 deletions docs/angularCacheFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 589
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 589
</li></ul></dd>


Expand Down Expand Up @@ -316,7 +316,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 631
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 631
</li></ul></dd>


Expand Down Expand Up @@ -413,7 +413,7 @@ <h4 class="name" id="info"><span class="type-signature">&lt;static> </span>info<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 606
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 606
</li></ul></dd>


Expand Down Expand Up @@ -511,7 +511,7 @@ <h4 class="name" id="keys"><span class="type-signature">&lt;static> </span>keys<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 675
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 675
</li></ul></dd>


Expand Down Expand Up @@ -612,7 +612,7 @@ <h4 class="name" id="keySet"><span class="type-signature">&lt;static> </span>key

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 650
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 650
</li></ul></dd>


Expand Down Expand Up @@ -692,7 +692,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 Mon Jul 08 2013 22:06:14 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Jul 09 2013 10:25:16 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3> </h3>

<header>
<h2>
dist/angular-cache-0.8.0.js
dist/angular-cache-0.8.1.js
</h2>

</header>
Expand All @@ -71,7 +71,7 @@ <h2>


<dt class="tag-version">Version:</dt>
<dd class="tag-version"><ul class="dummy"><li>0.8.0</li></ul></dd>
<dd class="tag-version"><ul class="dummy"><li>0.8.1</li></ul></dd>



Expand Down Expand Up @@ -104,7 +104,7 @@ <h2>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 1
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 1
</li></ul></dd>


Expand Down 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 Mon Jul 08 2013 22:06:14 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Jul 09 2013 10:25:16 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/module-angular-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="angular-cache-0.8.0.js.html">angular-cache-0.8.0.js</a>, line 14
<a href="angular-cache-0.8.1.js.html">angular-cache-0.8.1.js</a>, line 14
</li></ul></dd>


Expand Down 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 Mon Jul 08 2013 22:06:14 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Tue Jul 09 2013 10:25:16 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-cache",
"description": "angular-cache improves upon the capabilities of the $cacheFactory provided by AngularJS.",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "https://github.com/jmdobry/angular-cache",
"repository": {
"url": "https://github.com/jmdobry/angular-cache.git"
Expand Down

1 comment on commit 22af4ce

@jmdobry
Copy link
Owner Author

@jmdobry jmdobry commented on 22af4ce Jul 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #21

Please sign in to comment.