Skip to content

Releases: erNail/labdoc

1.2.0

15 Jun 23:35
Compare
Choose a tag to compare

1.2.0 (2024-06-15)

Features

  • Add functionality to display the current version of labdoc via the --version flag (f4d96fc)

1.1.1

15 Jun 13:42
Compare
Choose a tag to compare

1.1.1 (2024-06-15)

Bug Fixes

  • dependencies: Update module github.com/spf13/cobra to v1.8.1 (500b830)

1.1.0

13 Jun 22:23
Compare
Choose a tag to compare

1.1.0 (2024-06-13)

Features

  • Add column "Options" to the inputs table
  • Add column "Regex" to the inputs table
  • Add column "Mandatory" to the inputs table
  • Improve display of empty string values in the inputs table
  • Improve display of nil values in the inputs table
  • Avoid duplicate headings in the generated documentation

1.0.3

11 Jun 08:26
Compare
Choose a tag to compare

1.0.3 (2024-06-11)

Bug Fixes

  • Make the order of documented components deterministic by sorting the components by name (714ab1d)

1.0.2

10 Jun 10:26
afdf01f
Compare
Choose a tag to compare

1.0.2 (2024-06-10)

Bug Fixes

  • Adapt logic for formatting comments for the documentation so hash symbols can still be used for anchor links (afdf01f), closes #10

1.0.1

08 Jun 15:47
9485e7b
Compare
Choose a tag to compare

1.0.1 (2024-06-08)

Bug Fixes

  • dependencies: Update module github.com/stretchr/testify to v1.9.0 (#7) (9485e7b)

1.0.0

07 Jun 15:22
Compare
Choose a tag to compare

1.0.0 (2024-06-07)

Features

  • Add functionality to generate documentation for GitLab CI/CD components (afae25e)
  • Add GitLab CI/CD component for running labdoc generate (85457e8)
  • Add pre-commit hook for running labdoc generate (e074223)