Releases: aduh95/schwifty-markdown
Releases · aduh95/schwifty-markdown
Release v2.0.0
- 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
- 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
v1.8.4
- 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
- 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 offs/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
v1.6.4
- 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