8000 0.1.4 by aem · Pull Request #17 · aem/docs-soap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.1.4 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2016
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
3 changes: 1 addition & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ coverage:

patch:
default:
target: auto
branches: null
enabled: false

changes:
default:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
8000
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# docs-soap Changelog
<table>
<tr>
<td>
<strong>v0.1.4</strong>
</td>
<td>
<ul>
<li>Added support for ordered lists</li>
<li>Added support for nested lists</li>
</ul>
Thanks to <a href="https://github.com/LeZuse">@LeZuse</a> for his help on this!
</td>
</tr>
<tr>
<td>
<strong>v0.1.3</strong>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ 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](https://www.npmjs.com/package/jsdom).

### New in 0.1.3
### New in 0.1.4
<ul>
<li>Added support for all inline styles</li>
<li>Added support for ordered lists</li>
<li>Added support for nested lists</li>
</ul>

### Exported API
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.3",
"version": "0.1.4",
"description": "A utility for cleaning Google Docs clipboard content into valid HTML",
"author": "aem <amarkon895@gmail.com>",
"keywords": [
Expand Down
0