Skip to content

Commit

Permalink
Merge branch 'release/v1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Aug 14, 2019
2 parents bb19489 + 216d67a commit e223502
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 344 deletions.
41 changes: 21 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
---
branches:
only:
- master
- develop
- /^greenkeeper/.*$/
- /^feature/.*$/
- "/^greenkeeper/.*$/"
- "/^feature/.*$/"
language: node_js
node_js:
- stable
- 11
- 10
- 9
- 8
- stable
- 11
- 10
- 9
- 8
env:
global:
- CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
- CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
before_install:
- '[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest'
- npm install -g greenkeeper-lockfile
- "[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest"
- npm install -g greenkeeper-lockfile
install: npm install
before_script:
- greenkeeper-lockfile-update
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- greenkeeper-lockfile-update
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
> ./cc-test-reporter
- chmod +x ./cc-test-reporter
- "./cc-test-reporter before-build"
after_script:
- greenkeeper-lockfile-upload
- "[ $TRAVIS_NODE_VERSION = stable ]
&& nyc report --reporter=lcov
&& ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT
|| echo 'Coverage skipped'"
- greenkeeper-lockfile-upload
- "[ $TRAVIS_NODE_VERSION = stable ] && nyc report --reporter=lcov && ./cc-test-reporter
after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'"
notifications:
slack:
secure: r1aFasI8BdVM8b5uDHcxlrhtC5Elex8qalotukkdXWxTPOzRxOKc8prjIQ2TUNJ/z0SjdfG5oyUhRrddheeb68ONQtdoptFAhW6RuigKYtddw3GBRZz/ZxXstLen4Sxc5csVojC7YFbXpiyf8NOxeYn2XmDRdDq/duAN8segsvl7DYlj+CIta9kB07eZrMKuXPBLbCJrHsk5UmaupcGs26XiXJey98QVaWpVziWhuHRMqua4A7Qqvfa0HHTtlc4V8hrDF0PIcCgK683uAWIljqjUg16nUWL3oQd+KJomVHHQJqmAsDq0Rz0aQ2r5FeNjozeH491eKVhk34m+B6Rle0KA61xBW0LGKKOLfyg0yaMwbeUMrPurR+uo771uFlOB6qOP73MHijpCXd0K/HYG2XDvybpQdZjIDXQ+ZBGdmgsyVogIlS334eC+z3j07zsUayYWzj1kMVK/5tAFu6ltaeDaVfClCbtvwWwBTfXhN0aRG0zi9la63iSYaXZyRYg3qQGiRVWQrC6f5q1kOlis5WPmrDluASfCFmnr4oOJoEe4JaU34DgbU8cXI4zdowBoYaEKmElgPTMg09OQMkvgAQ1ZD/RwJAXwDmd47MKwgGeAtVL4VfYYDramkkqSDTHogMygRLzAriXCIZIUJLD9xRSW4jAYlDjTms4D6m6JPoI=
45 changes: 22 additions & 23 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>verbosity 1.1.2 | Documentation</title>
<title>verbosity 1.1.3 | Documentation</title>
<meta name='description' content='Verbose logging features for ttys or any writable stream.'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="assets/css/ace.min.css" rel="stylesheet">
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
<div class='py1 px2'>
<h3 class="m0 no-anchor">verbosity</h3>
<div class="mb1"><code>1.1.2</code></div>
<div class="mb1"><code>1.1.3</code></div>
<input
placeholder="Filter"
id="filter-input"
Expand Down Expand Up @@ -171,10 +171,9 @@ <h3 class="m0 no-anchor">verbosity</h3>

</ul>
</div>
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/verbosity" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6.svg?style=flat" alt="Github"></a> <a href="https://travis-ci.org/thebespokepixel/verbosity" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/verbosity.svg?branch=master&#x26;style=flat&#x26;logo=travis" alt="Travis"></a> <br>
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/verbosity/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/374a4343fca92868720c/maintainability?style=flat" alt="Code-climate"></a> <br>
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/verbosity/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/374a4343fca92868720c/test_coverage?style=flat" alt="Coverage"></a> <br>
</p> <p><a href="https://david-dm.org/thebespokepixel/verbosity/master" title="David"><img src="https://img.shields.io/david/thebespokepixel/verbosity.svg?branch=master&#x26;style=flat" alt="David"></a> <br>
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/verbosity" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6" alt="Github"></a> <a href="https://travis-ci.org/thebespokepixel/verbosity" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/verbosity/master?logo=travis" alt="Travis"></a> <br>
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/verbosity/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/374a4343fca92868720c/maintainability" alt="Code-climate"></a> <a href="https://codeclimate.com/github/thebespokepixel/verbosity/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/374a4343fca92868720c/test_coverage" alt="Coverage"></a> <br>
</p> <p><a href="https://snyk.io/test/github/thebespokepixel/verbosity" title="Snyk"><img src="https://snyk.io/test/github/thebespokepixel/verbosity/badge.svg" alt="Snyk"></a> <a href="https://david-dm.org/thebespokepixel/verbosity/master" title="David"><img src="https://david-dm.org/thebespokepixel/verbosity/master/status.svg" alt="David"></a> <br>
</p> <br>
</p></div>
<div class="mt1 h6 quiet">
Expand Down Expand Up @@ -278,7 +277,7 @@ <h3 class='left m0 panel-title' id='createconsole'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/index.js#L15-L17'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/index.js#L15-L17'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -354,7 +353,7 @@ <h3 class='left m0 panel-title' id='getversion'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/index.js#L25-L25'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/index.js#L25-L25'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -430,7 +429,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L32-L305'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L32-L305'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -600,7 +599,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L91-L105'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L91-L105'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -677,7 +676,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L112-L115'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L112-L115'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -755,7 +754,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L147-L149'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L147-L149'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -833,7 +832,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L147-L149'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L147-L149'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -911,7 +910,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L156-L158'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L156-L158'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -989,7 +988,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L165-L167'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L165-L167'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1067,7 +1066,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L174-L176'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L174-L176'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1145,7 +1144,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L183-L185'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L183-L185'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1223,7 +1222,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L192-L194'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L192-L194'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1301,7 +1300,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L201-L203'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L201-L203'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1379,7 +1378,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L210-L212'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L210-L212'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1457,7 +1456,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L219-L224'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L219-L224'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1536,7 +1535,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L245-L257'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L245-L257'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down Expand Up @@ -1642,7 +1641,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/598bf10150bde86031fc32670531ddf41d2b9444/src/lib/verbosity.class.js#L277-L304'>
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/e1032713b9b998d3abc38071da614e278286a14c/src/lib/verbosity.class.js#L277-L304'>
<span>src/lib/verbosity.class.js</span>
</a>

Expand Down
Loading

0 comments on commit e223502

Please sign in to comment.