File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.0 (2023-09-30)
2
+
3
+ - New dark theme (thanks @peter-liu )
4
+ - Ignore YAML front-matter while rendering (thanks @hitzhangjie )
5
+ - Improved testing with Nix configuration, pytest, micromamba
6
+ - Softly drop support for node.js < 16
7
+ - Upgrade node.js dependencies
8
+
1
9
# 0.2.0 (2021-06-16)
2
10
3
- * Optional support for Mermaid.js diagrams
11
+ - Optional support for Mermaid.js diagrams
4
12
- Fine grained tests using pytest and Selenium which validate the content
5
13
- CI moved to Github Actions
6
14
- Upgrade highlight.js and socket.io versions
Original file line number Diff line number Diff line change 6
6
"url" : " git+https://github.com/instant-markdown/instant-markdown-d.git"
7
7
},
8
8
"description" : " Instantly-updating Markdown Server" ,
9
- "version" : " 0.2 .0" ,
9
+ "version" : " 0.3 .0" ,
10
10
"license" : " Apache-2.0" ,
11
11
"homepage" : " https://github.com/instant-markdown/instant-markdown-d" ,
12
12
"engines" : {
You can’t perform that action at this time.
0 commit comments