Skip to content

Releases: mixmark-io/turndown

v7.2.0

19 May 07:41
Compare
Choose a tag to compare
  • Update deps lock. 7f8c785
  • Merge pull request #460 from orchitech/fix-link-parenthesis 7bcda25
  • Escape inline link attributes. Fix #459. fd462c8
  • Merge pull request #461 from orchitech/custom-domino a4ddaff
  • Switch to custom Domino fork. 10bbd00
  • Merge pull request #463 from orchitech/github-actions 84e7876
  • Use to GitHub Actions instead of Travis CI 7595c63

v7.1.3...v7.2.0

v7.1.3

15 Mar 12:48
Compare
Choose a tag to compare
  • Merge pull request #443 from rory-instil/master 4afc328
  • Fixing a missing defensive check for an absent window global variable that was breaking service worker environments 9e64a83

v7.1.2...v7.1.3

v7.1.2

22 Mar 11:28
Compare
Choose a tag to compare

v7.1.1...v7.1.2

v7.1.1

29 Jun 16:06
Compare
Choose a tag to compare

v7.1.0...v7.1.1

v7.1.0

28 Jun 17:16
Compare
Choose a tag to compare
  • Add mixmark-io update info. 08ea6d6
  • Update deps. c1b11a3
  • Update SECURITY.md ef41a54
  • Update SECURITY.md 2d68b76
  • Create SECURITY.md b30d120
  • Merge pull request #372 from orchitech/npm-prepare 24070bc
  • Fix build when used as git-linked dependency. c11f982
  • Merge pull request #371 from orchitech/fix-inefficient-whitespace-join 46e6ffa
  • Avoid match-at-end regexp bottleneck in replacement to output joining. Fix #370. 0f9129c
  • Merge pull request #319 from orchitech/preformatted-code e7a9351
  • Add support for interpreting <code> as a preformatted inline element and rendering Markdown accordingly. Fix #318. fc0d49f
  • Merge pull request #317 from orchitech/code-span-rule-fix 04e499e
  • Merge pull request #335 from orchitech/fix-browser-modules-export d741a1d
  • Merge pull request #315 from orchitech/flanking-whitespace-improvements dcf2cf6
  • Fix browser modules export. Fixes #334. 8d71a2d
  • Follow CommonMark spec more precisely and make the code span rule even more robust for future Turndown development. Fix #316. 68a22b6
  • Respect original whitespace instead of using hardcoded 0x20. Do not merge ASCII and non-ASCII whitespace. Make sure non-ASCII whitespace is moved out of inline elements to prevent generating broken Markdown. Fix #102. Fix #250. 27bdac0

v7.0.1...v7.1.0

v7.0.1

08 Oct 22:16
Compare
Choose a tag to compare
  • Clean up output of elements containing multiline attributes (#325)
  • Do not remove meaningful blank elements e.g. iframes (#326)
  • Improve node performance using Domino to parse HTML rather than jsdom (#353)

v7.0.0

08 Oct 22:19
Compare
Choose a tag to compare

Same as v7.0.1 but the npm package includes build files that should be ignored. Use v7.0.1

v6.0.0

11 Mar 22:42
Compare
Choose a tag to compare

Thanks @fredck and @kevindew!

v5.0.1

28 Aug 19:43
Compare
Choose a tag to compare

Fix over-aggressive escaping of - (#255)

v5.0.0

21 Aug 08:15
Compare
Choose a tag to compare
  • Update potential security issues. (8e2ed87)
  • Use a more aggressive approach to escaping to ensure correct output (Issues: #220, #233; PR: #242)
  • Document overriding escape (#249)
  • Do not consider IFRAME, SCRIPT, AUDIO, or VIDEO elements as blank (Issue: #212; PR: #243)