Skip to content

Releases: copse-dev/streaming-markdown

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 00:24

Bug Fixes

  • stop destroying anchors that carry data-* attributes (#257) (cfe1660)

Chores

  • Bump @types/react-dom in the npm-minor-patch group (#256) (45764f3)
  • Bump dompurify in the npm-minor-patch group (#254) (fef86b5)

Full Changelog: v1.0.8...v1.1.0

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:06

Continuous Integration

  • dispatch agent-pane as the release App over workflow_dispatch (#252) (153581f)

Chores

  • Bump the npm-minor-patch group with 3 updates (#253) (1a5bcde)

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 20 Aug 07:22

Chores

  • Bump @types/jsdom from 28.0.3 to 30.0.0 (#251) (a88e625)
  • Bump the npm-minor-patch group with 5 updates (#250) (37f8b3a)

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 15 Aug 00:49

Chores

  • Bump the npm-minor-patch group with 6 updates (#248) (95c135f)
  • Bump jsdom from 29.1.1 to 30.0.1 (#249) (07b9c93)

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:21

Chores

  • Bump mermaid from 11.16.0 to 11.16.1 in /bench/competitors (#245) (29daca8)
  • Bump dompurify from 3.4.12 to 3.4.13 in /bench/competitors (#246) (3ceedc0)
  • Bump dompurify from 3.4.12 to 3.4.13 (#247) (dfbf678)

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 09:32

Chores

  • Bump undici from 7.28.0 to 7.29.0 in /bench/competitors (#243) (5ca3b80)
  • Bump undici from 7.28.0 to 7.29.0 (#244) (22f64ec)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 04 Aug 08:45

Chores

  • Bump the npm-minor-patch group with 3 updates (#242) (daf715d)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:51

Chores

  • Bump katex in the npm-minor-patch group (#240) (7e453f3)
  • Bump c8 from 11.0.0 to 12.0.0 (#241) (ba12378)
  • Bump dompurify from 3.4.11 to 3.4.12 in /bench/competitors (#239) (b7224e8)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:58

Bug Fixes

  • treat hard-break sentinel as flanking whitespace (#238) (5107a13)

Chores

  • Bump the npm-minor-patch group with 3 updates (#236) (2a390ec)
  • Bump actions/setup-node from 6 to 7 (#235) (1e5b24e)
  • Bump typescript from 6.0.3 to 7.0.2 (#237) (322ae1d)

Other Changes

  • Fix streaming inline code preview (#234) (6fad7de)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:52

Bug Fixes

  • keep the pending tail above the trailing footnotes section (#228) (7a34c18)
  • namespace ids to prevent cross-instance collisions; a11y parity (#221) (ddcf474)
  • enable math grammar before renderer construction (#193) (4825084)

Performance

  • sealed-commit path consumes scan events — render-once span adoption + event-verified prefix (#213) (2a3b920)
  • release settled leading definitions of an open blank-free link-ref run (#212) (5002a0f)
  • sealed-commit memos and targeted link-ref patches — ADR 0004 Phase 2 (#203) (4cef347)
  • pending-line plain-text fast path — append inert deltas to the DOM text node (#202) (5773d76)
  • selector-free hot path, single-parse commits, inert-definition skips (#197) (4415614)

Documentation

  • correct GFM conformance numbers after task-list baseline bump (#223) (f0f942f)
  • document CommonMark-vs-GFM equal-length nesting divergence (#208) (365c245)
  • correct drifted spec numbers; generate the report from baselines (#207) (5fe883a)
  • ADR 0005 — industry benchmarks and evals for the plumbing (#198) (6dc8b3a)
  • post-merge table regeneration + published LLM-delta-sized parity section (#210) (e463ae2)
  • measure the direct-DOM floor — verdict: do not build it (#201) (263e349)
  • final combined tables — escape-all parity row on the hot-path code (#200) (93222d9)
  • genericise sample artifact path in normalizeHostImagePath (#199) (7fabdd3)

Tests

  • pin the three Babelmark divergence cases not covered by the spec suites (#222) (7536297)
  • strip task-list decorations so GFM task lists score 2/2 (#209) (31e5dda)

Continuous Integration

  • fetch the GFM spec before the gate; print uncovered lines on coverage failure (#233) (9fd3d87)
  • gate on ci.yml's Node version; switch to Node 24 only to publish (#232) (bc82ff0)
  • gate docs numbers against baselines (--check) (#225) (3c23c9c)

Chores

  • Bump actions/upload-artifact from 4 to 7 (#205) (295e180)
  • Bump actions/create-github-app-token from 2 to 3 (#206) (2bc0e02)
  • Bump actions/cache from 4 to 6 (#204) (ba30554)

Other Changes

  • Footnote streaming presentation: CSS snap follow, section + unresolved refs held until resolve/settle; prereleases under next (#229) (0105400)
  • Promote experimental tier to stable v1 API at 1.0 release (#227) (f5f47a3)
  • Style pending mermaid diagrams with consistent streaming indicators (#226) (066c283)
  • Document first-party React bindings and component API (#211) (b0291df)
  • Improve hero demo streaming UX and fix layout shifts (#224) (f547340)
  • bench(competitors): validate rendered output per contestant — coverage + structure metrics (#214) (80e246c)
  • perf(scan) + guard: fix measured long-document super-linear terms; op-count doubling gate (ADR 0004 Phase 3) (#215) (03bf055)
  • htmlPolicy 'escape-all': literalize every raw tag, retire the balance guards (#196) (4160cce)
  • Re-rooted append points for open raw containers (ADR 0004 Phase 2) (#194) (c82fc55)
  • smd like-for-like benchmarking, feature gates, and the sealed-block plan (ADR 0004 Phases 0–1) (#195) (37ad049)

Full Changelog: v.0.11.0...v1.0.0