Skip to content

Commit 0d6ccd8

Browse files
committed
Stable Version 1.3.0
1 parent f6e5736 commit 0d6ccd8

12 files changed

+585
-722
lines changed

.jshintrc

Lines changed: 0 additions & 33 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 1.3.0 - 30 December 2015
2+
3+
###### Bug fixes
4+
- #1 - Really fixed this time
5+
16
##### 1.2.0 - 12 October 2015
27

38
###### Backwards compatible API changes

Gruntfile.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## cachefactory [![bower version](https://img.shields.io/bower/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory) [![npm version](https://img.shields.io/npm/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory) [![Circle CI](https://img.shields.io/circleci/project/jmdobry/cachefactory/master.svg?style=flat-square)](https://circleci.com/gh/jmdobry/cachefactory/tree/master) [![npm downloads](https://img.shields.io/npm/dm/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/jmdobry/cachefactory/blob/master/LICENSE)
1+
# cachefactory
2+
3+
[![bower version](https://img.shields.io/bower/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory)
4+
[![npm version](https://img.shields.io/npm/v/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory)
5+
[![Circle CI](https://img.shields.io/circleci/project/jmdobry/cachefactory/master.svg?style=flat-square)](https://circleci.com/gh/jmdobry/cachefactory/tree/master)
6+
[![npm downloads](https://img.shields.io/npm/dm/cachefactory.svg?style=flat-square)](https://www.npmjs.org/package/cachefactory)
7+
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/jmdobry/cachefactory/blob/master/LICENSE)
28

39
CacheFactory is a very simple and useful cache.
410

circle.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
dependencies:
2-
pre:
3-
- bower install
4-
cache_directories:
5-
- "bower_components"
1+
machine:
2+
node:
3+
version: 4.1.0
64
test:
7-
post:
8-
- grunt coveralls || true
5+
override:
6+
- npm run ci
7+
general:
8+
artifacts:
9+
- "dist"
10+
- "coverage"

0 commit comments

Comments
 (0)