mdast-util-gfm-table provides mdast extensions to parse and serialize GitHub Flavored Markdown (GFM) tables, turning GFM table syntax into mdast nodes and back. It is useful when you are already using mdast-util-from-markdown and mdast-util-to-markdown with table support.
Project status
- The upstream last push was 2023-10-19, and the most recent published update in the provided history is 2.0.0 dated 2023-07-10, suggesting the project is no longer actively pushing frequent updates (likely in a maintenance or steady-state phase rather than active iteration).
- Update cadence appears sparse, with 1.0.6 (2022-09-12), 1.0.7 (2023-01-30), then a major 2.0.0 (2023-07-10); no newer updates are shown after mid to late 2023.
AI summary generated Today
Recent updates
2.0.0
7/10/2023mdast-util-gfm-table v2.0.0 updates its packaging and underlying mdast-util dependencies, and changes the public API shape for `gfmTableFromMarkdown`. It also updates the markdown serialization extension to align with newer `mdast-util-to-markdown` internals and handler wiring.
Breaking1.0.7
1/30/2023Release 1.0.7 is described as a documentation/code-style update. However, the actual diff shows substantial changes to TypeScript declaration packaging and the project build/type-check toolchain, beyond the release notes. Runtime logic changes are not clearly evident, but the TypeScript surface and build process were materially modified.
Features1.0.6
9/12/2022Release 1.0.6 is a small packaging change. The release notes indicate that a missing type dependency was added.