Skip to content

Releases: ekalinin/github-markdown-toc.go

v1.4.0

02 Mar 14:01
Compare
Choose a tag to compare

Changelog

  • 3a7d07c 1.4.0
  • b109d30 Fixed code in the header
  • 5b1817f Update for a new GH layout; Add support for prev versions of layout
  • 5dc0a42 Update tests (support 2 versions of parsers)

v1.3.1

18 Nov 10:08
Compare
Choose a tag to compare

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

01 Oct 11:22
Compare
Choose a tag to compare

Changelog

v1.2.1

03 Feb 08:13
Compare
Choose a tag to compare

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

14 Dec 10:01
Compare
Choose a tag to compare

1.1.0

29 Nov 14:49
Compare
Choose a tag to compare
  • Pass token via header into GitHub API
  • Save full response into file from GitHub if --debug is set

1.0.0

14 Nov 15:55
Compare
Choose a tag to compare
  • used mod instead of dep (removed vendor directory)
  • refactoring (most of the logic now is in the GHDoc)
  • handle "API rate limit exceeded" error
  • added bash/zsh autocomplete section into README
  • added --debug flag
  • added --hide-footer flag

0.8.0: added token flag

10 Aug 10:05
Compare
Choose a tag to compare
  • added --token flag (and GH_TOC_TOKEN environment variable)

0.7.1: added check for file existing

04 Jul 09:18
Compare
Choose a tag to compare

0.7.0: added --no-escape option; go1.8.3; vendor

03 Jul 13:31
Compare
Choose a tag to compare
  • #4
  • used go1.8.3
  • used vendor + dep utility for build