Skip to content

Releases: marp-team/marp-cli

v3.2.1

24 Aug 12:27
Compare
Choose a tag to compare

Added

Changed

  • Replace is-docker to is-inside-container for detecting more virtualized containers (#543, #544)

v3.2.0

04 Aug 17:37
Compare
Choose a tag to compare

Changed

  • Upgrade Marp Core to v3.8.0 (#536)
    • This core is no longer depending on the global highlight.js instance, in favor of the instance-specific highlight.js that is accessible through highlightjs getter
  • Upgrade Node.js LTS (#536)
  • Upgrade dependent packages to the latest versions (#535, #536, #537)

v3.1.0

09 Jul 08:26
Compare
Choose a tag to compare

Added

  • ES Modules support for the configuration file (#534)
  • Config type definition (#534)

Changed

  • Upgrade dependent packages to the latest versions (#533)
  • Route help messages to stdout instead of stderr (#532 by @tomotargz)

v3.0.2

19 Jun 16:12
Compare
Choose a tag to compare

Fixed

  • Fix TypeError in the standalone binary by reverting how to resolve the bundled Marp Core (#526, #527)

v3.0.1

19 Jun 15:30
Compare
Choose a tag to compare

Fixed

  • Temporarily disable ESM engine resolution when using the standalone binary (#524, #525)

v3.0.0

10 Jun 17:12
Compare
Choose a tag to compare

Breaking

  • End-of-Lifed Node.js 14 is no longer supported, and required the latest Node.js 16 and later (#523)

Added

  • Support ES Modules and async resolution for engine script (#521)

Changed

  • Upgrade Marp Core to v3.7.0 (#523)
  • Upgrade Marpit to v2.5.0 (#523)
    • Added paginate: skip and paginate: hold

Fixed

  • Time out of conversion powered by Chromium in v2.5.0 Docker image (#520)

v2.5.0

16 Apr 09:16
Compare
Choose a tag to compare

Added

Changed

  • Upgrade Marp Core to v3.6.0 (#517)
  • Upgrade dependent packages to the latest version (#517)
  • Change id attribute for the whole of bespoke template's HTML document, to avoid conflicting with slugs generated from Markdown headings (#516)

Fixed

  • Fix an edge case about failure of global directive injection by CLI with --html option (#511, #519)

v2.4.0

19 Feb 17:51
Compare
Choose a tag to compare

Changed

Fixed

  • Apply lazy resolution for engine's package.json (#503)

v2.3.0

08 Jan 16:29
Compare
Choose a tag to compare

Breaking

Changed

  • Upgrade Marp Core to v3.4.2 (#493)
  • Upgrade Node.js and dependent packages (#493)

v2.2.2

21 Nov 22:37
Compare
Choose a tag to compare

Fixed

  • Fix segmentation fault that brings while resolving bundled engine (#487, #488)