We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57c3c3 commit 0454041Copy full SHA for 0454041
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Change Log
2
3
+## v0
4
+
5
+ `v0.0.1`: First release
6
+ `v0.0.2`: No new features
7
+ `v0.0.3`: Add a lot of markdown syntax
@@ -58,9 +60,18 @@
58
60
+ `v0.0.12`
59
61
+ Change the exported class `Covert` to `Converter`
62
+ Now we can import this package by `import { Converter } from 'hackmd-to-html-cli'`
63
64
+## v1
65
66
+ `v1.0.0`
67
+ First publish
68
+ `v1.1.0`
69
+ Support url/wildcard input
70
+ New output flag `-o`
- + Flag `-s` is changed to `-i`
71
+ + Flag `-s` is changed to `-i`
72
73
+## v2
74
75
++ `v2.0.0`
76
+ + Starting support browser.
77
+ + Rename `.render()` to `.convert()`
0 commit comments