Releases: ekalinin/github-markdown-toc.go
Releases · ekalinin/github-markdown-toc.go
v1.4.0
v1.3.1
Changelog
- 0084f0e 1.3.1
- cfef5c8 Add re-version option to revert back to old GH html layout
- 5b05a20 Add more e2e tests (#50)
- 68775d0 Move internals into internal directory (#49)
- 8c3affe TestGHDocConvert2HTML_issue35: turn off debug mode
- d876534 add e2e tests & gh action running once a week
- cf75a83 e2e tests gh action: add manual trigger
- 6770e70 e2e tests gh action: restore correct data
- 5909879 e2e tests gh action: testing fail
- d84e895 fix e2e
- 7291b4a move GHToc into separate file; add some logging
- 27e5f61 revert regexp from 1.2.1
- e50e5d6 run e2e gh flow twice a week
v1.3.0
v1.2.1
Changelog
- 9a4e082 1.2.1: update to go1.19
- f544b29 Add GH action for tests/linting
- 694a7f4 Add TestGHDocConvert2HTML
- 552ceb6 Add TestGHDocConvert2HTML(NonPlainText|ErrorConvert|LocalFileNotExists)
- c4c42ae Add Test_httpGet
- a33a430 Add Test_httpGetForbidden
- dd31b24 Add Test_httpPost
- 139c915 Add test TestNewGHDocWithDebug
- 13b05a7 Add test for GHToc.Print
- 2a57631 Fix #35 to follow up the API's response changes (#36)
- 03cfbb1 Fix GHToc.Print (add new line); Fix linter (check error)
- 01e0094 Fix lint warnings
- de79cb4 Fix spelling
- ef1c678 Fix test names
- 0141f62 Fix typos
- ffd14b6 GH WF: Fix name & testing
- 7fd0124 GH WF: Improved testing
- b38a058 Merge branch 'master' of github.com:ekalinin/github-markdown-toc.go
- 28d82f9 Merge pull request #32 from zyazhb/master
- 92ed8d0 Move convertMd2Html into GHDoc for testability
- 3c4ea2e Move main into cmd dir; use 'ghtoc' as a package name
- 9cb84c6 Rename main_test into ghdoc_test
- 2d4fdaa Update Readme.md (add go install) (#37)
- e0d5d15 Update to go1.17
- 19bb435 add goreleaser gh flow
- af33161 golint is deprecated
- c8b5d15 goreleaser gh flow: use clean instead of rm-dist
- ec43e32 goreleaser gh flow: use next versions of the actions
- a3e410f update go.mod
1.2.0: add option --start-depth
1.1.0
1.0.0
0.8.0: added token flag
- added
--token
flag (andGH_TOC_TOKEN
environment variable)
0.7.1: added check for file existing
0.7.0: added --no-escape option; go1.8.3; vendor
- #4
- used go1.8.3
- used vendor + dep utility for build