Releases: suntong/html2md
v1.5.0
v1.1.2
v1.1.1
Release v1.1.1, with --plugin-br-to-newline
to convert <br>
to single newline for github
Changelog
- ec1b5c2 - [#] update README
- fbdda71 Merge pull request #17 from suntong/all-contributors/add-ImportTaste
- e201d76 docs: update .all-contributorsrc [skip ci]
- 8d78463 docs: update README.end2.e.md [skip ci]
- 85a6ed0 docs: update README.beg.e.md [skip ci]
- d8620e5 docs: update README.md [skip ci]
- c8a4f8f Merge pull request #16 from ImportTaste/master
- 082a6fb
to newline plugin - 0c94a6d Update bug-report-template.md
- 0f0d461 Update bug-report-template.md
- 132bb4b Update bug-report-template.md
- baf9ab8 Update issue templates
- 93410f1 - [#] update README.end.e.md
- 558da6d - [#] update README
- c7824a2 - [#] update README
Release v1.1.0
Release v1.1.0, now excluding control supported
Changelog
- d16838c - [#] v1.1.0
- 098407f - [+] implement excluding control. close #6
- 51354af - [+] add excluding control wireframe
- 4c67b36 Merge pull request #14 from suntong/all-contributors/add-magnusviri
- 28d520a docs: update .all-contributorsrc [skip ci]
- f8fdd0c docs: update README.end2.e.md [skip ci]
- 104ea84 docs: update README.beg.e.md [skip ci]
- 0cc8aa0 docs: update README.md [skip ci]
Release v1.0.0
Release v1.0.0, using html-to-markdown v1.4.0
, which has the EscapeMode
option.
Changelog
- f1fb303 - [!] fix for GoReleaser build failure
- 26ac3dd - [#] fix README typo
- 395425b Merge pull request #13 from suntong/all-contributors/add-097115
- 42c74c0 docs: update .all-contributorsrc [skip ci]
- e193fc9 docs: update README.end2.e.md [skip ci]
- 548b564 docs: update README.beg.e.md [skip ci]
- a2702ac docs: update README.md [skip ci]
- bd6a2d1 Merge pull request #12 from suntong/all-contributors/add-vivook
- 0ec6420 docs: update .all-contributorsrc [skip ci]
- 49bb91e docs: update README.end2.e.md [skip ci]
- c865e53 docs: update README.beg.e.md [skip ci]
- 999ce5c docs: update README.md [skip ci]
- e856935 Merge pull request #11 from suntong/all-contributors/add-m040601
- 66f8ae3 docs: update .all-contributorsrc [skip ci]
- 9051eae docs: update README.end2.e.md [skip ci]
- 78ddbcb docs: update README.beg.e.md [skip ci]
- fad3daa docs: update README.md [skip ci]
- f89675a Merge pull request #10 from suntong/all-contributors/add-itdoginfo
- d5b96c9 docs: update .all-contributorsrc [skip ci]
- d961d1a docs: update README.end2.e.md [skip ci]
- 56cfa21 docs: update README.beg.e.md [skip ci]
- 04d769b docs: update README.md [skip ci]
- 9e441fe Merge pull request #9 from suntong/all-contributors/add-VPanteleev-S7
- 08cf82e docs: update .all-contributorsrc [skip ci]
- de28fe0 docs: update README.end2.e.md [skip ci]
- efb045a docs: update README.beg.e.md [skip ci]
- aba1c28 docs: update README.md [skip ci]
- eeee792 - [+] add arm 32b build for linux
- fbd899d - [#] update README
- 09f5064 - [+] add all-contributors initial settings & separated READMEs
- 094a514 - [#] prepare for separated README
- f584bf7 - [+] add --opt-escape-mode; build with latest; closes #2 #4 #8
- 9103300 - [#] only install cloudsmith cli when necessary
- f8e3920 - [#] use real test to replace dummy test
- e4b8179 - [+] add prop_test.go from jsonfiddle
- d070055 - [!] fix CI/CD build
- bb6f668 Merge pull request #5 from VPanteleev-S7/patch-1
- 35efb93 README: Update install instructions
v0.2.2
publishing to central cloudsmith repo https://cloudsmith.io/~suntong/repos/repo/
Changelog
v0.2.1
Changelog
accdeb8 - [+] use GH actions for CD instead
19ead5b - [+] add TableCompat plugin; enable Table
c3106da - [] refactor out handleOptions() & handlePlugins() to reduce cyclomatic complexity of html2md()
e7c5acc - [+] update README
83af36d - [+] add .travis.yml with dummy test
a5af244 - [+] pkg md plugin handling functionality implemented
ab7bb77 - [+] pkg md options handling functionality implemented
b61a04a - [] -d/--domain option functionality implemented
bc50ae2 - [] updated _cli.yaml
db3f4a0 - [] use cli handling and clis functionalities
4ad51ce - [+] functionality implemented from goquery demo
fffbe38 - [+] refactor func html2md() to prop_html2md.go
e2ce2c8 - [+] add the initial wireframe
2a58677 Initial commit