Skip to content

Commit

Permalink
Closes #38. See #37 also.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Sep 3, 2013
1 parent b9cd20d commit 4a43962
Show file tree
Hide file tree
Showing 17 changed files with 1,922 additions and 1,723 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### 1.1.0 - 03 September 2013

###### Backwards compatible API changes
- Added `onExpire` callback hook #27
- Added `$angularCacheFactory.removeAll()` and `$angularCacheFactory.clearAll()` convenience methods #37, #38

##### 1.0.0 - 25 August 2013
- Closed #31 (Improved documentation)
- Closed #32
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-cache (1.0.1-SNAPSHOT)
angular-cache (1.1.0)
=====================
angular-cache is a caching system that improves upon the capabilities of the $cacheFactory provided by AngularJS. Check out the [demo](http://jmdobry.github.io/angular-cache/demo/) for a quick introduction, or continue on down for more detailed information.

Expand Down Expand Up @@ -233,18 +233,18 @@ $angularCacheFactory.get('someCache').setOptions({ capacity: 4500 });
## Status
| Version | Branch | Build status | Test Coverage |
| ------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| 1.0.1-SNAPSHOT | [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/) |
| 1.0.1-SNAPSHOT | [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) | |
| 1.0.1-SNAPSHOT | [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)
| 1.1.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/) |
| 1.1.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) | |
| 1.1.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)

<a name='download'></a>
## Download

#### Latest Stable Version
| Type | File | Size |
| ------------- | ----------------- | ------------------- | ---- |
| Production | [angular-cache-1.0.1-SNAPSHOT.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.0.1-SNAPSHOT.min.js) | 6 KB |
| Development | [angular-cache-1.0.1-SNAPSHOT.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.0.1-SNAPSHOT.js) | 34 KB |
| Production | [angular-cache-1.1.0.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.1.0.min.js) | 6 KB |
| Development | [angular-cache-1.1.0.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.1.0.js) | 34 KB |

<a name='installation'></a>
## Installation
Expand Down Expand Up @@ -696,6 +696,12 @@ See [AngularCache#info](http://jmdobry.github.io/angular-cache/docs/Cache.html#i
<a name='changelog'></a>
## Changelog

##### 1.1.0 - 03 September 2013

###### Backwards compatible API changes
- Added onExpire callback hook #27
- Added `$angularCacheFactory.removeAll()` and `$angularCacheFactory.clearAll()` convenience methods #37, #38

##### 1.0.0 - 26 August 2013
- Closed #31 (Improved documentation)
- Closed #32
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-cache",
"description": "angular-cache is a very useful replacement for Angular's $cacheFactory.",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"homepage": "http://jmdobry.github.io/angular-cache/",
"repository": {
"type": "git",
Expand Down
22 changes: 11 additions & 11 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@
<h1>Code coverage report for <span class="entity">All files</span></h1>
<h2>

Statements: <span class="metric">95.96% <small>(309 / 322)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Statements: <span class="metric">96.06% <small>(317 / 330)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;


Branches: <span class="metric">91.02% <small>(223 / 245)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;


Functions: <span class="metric">100% <small>(42 / 42)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Functions: <span class="metric">100% <small>(44 / 44)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;


Lines: <span class="metric">95.96% <small>(309 / 322)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Lines: <span class="metric">96.06% <small>(317 / 330)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;

</h2>
<div class="path"></div>
Expand All @@ -215,24 +215,24 @@ <h2>
</tr>
</thead>
<tbody><tr>
<td class="file high" data-value="./src\"><a href="./src/index.html">./src\</a></td>
<td data-value="95.96" class="pic high"><span class="cover-fill" style="width: 95px;"></span><span class="cover-empty" style="width:5px;"></span></td>
<td data-value="95.96" class="pct high">95.96%</td>
<td data-value="322" class="abs high">(309&nbsp;/&nbsp;322)</td>
<td class="file high" data-value="src/"><a href="src/index.html">src/</a></td>
<td data-value="96.06" class="pic high"><span class="cover-fill" style="width: 96px;"></span><span class="cover-empty" style="width:4px;"></span></td>
<td data-value="96.06" class="pct high">96.06%</td>
<td data-value="330" class="abs high">(317&nbsp;/&nbsp;330)</td>
<td data-value="91.02" class="pct high">91.02%</td>
<td data-value="245" class="abs high">(223&nbsp;/&nbsp;245)</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="42" class="abs high">(42&nbsp;/&nbsp;42)</td>
<td data-value="95.96" class="pct high">95.96%</td>
<td data-value="322" class="abs high">(309&nbsp;/&nbsp;322)</td>
<td data-value="44" class="abs high">(44&nbsp;/&nbsp;44)</td>
<td data-value="96.06" class="pct high">96.06%</td>
<td data-value="330" class="abs high">(317&nbsp;/&nbsp;330)</td>
</tr>

</tbody>
</table>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Aug 31 2013 17:19:11 GMT-0600 (Mountain Daylight Time)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Tue Sep 03 2013 12:50:04 GMT-0600 (MDT)</div>
</div>

<script src="prettify.js"></script>
Expand Down
Loading

0 comments on commit 4a43962

Please sign in to comment.