Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# docs-soap Changelog
<table>
<tr>
<td>
<strong>v0.1.6</strong>
</td>
<td>
<ul>
<li>Fixed bug where <code>&lt;br&gt;</code> tags would be stripped</li>
</ul>
</td>
</tr>
<tr>
<td>
<strong>v0.1.5</strong>
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ docs-soap is a small, simple library that can be used to transform clipboard con

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

### New in 0.1.5
<ul>
<li>Added support for all header types</li>
</ul>
### New in 0.1.6

* Fixed bug where `<br>` tags would be stripped from output

### Exported API
```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs-soap",
"version": "0.1.5",
"version": "0.1.6",
"description": "A utility for cleaning Google Docs clipboard content into valid HTML",
"author": "aem <amarkon895@gmail.com>",
"keywords": [
Expand Down