Skip to content

Commit 7efbf7a

Browse files
authored
Merge pull request #17 from aem/0.1.4
0.1.4
2 parents a003933 + 60251c3 commit 7efbf7a

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.codecov.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ coverage:
1919

2020
patch:
2121
default:
22-
target: auto
23-
branches: null
22+
enabled: false
2423

2524
changes:
2625
default:

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# docs-soap Changelog
22
<table>
3+
<tr>
4+
<td>
5+
<strong>v0.1.4</strong>
6+
</td>
7+
<td>
8+
<ul>
9+
<li>Added support for ordered lists</li>
10+
<li>Added support for nested lists</li>
11+
</ul>
12+
Thanks to <a href="https://github.com/LeZuse">@LeZuse</a> for his help on this!
13+
</td>
14+
</tr>
315
<tr>
416
<td>
517
<strong>v0.1.3</strong>

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ docs-soap is a small, simple library that can be used to transform clipboard con
44

55
This project was developed for use in a client-side project. To use in a Node environment, your project will also require [jsdom](https://www.npmjs.com/package/jsdom).
66

7-
### New in 0.1.3
7+
### New in 0.1.4
88
<ul>
9-
<li>Added support for all inline styles</li>
9+
<li>Added support for ordered lists</li>
10+
<li>Added support for nested lists</li>
1011
</ul>
1112

1213
### Exported API

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-soap",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A utility for cleaning Google Docs clipboard content into valid HTML",
55
"author": "aem <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)