Skip to content

Commit 0454041

Browse files
committed
feat: support web by webpack
1 parent c57c3c3 commit 0454041

File tree

4 files changed

+573
-31
lines changed

4 files changed

+573
-31
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## v0
4+
35
+ `v0.0.1`: First release
46
+ `v0.0.2`: No new features
57
+ `v0.0.3`: Add a lot of markdown syntax
@@ -58,9 +60,18 @@
5860
+ `v0.0.12`
5961
+ Change the exported class `Covert` to `Converter`
6062
+ Now we can import this package by `import { Converter } from 'hackmd-to-html-cli'`
63+
64+
## v1
65+
6166
+ `v1.0.0`
6267
+ First publish
6368
+ `v1.1.0`
6469
+ Support url/wildcard input
6570
+ New output flag `-o`
66-
+ 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

Comments
 (0)