mdast-util-gfm-autolink-literal provides mdast extensions to parse and serialize GitHub Flavored Markdown, GFM, autolink literal syntax in markdown. It plugs into mdast-util-from-markdown to add support when parsing into an mdast syntax tree, and mdast-util-to-markdown to generate the corresponding markdown when serializing the tree.
Project status
- The repository appears actively maintained, with a recent upstream push on 2025-01-23, and the latest published updates being 2.0.1 on 2024-08-19.
- Update/release cadence looks moderate rather than frequent, with 2.0.0 in 2023-07-10 and 2.0.1 in 2024-08-19 (about a 13-month gap), and no newer published updates after 2.0.1 in the provided history.
AI summary generated Today
Recent updates
2.0.1
8/19/2024Release 2.0.1 is a small update focused on improving the performance of the email-matching logic used for GFM autolink literals. The release notes only mention a refactor to the email regex, without calling out any behavioral or compatibility implications.
2.0.0
7/10/2023Release 2.0.0 modernizes the package to require Node.js 16+ and updates the public API to expose factory functions for the mdast-util extensions. It also bumps multiple major dependencies (including mdast-util-from-markdown/to-markdown and micromark character utilities) and adjusts the package’s ESM export wiring.
BreakingFeatures1.0.3
1/29/2023Release 1.0.3 includes a regex fix related to GFM autolink literal handling, plus documentation and code style refactors. The codebase was also reorganized significantly by introducing a new implementation file under lib/ and adjusting build/package configuration.