Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Sep 21, 2013
1 parent 1bc9c25 commit 1e28285
Show file tree
Hide file tree
Showing 14 changed files with 1,581 additions and 1,584 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### angular-cache (1.2.0-SNAPSHOT) is a very useful replacement for Angular's $cacheFactory.
### angular-cache (1.2.0) is a very useful replacement for Angular's $cacheFactory.

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 @@ -235,18 +235,18 @@ $angularCacheFactory.get('someCache').setOptions({ capacity: 4500 });
## Status
| Version | Branch | Build status | Test Coverage |
| ------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| 1.2.0-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.2.0-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.2.0-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.2.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.2.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.2.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.2.0-SNAPSHOT.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.2.0-SNAPSHOT.min.js) | 6 KB |
| Development | [angular-cache-1.2.0-SNAPSHOT.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.2.0-SNAPSHOT.js) | 34 KB |
| Production | [angular-cache-1.2.0.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.2.0.min.js) | 6 KB |
| Development | [angular-cache-1.2.0.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.2.0.js) | 34 KB |

<a name='installation'></a>
## Installation
Expand Down Expand Up @@ -597,6 +597,9 @@ app.service('myService', function ($angularCacheFactory) {

cache.info(); // { ..., size: 30, cacheFlushInterval: 5500,
// capacity: 1.7976931348623157e+308, maxAge: null, ... }

cache.put('someItem', 'someValue', { maxAge: 12000, aggressiveDelete: true });
cache.info('someItem'); // { timestamp: 12345678978, maxAge: 12000, aggressiveDelete: true, isExpired: false }
});
```
See [AngularCache#setOptions](http://jmdobry.github.io/angular-cache/docs/Cache.html#setOptions)
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.2.0-SNAPSHOT",
"version": "1.2.0",
"homepage": "http://jmdobry.github.io/angular-cache/",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h2>
</tr>
</thead>
<tbody><tr>
<td class="file high" data-value="src/"><a href="src/index.html">src/</a></td>
<td class="file high" data-value="./src\"><a href="./src/index.html">./src\</a></td>
<td data-value="96.44" class="pic high"><span class="cover-fill" style="width: 96px;"></span><span class="cover-empty" style="width:4px;"></span></td>
<td data-value="96.44" class="pct high">96.44%</td>
<td data-value="337" class="abs high">(325&nbsp;/&nbsp;337)</td>
Expand All @@ -232,7 +232,7 @@ <h2>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Sep 21 2013 00:21:57 GMT-0600 (MDT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Sep 21 2013 10:34:02 GMT-0600 (Mountain Daylight Time)</div>
</div>

<script src="prettify.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions coverage/src/angular-cache.js.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for src/angular-cache.js</title>
<title>Code coverage report for ./src/angular-cache.js</title>
<meta charset="utf-8">

<link rel="stylesheet" href="../prettify.css">
Expand Down Expand Up @@ -180,7 +180,7 @@
</head>
<body>
<div class="header high">
<h1>Code coverage report for <span class="entity">src/angular-cache.js</span></h1>
<h1>Code coverage report for <span class="entity">./src/angular-cache.js</span></h1>
<h2>

Statements: <span class="metric">96.44% <small>(325 / 337)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Expand All @@ -195,7 +195,7 @@ <h2>
Lines: <span class="metric">96.44% <small>(325 / 337)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;

</h2>
<div class="path"><a href="../index.html">All files</a> &#187; <a href="index.html">src/</a> &#187; angular-cache.js</div>
<div class="path"><a href="../index.html">All files</a> &#187; <a href="index.html">./src\</a> &#187; angular-cache.js</div>
</div>
<div class="body">
<pre><table class="coverage">
Expand Down Expand Up @@ -2757,7 +2757,7 @@ <h2>

</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Sep 21 2013 00:21:57 GMT-0600 (MDT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Sep 21 2013 10:34:02 GMT-0600 (Mountain Daylight Time)</div>
</div>

<script src="../prettify.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions coverage/src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for src/</title>
<title>Code coverage report for ./src\</title>
<meta charset="utf-8">

<link rel="stylesheet" href="../prettify.css">
Expand Down Expand Up @@ -180,7 +180,7 @@
</head>
<body>
<div class="header high">
<h1>Code coverage report for <span class="entity">src/</span></h1>
<h1>Code coverage report for <span class="entity">./src\</span></h1>
<h2>

Statements: <span class="metric">96.44% <small>(325 / 337)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
Expand All @@ -195,7 +195,7 @@ <h2>
Lines: <span class="metric">96.44% <small>(325 / 337)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;

</h2>
<div class="path"><a href="../index.html">All files</a> &#187; src/</div>
<div class="path"><a href="../index.html">All files</a> &#187; ./src\</div>
</div>
<div class="body">
<div class="coverage-summary">
Expand Down Expand Up @@ -232,7 +232,7 @@ <h2>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Sep 21 2013 00:21:57 GMT-0600 (MDT)</div>
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Sep 21 2013 10:34:02 GMT-0600 (Mountain Daylight Time)</div>
</div>

<script src="../prettify.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author Jason Dobry <[email protected]>
* @file angular-cache-1.2.0-SNAPSHOT.js
* @version 1.2.0-SNAPSHOT - [Homepage]{@link http://jmdobry.github.io/angular-cache/}
* @file angular-cache-1.2.0.js
* @version 1.2.0 - [Homepage]{@link http://jmdobry.github.io/angular-cache/}
* @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-1.2.0-SNAPSHOT.js.html">angular-cache-1.2.0-SNAPSHOT.js</a>, line 23
<a href="angular-cache-1.2.0.js.html">angular-cache-1.2.0.js</a>, line 23
</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 Sat Sep 21 2013 00:17:40 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Sat Sep 21 2013 10:34:05 GMT-0600 (MDT)
</footer>

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

0 comments on commit 1e28285

Please sign in to comment.