Skip to content

Releases: ekalinin/github-markdown-toc.go

0.6.0: added --depth option & compiled with go1.6.2

04 May 09:54
Compare
Choose a tag to compare

0.5.0: fixed new github's layout & compiled with go1.5.3

29 Jan 10:07
Compare
Choose a tag to compare

0.4.1: fixed escaping in hrefs

18 Aug 12:34
Compare
Choose a tag to compare

0.4.0: parallel processing

28 Jul 08:29
Compare
Choose a tag to compare

0.3.2: abs path if work with >= 2 docs

26 Jul 19:46
Compare
Choose a tag to compare

0.3.1: fixed toc with backquotes

13 Jul 08:39
Compare
Choose a tag to compare
  • fixed toc with backquotes
  • fixed some tests

0.3.0: read md from stdin

10 Jul 08:10
Compare
Choose a tag to compare
  • added ability to read md from stdin if no args entered

0.2.1: improved cli args handling and help

09 Jul 08:18
Compare
Choose a tag to compare
  • used kingpin (v2.0.10) instead of flags

0.2.0: support for local md files

09 Jul 09:00
Compare
Choose a tag to compare
  • support for local md files

init version

09 Jul 09:01
Compare
Choose a tag to compare
  • supported remote docs
  • unit tests