Releases: princjef/gomarkdoc
Releases · princjef/gomarkdoc
v1.1.0
v1.0.0
Changelog
- 0124a63 feat(format): allow template funcs to be customized (#98)
- 7f25ccf feat(format): escape link text (#97)
- 43f2be8 ci: improve coverage measurement (#96)
- 5e37559 feat(lang): update examples to better match godoc/pkg.go.dev (#69)
- 88639c6 docs(readme): fix option for template overriding in example (#92)
- cac02fa feat(cmd) add diff to --check output (#95)
- cc78abb feat: add support for links in documentation (#89)
- 7d0c2ca fix(templates): fix inconsistent spacing (#88)
- bbe4470 feat: use go1.19 documentation parsing to parse documentation blocks (#87)
- 1144eca chore(deps): update to go 1.20 and latest golangci-lint (#85)
v0.4.1
v0.4.0
Changelog
- 4118600 fix(format): remove dot and colon characters from escape function (#70)
- 2efd0c5 Generated files have an execution permissions on Linux (#72)
- 80124ce feat: make it easier to customize package imports
- 5c06b2c docs(readme): add section with usage examples (#73)
- 1970099 fix(lang): compute correct name for parameterized method receivers (#66)
- faf7513 fix(cmd): support embed when running in check mode (#64)
v0.3.2
v0.3.1
v0.3.0
Changelog
0713663 ci: update to golang build verion to 1.17 and update linter (#54)
b1824e6 fix(lang): render function signatures using standard formatting (#53)
63ab7db feat(cmd): add support for build tags (#52)
33854af docs(readme): update installation instructions (#50)
4fbf40f fix(lang): compute func example name correctly (#51)
4f6490e docs(readme): change default examples to use --output option (#45)