Skip to content

Releases: lukeaus/html-to-formatted-text

v2.7.0

29 May 21:43
Compare
Choose a tag to compare

2.7.0 (2019-05-29)

Features

  • now breaks on blockquote (68c92f9)

v2.6.2

29 May 21:39
Compare
Choose a tag to compare

2.6.2 (2019-05-29)

Bug Fixes

  • now breaks on section element (af89ad3)

v2.6.1

29 May 10:55
Compare
Choose a tag to compare

2.6.1 (2019-05-29)

Bug Fixes

  • adds th to list of tags to break on (7d42ca0), closes #3

v2.6.0

26 Jul 01:21
Compare
Choose a tag to compare

2.6.0 (2018-07-26)

Bug Fixes

  • fixes editor errors and inconsistent styles - uses standard js formatting (e06d958)

Features

  • index.js: adds more tags to break on: header, footer, nav, section, aside, arcitle, address (afb7ff6)

v2.5.0

25 Jul 22:01
Compare
Choose a tag to compare

2.5.0 (2018-07-25)

Features

  • README.md LICENSE: adds LICENSE (1ca3e66)

v2.4.0

25 Jul 10:42
Compare
Choose a tag to compare

2.4.0 (2018-07-25)

Features

  • package.json: makes dist/index.js main (08b6f87)

v2.3.0

25 Jul 10:31
Compare
Choose a tag to compare

2.3.0 (2018-07-25)

Features

  • package.json: minifies dist/index.js (4bee5cd)

v2.2.1

25 Jul 10:23
Compare
Choose a tag to compare

2.2.1 (2018-07-25)

Bug Fixes

  • .babelrc and package.json: fixes incorrect .babelrc prefix (55f8874)

v2.2.0

25 Jul 05:13
Compare
Choose a tag to compare

2.2.0 (2018-07-25)

Features

  • index.js: adds break when using
     (bc6184c)

v2.1.0

24 Jul 22:59
Compare
Choose a tag to compare

2.1.0 (2018-07-24)

Features

  • index.js: adds support for html tables and table cells to new line (252254d)