Skip to content

Commit edfac96

Browse files
committedAug 15, 2019
Update docs
1 parent 27bb87a commit edfac96

File tree

5 files changed

+415
-348
lines changed

5 files changed

+415
-348
lines changed
 

‎.travis.yml

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
---
21
branches:
32
only:
4-
- master
5-
- develop
6-
- /^greenkeeper/.*$/
7-
- /^feature/.*$/
3+
- master
4+
- develop
5+
- "/^greenkeeper/.*$/"
6+
- "/^feature/.*$/"
87
language: node_js
98
node_js:
10-
- stable
11-
- 11
12-
- 10
13-
- 9
14-
- 8
9+
- stable
10+
- 11
11+
- 10
12+
- 9
13+
- 8
1514
env:
1615
global:
17-
- CC_TEST_REPORTER_ID=40b1513b98e60239cc6d5ee9b6a98ba1cf8438189dd2066c67a75fdfb8be5cff
16+
- CC_TEST_REPORTER_ID=40b1513b98e60239cc6d5ee9b6a98ba1cf8438189dd2066c67a75fdfb8be5cff
1817
before_install:
19-
- '[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest'
20-
- npm install -g greenkeeper-lockfile
18+
- "[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest"
19+
- npm install -g greenkeeper-lockfile
2120
install: npm install
2221
before_script:
23-
- greenkeeper-lockfile-update
24-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
25-
- chmod +x ./cc-test-reporter
26-
- ./cc-test-reporter before-build
22+
- greenkeeper-lockfile-update
23+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
24+
> ./cc-test-reporter
25+
- chmod +x ./cc-test-reporter
26+
- "./cc-test-reporter before-build"
2727
after_script:
28-
- greenkeeper-lockfile-upload
29-
- "[ $TRAVIS_NODE_VERSION = stable ]
30-
&& nyc report --reporter=lcov
31-
&& ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT
32-
|| echo 'Coverage skipped'"
28+
- greenkeeper-lockfile-upload
29+
- "[ $TRAVIS_NODE_VERSION = stable ] && nyc report --reporter=lcov && ./cc-test-reporter
30+
after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'"
31+
notifications:
32+
slack:
33+
secure: SKbIO1feZKTN3f+By58ffBuTIxgZmBT6gLFnAnDGBHgLuAnqVGR0Wt6+BJywtrt0flzoG/5XsCR6vtozaJKFT4UBv5w3j7pETJtu084n6DmHg2kmFB4ZBZWSKC0LWQWJPuaQ9LGBqAI0JVK7ZToiPgPD3ifdpsVtCFNKv08TkqYxoUNMPhQB1ux3xIQpw2XoU57Mf4r0am0QKQ27/8nnImy/IBSR9A9qCIgHyQbYTd/FfOyZHYe99dDB0/sTpPXuGIby9x8mu6AkKZm/2gj1YuV73O2t6sIJIzE9WpZJ7tTCEKwtAI/1eJU3dfk7qd7LmW96/RW5rMCIB+ytssB1j14L53FB7yHjQtRAnwbXlRLUIi8/xrXWhbzxcnghH9UjYOG2MB2pLaPUHcpehlcKJgADH8mZ9vbeY03P1Vqasb0E9ILdqfN/6dpVvgwV2XuCVaqUM7RKJM2Yw46xfKYfiFf3OY+vjhBkc9/wB3fUap7fOm/4IsUtEGr5YAclE7QG6yqpsAbyyLLu15YNNT/2mQ8qOoAqNek80wZlaF6IzL9Adydnzwber6mGeUf6hJqLuBd4OrovORIfH0+T6OQ95pzedYVnLP44dP0bAEXW8x/PQBvcH41qr9KDrC3gDV7emrMJtBMVtflSv77feHwNRDTEfNenz6yWBS/qz5KrdlM=

‎docs/index.html

+19-20
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ <h3 class="m0 no-anchor">@thebespokepixel/string</h3>
166166

167167
</ul>
168168
</div>
169-
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/string" 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/string" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/string.svg?branch=master&#x26;style=flat&#x26;logo=travis" alt="Travis"></a> <br>
170-
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/string/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/57bf94c1bc96b928b8cd/maintainability?style=flat" alt="Code-climate"></a> <br>
171-
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/string/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/57bf94c1bc96b928b8cd/test_coverage?style=flat" alt="Coverage"></a> <br>
172-
</p> <p><a href="https://david-dm.org/thebespokepixel/string/master" title="David"><img src="https://img.shields.io/david/thebespokepixel/string.svg?branch=master&#x26;style=flat" alt="David"></a> <br>
169+
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/string" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6" alt="Github"></a> <a href="https://travis-ci.org/thebespokepixel/string" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/string/master?logo=travis" alt="Travis"></a> <br>
170+
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/string/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/57bf94c1bc96b928b8cd/maintainability" alt="Code-climate"></a> <a href="https://codeclimate.com/github/thebespokepixel/string/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/57bf94c1bc96b928b8cd/test_coverage" alt="Coverage"></a> <br>
171+
</p> <p><a href="https://snyk.io/test/github/thebespokepixel/string" title="Snyk"><img src="https://snyk.io/test/github/thebespokepixel/string/badge.svg" alt="Snyk"></a> <a href="https://david-dm.org/thebespokepixel/string/master" title="David"><img src="https://david-dm.org/thebespokepixel/string/master/status.svg" alt="David"></a> <br>
173172
</p> <br>
174173
</p></div>
175174
<div class="mt1 h6 quiet">
@@ -219,21 +218,21 @@ <h5>Character set (Github display is incomplete)</h5>
219218
<tr>
220219
<td>Basic</td>
221220
<td><code>0123456789</code></td>
222-
<td><code>+-=:()/|.</code></td>
221+
<td>`+-=:()/</td>
222+
<td>. `</td>
223223
<td><code>abcdefghijklmnopqrstuvwxyz</code></td>
224-
<td><code>ABCDEFGHIJKLMNOPQRSTUVWXYZ</code></td>
225224
</tr>
226225
<tr>
227226
<td>Superscript</td>
228227
<td><code>⁰¹²³⁴⁵⁶⁷⁸⁹</code></td>
229-
<td><code>⁺⁻⁼⁼⁽⁾╵╵⋅</code></td>
228+
<td><code>⁺⁻⁼⁼⁽⁾╵╵⋅ </code></td>
230229
<td><code>ᵃᵇᶜᵈᵉᶠᵍʰⁱʲᵏˡᵐⁿᵒᵖᵍʳˢᵗᵘᵛʷˣʸᶻ</code></td>
231230
<td><code>ᴬᴮᶜᴰᴱᶠᴳᴴᴵᴶᴷᴸᴹᴺᴼᴾᴼᴿˢᵀᵁⱽᵂˣʸᶻ</code></td>
232231
</tr>
233232
<tr>
234233
<td>Subscript</td>
235234
<td><code>₀₁₂₃₄₅₆₇₈₉</code></td>
236-
<td><code>₊₋₌₌₍₎╷╷.</code></td>
235+
<td><code>₊₋₌₌₍₎╷╷. </code></td>
237236
<td><code>ₐₓₓₓₑₓₓₕᵢⱼₖₗₘₙₒₚₓᵣₛₜᵤᵥₓₓₓₓ</code></td>
238237
<td><code>ᴀʙcᴅᴇꜰɢʜɪᴊᴋʟᴍɴᴏᴘǫʀꜱᴛᴜᴠᴡxʏᴢ</code></td>
239238
</tr>
@@ -271,7 +270,7 @@ <h3 class='left m0 panel-title' id='constructor'>
271270
</h3>
272271

273272

274-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L13-L15'>
273+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L13-L15'>
275274
<span>src/index.js</span>
276275
</a>
277276

@@ -339,7 +338,7 @@ <h3 class='left m0 panel-title' id='pad'>
339338
</h3>
340339

341340

342-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L51-L55'>
341+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L51-L55'>
343342
<span>src/index.js</span>
344343
</a>
345344

@@ -426,7 +425,7 @@ <h3 class='left m0 panel-title' id='tosub'>
426425
</h3>
427426

428427

429-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L61-L63'>
428+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L61-L63'>
430429
<span>src/index.js</span>
431430
</a>
432431

@@ -488,7 +487,7 @@ <h3 class='left m0 panel-title' id='tosuper'>
488487
</h3>
489488

490489

491-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L69-L71'>
490+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L69-L71'>
492491
<span>src/index.js</span>
493492
</a>
494493

@@ -550,7 +549,7 @@ <h3 class='left m0 panel-title' id='asemoji'>
550549
</h3>
551550

552551

553-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L79-L82'>
552+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L79-L82'>
554553
<span>src/index.js</span>
555554
</a>
556555

@@ -613,7 +612,7 @@ <h3 class='left m0 panel-title' id='inbox'>
613612
</h3>
614613

615614

616-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L89-L106'>
615+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L89-L106'>
617616
<span>src/index.js</span>
618617
</a>
619618

@@ -690,7 +689,7 @@ <h3 class='left m0 panel-title' id='bespokestring'>
690689
</h3>
691690

692691

693-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L122-L124'>
692+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L122-L124'>
694693
<span>src/index.js</span>
695694
</a>
696695

@@ -766,7 +765,7 @@ <h3 class='left m0 panel-title' id='pad'>
766765
</h3>
767766

768767

769-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L133-L135'>
768+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L133-L135'>
770769
<span>src/index.js</span>
771770
</a>
772771

@@ -860,7 +859,7 @@ <h3 class='left m0 panel-title' id='box'>
860859
</h3>
861860

862861

863-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L143-L145'>
862+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L143-L145'>
864863
<span>src/index.js</span>
865864
</a>
866865

@@ -945,7 +944,7 @@ <h3 class='left m0 panel-title' id='tosubscript'>
945944
</h3>
946945

947946

948-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L152-L154'>
947+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L152-L154'>
949948
<span>src/index.js</span>
950949
</a>
951950

@@ -1021,7 +1020,7 @@ <h3 class='left m0 panel-title' id='tosuperscript'>
10211020
</h3>
10221021

10231022

1024-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L161-L163'>
1023+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L161-L163'>
10251024
<span>src/index.js</span>
10261025
</a>
10271026

@@ -1097,7 +1096,7 @@ <h3 class='left m0 panel-title' id='emoji'>
10971096
</h3>
10981097

10991098

1100-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/35b67a86d8d10eff4303304d04815421e414df5e/src/index.js#L170-L172'>
1099+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/string/blob/27bb87a21b7b2d2df2693bc95eaedc55c882d029/src/index.js#L170-L172'>
11011100
<span>src/index.js</span>
11021101
</a>
11031102

0 commit comments

Comments
 (0)
Please sign in to comment.