Skip to content

document-outline.js@3.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:31
· 107 commits to main since this release

3.0.0 (2026-08-23)

  • refactor(document-outline)!: rename DocumentPackage to DocumentTree (318a347)
  • refactor(document-outline)!: rename the graph projection's root-node kind to documentTree (37d745b)

BREAKING CHANGES

  • a GraphNode's root document-node kind discriminant is
    now 'documentTree', was 'documentPackage'.
  • every DocumentPackage-rooted export this package
    re-exports or types against (DocumentTree, TreeGroup, TreeLeaf) tracks
    document-schema.js 5.0.0's rename.

Dependencies

  • Updated document-schema.js to ^5.0.0