Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 21:36
· 667 commits to master since this release

Changelog

Features

  • Code blocks support for all formats. Single line break support (#123)
  • Add --no-escape flag for Markdown printer (#117)
  • Use Cobra CLI instead of docopt (#116)
  • Escape pipe character when generating Markdown (#114)
  • Replace dep with Go Modules (#100)
  • Replace gometalinter with golangci-lint. (#103)

Bug Fixes

  • target deps was missing (required by all) (#126)
  • Add support for controlling the indentation of Markdown headers (#120)
  • Fix typo in options documentation (#98)

Refactoring

  • Use Github Actions instead of Circle CI (#124)
  • Refactor Settings for better performance (#119)
  • Enhance release scripts
  • Generate release note based on the current tag changelog
  • Enhance Makefile and add editorconfig (#115)
  • Add Changelog generation via git-chglog. (#104)

Documentation

  • Update Installation and Code Completion in README
  • Add 'enhancement' section to pull request template (#101)

Contributors