Skip to content

Releases: aduh95/schwifty-markdown

Release v2.0.0

11 Jun 14:26
Compare
Choose a tag to compare
  • BREAKING: drop support for Node.js 8, 9, 10, and 11. Support for Node.js 12
    LTS and Node.js 14+.
  • BREAKING: use dynamic imports (lazy-loading) to improve parallel processing
    (requires Node.js 10+).
  • BREAKING: use worker_threads for yUML and PlantUML rendering (requires Node.js
    12+).
  • BREAKING: use unflagged ESM (requires Node.js 12.17+).
  • Can now read Markdown from stdin.
  • No more child process spawning.
  • Remove use of paths relative to cwd.
  • Export md2html function for external API usage.
  • Improve SVG error visibility.
  • Update dependencies.

Release v2.0.0-rc

10 Jun 15:12
Compare
Choose a tag to compare
Release v2.0.0-rc Pre-release
Pre-release
  • BREAKING: drop support for Node.js 8, 9, 10, and 11. Support for Node.js 12
    LTS and Node.js 13.2.0+.
  • BREAKING: use dynamic imports (lazy-loading) to improve parallel processing
    (requires Node.js 10+).
  • BREAKING: use worker_threads for yUML and PlantUML rendering (requires Node.js
    12+).
  • BREAKING: use unflagged ESM (requires Node.js 12.17+).
  • Can now read Markdown from stdin.
  • No more child process spawning.
  • Remove use of paths relative to cwd.
  • Export md2html function for external API usage.
  • Improve SVG error visibility.
  • Update dependencies.

v1.8.5

11 Nov 02:00
Compare
Choose a tag to compare
  • Update dependencies

v1.8.4

05 Sep 21:03
Compare
Choose a tag to compare
  • Fix a bug with code highlighting
  • Fix a bug with links internal to a document
  • Update dependencies for Node 11
  • Fix a bug with inline charts
  • Add support for uppercase markdown extension
  • Install does not fail on unsupported Node version anymore
  • Remove usage of is-windows package to improve perf

v1.8.0

17 May 21:58
Compare
Choose a tag to compare
  • Add support for yUML sequence diagrams
  • Add support for inline charts and UML diagrams
  • Add support for mermaid diagrams (experimental)
  • Remove fs-extra dependency in favor of fs/promises
  • Improve package API access
  • Fix bug on metadata with Windows-like EOL
  • Improve performance of yUML diagrams rendering (lazy-load to improve startup
    time, rendering 10 times faster)
  • Add preview for yUML and PlantUML inlined code

v1.7.1

15 May 09:31
Compare
Choose a tag to compare
  • Add CLI flag --output to output a PDF
  • Add automatic non breaking spaces (helping French people mostly)
  • Remove relative links on printing to avoid broken links
  • Fix bug on Node 8.10

v1.6.4

16 Feb 13:35
Compare
Choose a tag to compare
  • Allow back navigation within local links with History API
  • Fix a bug in Firefox causing tab to close unexpectedly
  • Fix page break around TOC
  • Add warning when no preload support on browser (break syntax highlighting)
  • Add .npmignore file
  • Update dependencies
  • Patch bug when clicking on a link containing a sub-element

v1.6.0

31 Jan 01:38
Compare
Choose a tag to compare
  • Add support for YAML metadata (including external JS&CSS files)
  • Update HTML id generation for <hX> tags to match behavior other markdown
    parsers
  • Title is now set by the first h1 it it appears first in the document

v1.4.3

22 Dec 21:14
Compare
Choose a tag to compare
  • Add support for section without subsections in the TOC for bigger screens
  • Add support for header and footer elements (experimental)
  • Update dependencies

v1.3.4

29 Nov 11:21
Compare
Choose a tag to compare
  • Fix bugs with xivmap
  • Fix a bug with TOC
  • Fix a bug when printing PlantUML diagram