Skip to content

Releases: princjef/gomarkdoc

v1.1.0

17 Jun 17:00
e62c5ab
Compare
Choose a tag to compare

Changelog

v1.0.0

12 Jun 01:37
0124a63
Compare
Choose a tag to compare

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

15 Aug 18:04
8850369
Compare
Choose a tag to compare

Changelog

  • 8850369 fix(cmd): correct permissions of created files and folders (#76)

v0.4.0

07 Jul 07:21
4118600
Compare
Choose a tag to compare

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

02 May 20:12
91c12f2
Compare
Choose a tag to compare

Changelog

  • 91c12f2 ci: switch to go 1.18 for test and release (#65)

v0.3.1

06 Jan 07:05
b99e6cb
Compare
Choose a tag to compare

Changelog

v0.3.0

15 Nov 03:39
0713663
Compare
Choose a tag to compare

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)

v0.2.1

16 Jun 16:01
Compare
Choose a tag to compare

Changelog

ace50af docs(formatcore): add package description to formatcore docs
e4b16b3 feat(format): expose formatting utils in new formatcore package (#43)
da13949 docs(readme): update programmatic usage example (#39)
14797b3 fix(cmd): perform equality check using hashes (#41)

v0.2.0

20 May 18:31
a62f166
Compare
Choose a tag to compare

Changelog

a62f166 chore(deps): update dependencies and golang version (#37)
cbfa3fe feat(cmd): automatically create parent folders for output file (#36)
c7a829b docs(readme): fix arg format in repository example (#33)
7508329 docs(readme): add GO111MODULE=on to installation command (#32)

v0.1.3

30 Nov 05:13
4de33c0
Compare
Choose a tag to compare

Changelog

4de33c0 fix(format): bypass escaping of links, add strikethrough escape (#30)