Skip to content

Releases: jylitalo/go2md

Provide GitHub Action

26 Apr 19:17
Compare
Choose a tag to compare
  • Adds Dockerfile for docker image
  • Adds actions.yml for GitHub Action

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Mar 16:41
ea52093
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Feb 17:35
c76e4e6
Compare
Choose a tag to compare

What's Changed

  • Add --recursive option for going through the directory tree by @jylitalo in #4
  • Add GitHub Actions workflow to test go2md by @jylitalo in #5
  • Links to source code in funcs and types by @jylitalo in #7

Full Changelog: v0.3...v0.4.0

Line-up tags in struct fields

20 Feb 20:34
586f66d
Compare
Choose a tag to compare

What's Changed

  • Go2md v0.3 by @jylitalo in #3
    • warn about missing doc.go
    • warn about types that are not exported
    • bugfixes (for example [])
    • --output argument to direct output into file
    • line-up tags in struct fields

Full Changelog: v0.2...v0.3

Links to other READMEs and pkg.go.dev

06 Feb 18:42
5a9b1d5
Compare
Choose a tag to compare

What's Changed

  • links from index to types and functions
  • links from functions and types to imported types
    • to other readme files if in same repo
    • to go.pkg.dev if not part of same package
  • build instructions into main README

New Contributors

Full Changelog: v0.1...v0.2

v0.1

30 Jan 18:08
Compare
Choose a tag to compare

Initial proof of concept for creating golang documentation into static files with wget or curl