Skip to content

Releases: cpuguy83/go-md2man

v2.0.4

18 Mar 16:08
d6816bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

10 Oct 18:09
f67b5f6
Compare
Choose a tag to compare

Rendering bug fixes:

CLI improvements:

Other changes include code formatting and doc imporvements.

Thanks to all who helped make this release happen.

v2.0.2 - Housekeeping

25 Apr 16:25
d970781
Compare
Choose a tag to compare

This is just a housekeeping patch to bring in Dockerfile changes into the v2.0.x tree.
Changes include:

  • Cross compile support
  • Bump go from 1.8 to latest (1.18)
  • Make go version and go image used configurable

v2.0.1

20 Jul 21:16
b1ec32e
Compare
Choose a tag to compare

This release has a number of rendering bugs resolved.
I’d hoped to squash a few more but the fixes were a little more tricky and need more time to get right.

Thanks to all the contributors!

Full changelog:

  • df89e5f - Fix go version var in ci yaml (Brian Goff)
  • ed62554 - Merge pull request #74 from kolyshkin/overescape (Brian Goff)
  • 1c88e95 - Do not escape dash, underscore, and ampersand (Kir Kolyshkin)
  • 934d1d5 - Fix wrapping for longer cell content (Sebastiaan van Stijn)
  • 817886f - Set up Dependabot (#71) (Matthieu MOREL)
  • 9962558 - Fix inline markup causing table cells to split (Sebastiaan van Stijn)
  • 9414b4c - Fix missing carriage return before .TE if last table cell is empty (Sebastiaan van Stijn)
  • 9654f2a - Revert "added linebreak before .TE (table end)" (Sebastiaan van Stijn)
  • 2d04436 - Revert "Fix newline in table test" (Sebastiaan van Stijn)
  • 129c806 - Makefile: rm check and lint targets (Kir Kolyshkin)
  • 8a6c065 - ci/gha: add golangci-lint run (Kir Kolyshkin)
  • 2ed4073 - ci/gha: update (Kir Kolyshkin)
  • da4e952 - Fix handling multiple definition descriptions (Kir Kolyshkin)
  • 563aa3a - Ignore unknown HTML tags to prevent noisy warnings (Sebastiaan van Stijn)
  • b0a9a12 - Bump github.com/russross/blackfriday/v2 to v2.1.0 (Tobias Klauser)
  • f96407e - remove travis config, as CI now runs as GitHub action (Sebastiaan van Stijn)
  • 1029f53 - Add testing action (Brian Goff)
  • 6615cdb - Fix newline in table test (Brian Goff)
  • 1fc61ec - added linebreak before .TE (table end) (bud)
  • 45be6e4 - chore: set go minimal version to 1.11 (Quentin Brosse)
  • 1f4b25f - Remove escaping tilde character (Ivan Valdes (@ivanvc))

1.0.10

14 Mar 22:56
Compare
Choose a tag to compare
  • Bumps blackfriday to 1.5.2
  • Some tidying up of CI, Makefile enhancements.

1.0.9

14 Mar 22:54
Compare
Choose a tag to compare
  • Use go modules instead of go dep
    i. Everything is still vendored so build scripts should not fail

1.0.8

06 Feb 03:54
Compare
Choose a tag to compare
  • Improve testing
  • Improve rendering of nested lists - #30 @msimacek

v1.0.7

30 Aug 17:27
Compare
Choose a tag to compare
  • Switch vendor tool to dep #29
  • Update blackfriday vendoring to v1.5 #29

Thanks to @zevdg for working on getting this over to dep!

v1.0.6

07 Sep 16:50
Compare
Choose a tag to compare
  • Vendor in dependencies (#23)
  • Use stdin/stdout if no -in or -out is specified (#22)
  • Fix issue where link text was not being printed (#21)

Thanks to contributors for this release:
@AkihiroSuda