Skip to content

Releases: jfhr/deltaconvert

v.1.1.2 - improve inline css parsing

23 May 09:57
2fb23bf

Choose a tag to compare

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

26 Apr 12:05
335c614

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0 - add htmlToNpf and npfToHtml

04 Mar 23:10
55f8956

Choose a tag to compare

What's Changed

  • Add npf-to-html and html-to-npf by @jfhr in #10

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Add HTML/SSML escaping

27 Dec 11:48
20ac563

Choose a tag to compare

  • This version prevents HTML injection through malformed deltas
    • Add HTML entity and attribute encoding
    • Add SSML entity encoding
    • Adds a dependency on the he library (no second-level dependencies)

v0.2.4 - add support for inline code and code blocks

14 Nov 13:50
9700b71

Choose a tag to compare

What's Changed

  • Support <code> tags and blocks by @jfhr in #7

Full Changelog: v0.2.3...v0.2.4

v0.2.3 - add deltaToSsml

03 Sep 13:03
2d83680

Choose a tag to compare

Merge pull request #5 from jfhr/delta-to-ssml

Delta to ssml

v0.2.2 - Fix inline links

06 Jun 19:16
8975e98

Choose a tag to compare

Bump version to 0.2.2

v0.2.1 - Improve compatibility

04 Jun 09:31
ad18026

Choose a tag to compare

v0.2.0 - added video support

24 May 08:01
6ebfbda

Choose a tag to compare

Merge pull request #2 from jfhr/feature/video

Add video support