Skip to content

Releases: birdcar/markdown-js

markdown: v1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:37
0d8131c

1.1.1 (2026-08-25)

Bug Fixes

  • use public registry URLs in lockfile (#6) (ef1d346)

markdown: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:09
a0f3f37

1.0.0 (2026-06-11)

⚠ BREAKING CHANGES

  • @click and @steps are no longer built-in directives. They still parse correctly; consumers should register them via remarkBfm({ directives: { click: { kind: 'container' }, steps: { kind: 'container' } } }).

Features

  • open generic directive tokenizer to any spec-valid name (b2fafda)

Documentation

  • document custom directive registration API (f36d04c)

markdown: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 00:30
c3db734

0.1.0 (2026-06-11)

Features

  • Add click and steps container directives (acf8962)

Bug Fixes

  • Add remark-gfm as required peer dependency (908c4e8)

markdown: v0.0.3

Choose a tag to compare

@github-actions github-actions released this 11 Mar 15:22
8347751

0.0.3 (2026-03-11)

⚠ BREAKING CHANGES

  • FootnoteRefNode and FootnoteDefNode now require an index field. Footnote defs moved from tree.children to root.footnotes array.

Features

  • add 9 directive types to BFM parser (d558d0c)
  • Add computed footnotes metadata and mergeAndExtract convenience (e1060cd)
  • add front-matter, hashtags, metadata extraction, and document merging (a8163fd)
  • add Pandoc-style footnote syntax (ec98c9f)
  • Add platform-prefixed mentions (2c756c4)
  • implement BFM remark plugin suite (e949861)
  • Overhaul footnotes for BFM spec conformance (dede9b9)

Bug Fixes

  • ci: Checkout submodules for spec fixtures in publish workflow (95c8303)
  • ci: Use Node 24 and OIDC for npm trusted publishing (f34c689)
  • Directive conformance for toc, tabs, endnotes, math, include, query (e0214b2)
  • Pin initial release-please version to 0.0.3 (67464d1)
  • Trigger patch release for workflow validation (c63cba7)

v0.0.2

Choose a tag to compare

@birdcar birdcar released this 10 Mar 23:42
f34c689

Add npm trusted publishing workflow. Includes Phase 2-4 BFM spec conformance fixes.