Skip to content

Releases: sebastian-software/turndown-node

turndown-node: v0.0.9

28 Jan 14:32
4c91962

Choose a tag to compare

0.0.9 (2026-01-28)

Features

  • add benchmark suite comparing to turndown JS (f74de35)
  • add turndown-core crate with Markdown AST (8e6e517)
  • implement lol_html streaming parser (35f2740)

turndown-node: v0.0.11

28 Jan 18:33
c476d38

Choose a tag to compare

0.0.11 (2026-01-28)

Bug Fixes

  • handle inline elements at root level in HTML parser (024f5ec)
  • use workspace dependency for turndown-core (02594fc)

turndown-node: v0.0.10

28 Jan 14:45
c85fdd3

Choose a tag to compare

0.0.10 (2026-01-28)

Bug Fixes

  • add turndown-core to crates.io publish workflow (25ec9f6)

turndown-node: v0.0.8

27 Jan 20:14
6bf1e7b

Choose a tag to compare

0.0.8 (2026-01-27)

Bug Fixes

  • use Node.js 24 (npm v11+) for OIDC publishing (2d19f13)
  • use NPM_TOKEN for npm publishing (3425f1b)

turndown-node: v0.0.7

27 Jan 20:02
26d27e1

Choose a tag to compare

0.0.7 (2026-01-27)

Bug Fixes

  • remove registry-url for npm OIDC publishing (5934d5c)

turndown-node: v0.0.6

27 Jan 19:56
a40e04d

Choose a tag to compare

0.0.6 (2026-01-27)

Bug Fixes

  • configure Release Please to update Cargo.toml version (c743b20)
  • rename release.yml to publish.yml for npm trusted publishers (1379956)

turndown-node: v0.0.5

27 Jan 19:50
762dc70

Choose a tag to compare

0.0.5 (2026-01-27)

Bug Fixes

  • use npm Trusted Publishers with provenance (f1cd196)

turndown-node: v0.0.4

27 Jan 19:38
d0784dd

Choose a tag to compare

0.0.4 (2026-01-27)

Bug Fixes

  • exclude CHANGELOG.md from prettier checks (544cd52)
  • ignore lock file and upstream tests in prettier (1844d09)

turndown-node: v0.0.3

27 Jan 18:34
1d3832a

Choose a tag to compare

0.0.3 (2026-01-27)

Bug Fixes

  • format changelog and run only parity tests in CI (96012f2)
  • remove explicit pnpm version (use packageManager field) (683d2e6)
  • use correct dtolnay/rust-toolchain action (b1d94f3)

turndown-node: v0.0.2

27 Jan 18:16
0d55b36

Choose a tag to compare

0.0.2 (2026-01-27)

Features