Skip to content

Releases: matty-rose/gha-docs

v0.15.2

14 Dec 10:29
Compare
Choose a tag to compare

0.15.2 (2021-12-14)

Bug Fixes

  • sort generated inputs/outputs/ext actions by name (1027e89)

Documentation

  • update readme with version bump (48a8b4b)

v0.15.1

04 Dec 11:12
Compare
Choose a tag to compare

0.15.1 (2021-12-04)

Bug Fixes

  • implement parsing for locally referenced actions in 'uses' (08d4ffd)

Documentation

  • update readme with version bump (e4bb0a9)

v0.15.0

27 Nov 04:58
Compare
Choose a tag to compare

0.15.0 (2021-11-27)

Features

  • add example usage mode flag + generator config (fd0f058)
  • implement usage mode switch (ad70c8c)

Tests

  • update test for usage mode coverage (dcaa5ad)

Code Refactoring

  • move generator config into separate file (958c89b)

Documentation

  • update readme with version bump (5e20787)

v0.14.0

27 Nov 03:28
Compare
Choose a tag to compare

0.14.0 (2021-11-27)

Features

  • add action example usage generation (edb5fda)
  • add code block generation to markdown doc (1a85a15)
  • add writetextln function to doc (fd522c3)

Code Refactoring

  • change ref to latest in example usage (c65a550)

Documentation

  • add todos for example uses (aa81e20)
  • update readme with injection/version bump (dd48887)

v0.13.0

14 Nov 04:41
Compare
Choose a tag to compare

0.13.0 (2021-11-14)

Features

  • add option to inject docs into existing file (bb0860f)

Tests

v0.12.1

14 Nov 02:45
Compare
Choose a tag to compare

0.12.1 (2021-11-14)

Bug Fixes

Tests

Documentation

  • update usage for output file (f35ade7)
  • update version in readme (76fd591)

v0.12.0

25 Oct 10:01
Compare
Choose a tag to compare

0.12.0 (2021-10-25)

Features

Tests

Documentation

  • add badges and better installation instructions (3995679)
  • add basic usage (81cf805)
  • add description (bb1ed2c)
  • add installation to readme (23ebcb2)
  • installation curl to specific named file (cf61088)

v0.11.0

24 Oct 11:55
Compare
Choose a tag to compare

0.11.0 (2021-10-24)

Features

  • add code blocks and explicit empty sections (4f2167d)

Bug Fixes

  • don't code format empty strings (3ff5f77)

Tests

  • add markdown format code test (bdef72c)

Code Refactoring

  • put link/code as methods on markdown doc struct (32ef8cc)

v0.10.0

24 Oct 11:05
Compare
Choose a tag to compare

0.10.0 (2021-10-24)

Features

  • add links to external actions (185df04)

Tests

  • add test for md link creation (deed3c4)
  • fix markdown links (71ee5e0)

Continuous Integration

  • add coverage to test workflow (4274de7)

v0.9.0

24 Oct 07:45
Compare
Choose a tag to compare

0.9.0 (2021-10-24)

Features

  • add external action generation (12040aa)
  • add external action parsing (e75ab78)

Bug Fixes

  • continue when step doesn't have key (c6027f7)