- We use Semantic Versioning.
- Mark breaking changes with
BREAKING:
. Be sure to include instructions on how applications should be upgraded. - Include a link to your pull request.
- Don't include changes that are purely internal. The CHANGELOG should be a useful summary for people upgrading their application, not a replication of the commit log.
- Bump dependencies
- Bump dependencies to resolve security issues
- Fix error when pasting content at the end of the textarea in IE11 by updating insert-text-at-cursor to 0.3.0 (PR #53)
- Fix paste action when access to clipboard is disabled in IE11 (PR #52)
- Strip links that match URL and are the only content of a paste document (PR #48)
- Widen MS word list support (PR #46)
- Convert MS Word lists to markdown lists (PR #42)
- Convert h1 headers to h2, convert h4 and h5 headers to h3 (PR #41)
- Remove comments produced by MS Word 2016 (PR #40)
- Fix dist file containing ES2015 and regex breaking in IE11 (PR #39)
- Remove more undesirable elements and trim output whitespace (PR #38)
- Initial release