Skip to content

Latest commit

 

History

History
195 lines (98 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

195 lines (98 loc) · 12.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.28 (2023-02-21)

Features

  • to: handle html entities appropriately (#22) (2cd5ce1)
  • to: html manipulation capabilities (#19) (341cf32)
  • config: extract and make customizable (#10) (2ea995e)
  • defaulttag: replace enforceTopLevelPTags (#13) (e144e03)
  • htmltoslate: process whitespace depending on context (#18) (0c9feac)
  • htmltoslate: support line breaks (#6) (fe98bfb)
  • serializers: htmlToSlate and slateToHtml (#1) (bc58250)
  • serializers: support more HTML tags (#2) (84a09a8)
  • slatetohtml: control html entity encoding (#17) (1f660b3)
  • slatetohtml: convert line breaks to br tags (#33) (fe080fb)
  • slatetohtml: improve text tag support (#3) (44d45b6)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • support custom attributes (#7) (2192b0e)

Bug Fixes

  • error when parsing empty or self-closing tags (#23) (8adb74b)
  • html-to-slate: trim whitespace that precedes a block element (#38) (74f3d24)
  • htmltoslate: ensure empty children have a text node (#21) (59ac5b9)
  • htmltoslate: shadowed variable (#42) (aa7ee16)
  • readme.md: apply corrections (#11) (e12d933)
  • slatetohtml: do not add an empty style attribute (#20) (a303806)
  • slatetohtml: do not escape html entities (#16) (4d25706)
  • update-html: import (2ae2af8)

0.0.27 (2023-02-13)

Bug Fixes

0.0.26 (2023-02-13)

Bug Fixes

  • html-to-slate: trim whitespace that precedes a block element (#38) (74f3d24)

0.0.25 (2023-01-24)

Features

  • slatetohtml: convert line breaks to br tags (#33) (fe080fb)

0.0.24 (2023-01-19)

0.0.23 (2023-01-18)

0.0.22 (2022-12-16)

Bug Fixes

  • error when parsing empty or self-closing tags (#23) (8adb74b)

0.0.21 (2022-12-16)

0.0.20 (2022-12-09)

0.0.19 (2022-12-09)

Features

  • to: handle html entities appropriately (#22) (2cd5ce1)

0.0.18 (2022-12-07)

Bug Fixes

  • htmltoslate: ensure empty children have a text node (#21) (59ac5b9)

0.0.17 (2022-12-06)

Bug Fixes

  • slatetohtml: do not add an empty style attribute (#20) (a303806)

0.0.16 (2022-12-06)

Bug Fixes

0.0.15 (2022-12-06)

Features

  • to: html manipulation capabilities (#19) (341cf32)

0.0.14 (2022-12-03)

Features

  • htmltoslate: process whitespace depending on context (#18) (0c9feac)

0.0.13 (2022-11-29)

Features

  • slatetohtml: control html entity encoding (#17) (1f660b3)

0.0.12 (2022-11-28)

Bug Fixes

  • slatetohtml: do not escape html entities (#16) (4d25706)

0.0.11 (2022-11-28)

Features

  • defaulttag: replace enforceTopLevelPTags (#13) (e144e03)

Bug Fixes

0.0.10 (2022-11-28)

Features

  • config: extract and make customizable (#10) (2ea995e)

0.0.9 (2022-11-27)

Features

  • htmltoslate: support line breaks (#6) (fe98bfb)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • support custom attributes (#7) (2192b0e)

0.0.8 (2022-11-25)

Features

  • htmltoslate: support line breaks (#6) (fe98bfb)
  • slatetohtml: support newtab links (#5) (ef8d004)
  • support custom attributes (#7) (2192b0e)

0.0.7 (2022-11-25)

Features

  • slatetohtml: improve text tag support (#3) (44d45b6)

0.0.6 (2022-11-24)

0.0.5 (2022-11-24)

Features

  • serializers: support more HTML tags (#2) (84a09a8)

0.0.4 (2022-11-24)

Features

  • serializers: support more HTML tags (#2) (84a09a8)

0.0.3 (2022-11-23)

0.0.2 (2022-11-23)

Features

  • serializers: htmlToSlate and slateToHtml (#1) (bc58250)