- Include block as a param in entity open/close (Rosey#160)
- Support for sub, sup, htmlblock (Rosey#163)
- Fix for overlapping inline styles (Rosey#130)
- Bump lodash version to 4.17.19 (Rosey#132)
- Fix ordered list numbering (Rosey#135)
- Add strikethrough support (Rosey#156)
- Fix issue with newlines after lists when
preserveNewLines
istrue
(Rosey#146)
- Update remarkable dependency (Rosey#126)
- Reduce package size (Rosey#125)
- Fix bug with some unicode surrogate pairs and entity items on draft-to-markdown (Rosey#123)
- Fixed issue with newlines not always matching correctly when
preserveNewlines: true
is set. Issue outlining the bug here: Rosey#111
- Fixed bug where inline styles like bold or italic would become malformed when converting from draft to markdown if they included a trailing
\n
character.
- Fixed issue when soft newlines were used in draft didn’t convert correctly to markdown.
- Update README to be a bit more current w/r/t project status.
- Potentially breaking change: Update remarkable.js dependency to version 2. Addresses security concerns and features a smaller package size.
- Update devDependency packages to latest versions
- Add husky pre-push linting hook