Skip to content

Releases: florianeckerstorfer/eleventy-plugin-remark

v4.0.0 (13 November 2023)

13 Nov 18:29
Compare
Choose a tag to compare
  • #148 Update dependencies (by Porges)
  • #149 Execute unit and integration tests on Node 18, 19 and 20
  • New minimum Node version is 16.x

v3.1.1 (30 April 2022)

30 Apr 10:53
Compare
Choose a tag to compare
  • #101 Create processor for each render to allow per-page data

v3.1.0 (29 April 2022)

29 Apr 13:50
Compare
Choose a tag to compare
  • #100 Pass Eleventy Data to Remark

v3.0.0 (6 January 2022)

06 Jan 10:37
Compare
Choose a tag to compare
  • #87 Upgrade to latest remark (with support for ESM) (by j-f1)

Version 2.2.2 (9 November 2021)

09 Nov 21:03
Compare
Choose a tag to compare
  • Update dependencies
  • Add official support for Node 16.x and Node 17.x

Version 2.2.1 (18 February 2021)

18 Feb 18:55
Compare
Choose a tag to compare

This release introduces the option enableRehype, which defaults to true. Disabling rehype allows for more complex and custom rehype plugin chains.

  • #60 Update .npmignore
  • #61 Add Node 15.x to CI test matrix
  • #62 Update Rollup config: update externals, explicitly set default export

Changelog for v2.2.0

  • #58 Update dependencies
  • #59 Add option to enable rehype (defaults to true)

Note: Because of a misconfiguration of .npmignore v2.2.0 was never published to NPM. This has been fixed in #60 and was published as v2.2.1

Version 2.2.0 (18 February 2021)

18 Feb 18:30
Compare
Choose a tag to compare
  • #58 Update dependencies
  • #59 Add option to enable rehype (defaults to true by default)

Note: Because of a misconfiguration of .npmignore this release was never published to NPM. This has been fixed in #60 and was published as v2.2.1

Version 2.1.0 (1 December 2020)

01 Dec 13:08
Compare
Choose a tag to compare
  • #55 Use rehype-stringify instead of remark-html to convert to HTML
  • Update dependencies

Version 2.0.0 (3 October 2020)

04 Oct 07:18
Compare
Choose a tag to compare
  • #35 Add support for plugin options (by byoigres)
  • Update dependencies
  • Minimum Node version is now 10.x

v1.0.2 (2 December 2019)

02 Dec 21:41
Compare
Choose a tag to compare
  • Update README and links in package.json