Skip to content

Commit

Permalink
v2.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 10, 2020
1 parent 215853d commit 2d4391a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
### v2.0.0 (unreleased)

- BREAKING: drop support for Node.js 8, 9, 10, and 11. Support for Node.js 12
LTS (pending) and Node.js 13.2.0+.
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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schwifty-markdown",
"description": "Convert Markdown documents to HTML on the fly, including yUML and PlantUML diagrams and graph charts rendering.",
"version": "2.0.0-beta.16",
"version": "2.0.0-rc",
"keywords": [
"markdown",
"toc",
Expand Down

0 comments on commit 2d4391a

Please sign in to comment.