# remark-gfm changelog > remark plugin for GitHub Flavored Markdown — tables, task lists, strikethrough, autolinks. - Vendor: unified - Category: Frameworks & Libraries - Official site: https://github.com/remarkjs/remark-gfm - Tracked by: What's New (https://whatsnew.fyi/product/remark-gfm) - Harvested from: GitHub (remarkjs/remark-gfm) - Entries below: 6 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 4.0.1 - Date: 2025-02-10 - Version: 4.0.1 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/4.0.1 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/4.0.1 ###### Types * 4af823a Refactor to use `interface` for exposed types * 3a57a5b Add declaration maps * 76559f9 Refactor to use `@import`s ###### Docs * 173394d Add docs on footnote option * 21cae6a Fix typo by @leafac in https://github.com/remarkjs/remark-gfm/pull/73 **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1 ### 4.0.0 - Date: 2023-09-18 - Version: 4.0.0 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/4.0.0 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/4.0.0 ###### Change * b8cc334 Update `@types/mdast`, `unified`, utilities **migrate**: update too * 9eb0f54 Change to use `exports` **migrate**: don’t use private APIs * 5715c93 Change to require Node.js 16 **migrate**: update too **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0 ### 3.0.1 - Date: 2021-11-03 - Version: 3.0.1 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/3.0.1 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/3.0.1 * 97437dc Add improved docs by @wooorm in https://github.com/remarkjs/remark-gfm/pull/25 **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/3.0.0...3.0.1 ### 3.0.0 - Date: 2021-10-03 - Version: 3.0.0 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/3.0.0 * 890005e Add support for [GFM footnotes](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) ✨ (if you were using `remark-footnotes` before, you should remove it!) (how footnotes are turned to HTML is done in `remark-rehype`, please update that too) **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/2.0.0...3.0.0 ### 2.0.0 - Date: 2021-08-06 - Version: 2.0.0 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/2.0.0 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/2.0.0 * 6c518d8 Use ESM ```js // From CommonJS var remarkGfm = require('remark-gfm') // To ESM import remarkGfm from 'remark-gfm' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) * 37d92ac Add JSDoc based types * 0846014 Remove warning for remark 12 **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0 ### 1.0.0 - Date: 2020-10-04 - Version: 1.0.0 - Original notes: https://github.com/remarkjs/remark-gfm/releases/tag/1.0.0 - Permalink: https://whatsnew.fyi/product/remark-gfm/releases/1.0.0 💯