From 70a7e1e12d11594b7522a7768b3b8556c79f7865 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Mon, 26 Aug 2013 10:47:41 -0600 Subject: [PATCH] Stable Version 1.0.0 --- README.md | 14 ++++++------ bower.json | 2 +- coverage/index.html | 2 +- coverage/src/angular-cache.js.html | 2 +- coverage/src/index.html | 2 +- ...c.2-SNAPSHOT.js => angular-cache-1.0.0.js} | 4 ++-- ...SHOT.min.js => angular-cache-1.0.0.min.js} | 0 docs/$AngularCacheFactoryProvider.html | 4 ++-- docs/AngularCache.html | 22 +++++++++---------- docs/AngularCacheFactory.html | 4 ++-- ...OT.js.html => angular-cache-1.0.0.js.html} | 10 ++++----- docs/index.html | 8 +++---- docs/module-angular-cache.html | 4 ++-- package.json | 2 +- 14 files changed, 40 insertions(+), 40 deletions(-) rename dist/{angular-cache-1.0.0-rc.2-SNAPSHOT.js => angular-cache-1.0.0.js} (99%) rename dist/{angular-cache-1.0.0-rc.2-SNAPSHOT.min.js => angular-cache-1.0.0.min.js} (100%) rename docs/{angular-cache-1.0.0-rc.2-SNAPSHOT.js.html => angular-cache-1.0.0.js.html} (99%) diff --git a/README.md b/README.md index dc20455..6c996ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -angular-cache (1.0.0-rc.2-SNAPSHOT) +angular-cache (1.0.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. @@ -130,9 +130,9 @@ $angularCacheFactory.get('someCache').setOptions({ capacity: 4500 }); ## Status | Version | Branch | Build status | Test Coverage | | ------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -| 1.0.0-rc.2-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.0-rc.2-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.0-rc.2-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.0.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.0.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.0.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) ## Download @@ -140,8 +140,8 @@ $angularCacheFactory.get('someCache').setOptions({ capacity: 4500 }); #### Latest Stable Version | Type | File | Size | | ------------- | ----------------- | ------------------- | ---- | -| Production | [angular-cache-1.0.0-rc.2-SNAPSHOT.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.0.0-rc.2-SNAPSHOT.min.js) | 6 KB | -| Development | [angular-cache-1.0.0-rc.2-SNAPSHOT.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.0.0-rc.2-SNAPSHOT.js) | 34 KB | +| Production | [angular-cache-1.0.0.min.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.0.0.min.js) | 6 KB | +| Development | [angular-cache-1.0.0.js](https://raw.github.com/jmdobry/angular-cache/master/dist/angular-cache-1.0.0.js) | 34 KB | ## Installation @@ -565,7 +565,7 @@ See [AngularCache#info](http://jmdobry.github.io/angular-cache/docs/Cache.html#i ## Changelog -##### 1.0.0 - 25 August 2013 +##### 1.0.0 - 26 August 2013 - Closed #31 (Improved documentation) - Closed #32 diff --git a/bower.json b/bower.json index 9914b31..ef1c10b 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "author": "Jason Dobry", "name": "angular-cache", "description": "angular-cache is a very useful replacement for Angular's $cacheFactory.", - "version": "1.0.0-rc.2-SNAPSHOT", + "version": "1.0.0", "homepage": "http://jmdobry.github.io/angular-cache/", "repository": { "type": "git", diff --git a/coverage/index.html b/coverage/index.html index 0de6b01..a69e89a 100644 --- a/coverage/index.html +++ b/coverage/index.html @@ -232,7 +232,7 @@

diff --git a/coverage/src/angular-cache.js.html b/coverage/src/angular-cache.js.html index f3f7b68..d798a54 100644 --- a/coverage/src/angular-cache.js.html +++ b/coverage/src/angular-cache.js.html @@ -2526,7 +2526,7 @@

diff --git a/coverage/src/index.html b/coverage/src/index.html index adbedca..57de81a 100644 --- a/coverage/src/index.html +++ b/coverage/src/index.html @@ -232,7 +232,7 @@

diff --git a/dist/angular-cache-1.0.0-rc.2-SNAPSHOT.js b/dist/angular-cache-1.0.0.js similarity index 99% rename from dist/angular-cache-1.0.0-rc.2-SNAPSHOT.js rename to dist/angular-cache-1.0.0.js index 83508be..2b59c34 100644 --- a/dist/angular-cache-1.0.0-rc.2-SNAPSHOT.js +++ b/dist/angular-cache-1.0.0.js @@ -1,7 +1,7 @@ /** * @author Jason Dobry - * @file angular-cache-1.0.0-rc.2-SNAPSHOT.js - * @version 1.0.0-rc.2-SNAPSHOT - [Homepage]{@link http://jmdobry.github.io/angular-cache/} + * @file angular-cache-1.0.0.js + * @version 1.0.0 - [Homepage]{@link http://jmdobry.github.io/angular-cache/} * @copyright (c) 2013 Jason Dobry * @license MIT * diff --git a/dist/angular-cache-1.0.0-rc.2-SNAPSHOT.min.js b/dist/angular-cache-1.0.0.min.js similarity index 100% rename from dist/angular-cache-1.0.0-rc.2-SNAPSHOT.min.js rename to dist/angular-cache-1.0.0.min.js diff --git a/docs/$AngularCacheFactoryProvider.html b/docs/$AngularCacheFactoryProvider.html index e0ebf32..fadb0cf 100644 --- a/docs/$AngularCacheFactoryProvider.html +++ b/docs/$AngularCacheFactoryProvider.html @@ -80,7 +80,7 @@

Source:
@@ -144,7 +144,7 @@

Index

Modules