Releases: voxmedia/convert-rich-text
Releases · voxmedia/convert-rich-text
v6.1.0
v6.0.1
v6.0.0
This release removes all references to internal
or private
methods and formats, as well as the toInternalHtml
export. This is not a backward-compatible change.
v5.4.1
Addresses security vulnerabilities in development dependencies:
- Updates all
devDependencies
with security vulnerabilities - Updates karma and webpack configs to match new releases
v5.4.0
Update jsdom and lodash dependencies
- Resolves security alerts around
jsdom
andlodash
dependencies. - Updates CI badge URL in README.md
- Cleans up package management-This repo uses yarn, package-lock.json is no longer required here.
- Updates base support for node.js v10 and v12, this has been reflected in the CI
test configuration.