Skip to content

Commit 9e69026

Browse files
authored
Merge pull request #6 from dadi/feature/issues
Implement missing methods
2 parents 7dde5da + d28d1d2 commit 9e69026

34 files changed

Lines changed: 14563 additions & 24 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# API CouchDB Adapter
22

33
[![npm (scoped)](https://img.shields.io/npm/v/@dadi/api-couchdb.svg?maxAge=10800&style=flat-square)](https://www.npmjs.com/package/@dadi/api-couchdb)
4-
[![coverage](https://img.shields.io/badge/coverage-65%25-yellow.svg?style=flat-square)](https://github.com/dadi/api-couchdb)
4+
[![coverage](https://img.shields.io/badge/coverage-84%25-yellow.svg?style=flat-square)](https://github.com/dadi/api-couchdb)
55
[![Build Status](https://travis-ci.org/dadi/api-couchdb.svg?branch=master)](https://travis-ci.org/dadi/api-couchdb)
66
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
77
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

docs-conf.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"tags": {
3+
"allowUnknownTags": true,
4+
"dictionaries": ["jsdoc","closure"]
5+
},
6+
"source": {
7+
"includePattern": ".+\\.js(doc)?$",
8+
"excludePattern": "(^|\\/|\\\\)_"
9+
},
10+
"plugins": [],
11+
"templates": {
12+
"cleverLinks": false,
13+
"monospaceLinks": false,
14+
"systemName" : "DADI API CouchDB Adapter",
15+
"footer" : "{string}",
16+
"copyright" : "{string}",
17+
"includeDate" : false,
18+
"navType" : "inline",
19+
"theme" : "journal",
20+
"linenums" : true,
21+
"collapseSymbols" : true,
22+
"inverseNav" : false,
23+
"outputSourceFiles" : true ,
24+
"outputSourcePath" : false,
25+
"syntaxTheme" : "default",
26+
"sort" : true
27+
}
28+
}

0 commit comments

Comments
 (0)