Releases: lukeaus/html-to-formatted-text
Releases · lukeaus/html-to-formatted-text
v2.7.0
2.7.0 (2019-05-29)
Features
v2.6.2
2.6.2 (2019-05-29)
Bug Fixes
- now breaks on section element (af89ad3)
v2.6.1
2.6.1 (2019-05-29)
Bug Fixes
- adds th to list of tags to break on (7d42ca0), closes #3
v2.6.0
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
2.5.0 (2018-07-25)
Features
- README.md LICENSE: adds LICENSE (1ca3e66)
v2.4.0
2.4.0 (2018-07-25)
Features
- package.json: makes dist/index.js main (08b6f87)
v2.3.0
2.3.0 (2018-07-25)
Features
- package.json: minifies dist/index.js (4bee5cd)
v2.2.1
2.2.1 (2018-07-25)
Bug Fixes
- .babelrc and package.json: fixes incorrect .babelrc prefix (55f8874)
v2.2.0
2.2.0 (2018-07-25)
Features
- index.js: adds break when using
(bc6184c)
v2.1.0
2.1.0 (2018-07-24)
Features
- index.js: adds support for html tables and table cells to new line (252254d)