Releases: jfhr/deltaconvert
Releases · jfhr/deltaconvert
v.1.1.2 - improve inline css parsing
Properly handle extra whitespace in inline CSS styles in htmlToDelta e.g. pink is correctly converted to {insert: 'pink', attributes: {color: '#f5abb9'}},
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - preserve character breaks in deltaToIntermediate
v1.1.0 - add htmlToNpf and npfToHtml
v1.0.0 - Add HTML/SSML escaping
- This version prevents HTML injection through malformed deltas
- Add HTML entity and attribute encoding
- Add SSML entity encoding
- Adds a dependency on the
helibrary (no second-level dependencies)
v0.2.4 - add support for inline code and code blocks
v0.2.3 - add deltaToSsml
Merge pull request #5 from jfhr/delta-to-ssml Delta to ssml
v0.2.2 - Fix inline links
Bump version to 0.2.2
v0.2.1 - Improve compatibility
Update changelog
v0.2.0 - added video support
Merge pull request #2 from jfhr/feature/video Add video support