Skip to content

Releases: hoverkraft-tech/ci-dokumentor

0.2.2

07 Oct 09:36

Choose a tag to compare

Release Summary

Core now outputs to multiple destinations when present, improving multi-target generation workflows.
CLI adds multi-line output support to the GitHub Actions logger adapter.

Internal: action documentation updated and npm dev dependencies bumped.

Breaking change(s)

No breaking changes identified in these pull requests.

What's Changed

  • docs: update action documentation by @hoverkraft-bot[bot] in #198
  • fix(core): generate should outputs multiple destinations if any by @neilime in #199
  • fix(cli): add multiline output support to GitHub Actions logger adapter by @Copilot in #200
  • build(deps-dev): Bump the npm-dev-dependencies group with 2 updates by @dependabot[bot] in #201

Full Changelog: 0.2.1...0.2.2

0.2.1

06 Oct 08:33

Choose a tag to compare

Release Summary

Fixes: (core) spawn a dedicated renderer for each run.

Internal: action documentation updated, dev dependencies bumped, and a devcontainer config added.

Breaking change(s)

No breaking change.

What's Changed

  • docs: update action documentation by @hoverkraft-bot[bot] in #193
  • build(deps-dev): Bump the npm-dev-dependencies group with 7 updates by @dependabot[bot] in #194
  • fix(core): spawn dedicated renderer for each run by @neilime in #195
  • build(deps-dev): Bump the npm-dev-dependencies group with 3 updates by @dependabot[bot] in #196
  • chore: add devcontainer config by @neilime in #197

Full Changelog: 0.2.0...0.2.1

0.2.0

02 Oct 16:34

Choose a tag to compare

Release Summary

Introduces multi-file processing with glob patterns, concurrency, and improved GitHub Action support while preserving single-file compatibility.

Internal: documentation refreshed and dependencies updated (Inversify, dev toolchain, GitHub Actions).

Breaking changes

No breaking changes were introduced; the feature maintains backward compatibility with single-file workflows.

What's Changed

  • docs: update action documentation by @hoverkraft-bot[bot] in #184
  • feat: Add multi-file processing with clean architecture (glob patterns, concurrency, GitHub Action support) by @Copilot in #186
  • docs: update action documentation by @hoverkraft-bot[bot] in #192
  • build(deps): Bump inversify from 7.10.1 to 7.10.2 by @dependabot[bot] in #191
  • build(deps-dev): Bump the npm-dev-dependencies group with 4 updates by @dependabot[bot] in #190
  • build(deps): Bump the github-actions-dependencies group with 3 updates by @dependabot[bot] in #188

Full Changelog: 0.1.3...0.2.0

0.1.3

30 Sep 17:44

Choose a tag to compare

Release Summary

This release includes fixes for GitHub Actions handling, ensuring input default values are properly managed and removing unwanted line breaks in descriptions. Documentation has also been updated to reflect the latest improvements.

Breaking change(s)

There is no breaking change.

What's Changed

  • docs: update action documentation by @hoverkraft-bot[bot] in #181
  • fix(cicd-github-actions): remove extra line breaks in description by @neilime in #182
  • fix(cicd-github-actions): handle input default values properly by @neilime in #183

Full Changelog: 0.1.2...0.1.3

0.1.2

30 Sep 12:44

Choose a tag to compare

Release Summary

Feature (GitHub Actions): combine the action’s description field with top comments to produce extended descriptions. Documentation for the action was refreshed (docs).

Internal: bumped hoverkraft-tech/ci-github-publish to 0.9.1 (build).

Breaking change(s)

No breaking changes.

What's Changed

  • docs: update action documentation by @hoverkraft-bot[bot] in #177
  • feat(cicd-github-actions): Combine action description field with top comments for extended descriptions by @Copilot in #179
  • build(deps): Bump hoverkraft-tech/ci-github-publish from 0.9.0 to 0.9.1 in the github-actions-dependencies group by @dependabot[bot] in #180

Full Changelog: 0.1.1...0.1.2

0.1.1

30 Sep 10:02

Choose a tag to compare

Release Summary

Fix (GitHub Actions): preserve headings in Examples via proper fenced code block parsing.
Docs: action documentation refreshed.
Internal: updated npm dev dependencies, bumped @octokit/graphql to 9.0.2, and refreshed GitHub Actions dependencies.

Breaking change(s)

No breaking changes.

What's Changed

  • fix(cicd-github-actions): preserve headings in examples section with proper fenced code block parsing by @Copilot in #172
  • docs: update action documentation by @hoverkraft-bot[bot] in #174
  • build(deps-dev): Bump the npm-dev-dependencies group with 10 updates by @dependabot[bot] in #175
  • build(deps): Bump @octokit/graphql from 9.0.1 to 9.0.2 by @dependabot[bot] in #176
  • build(deps): Bump the github-actions-dependencies group with 2 updates by @dependabot[bot] in #173

Full Changelog: 0.1.0...0.1.1

0.1.0

29 Sep 16:05

Choose a tag to compare

What's Changed

  • build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #13
  • chore: rename project by @neilime in #15
  • build(deps): Bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot[bot] in #20
  • build(deps): Bump inversify from 7.5.2 to 7.7.0 by @dependabot[bot] in #27
  • build(deps): Bump commander from 12.1.0 to 14.0.0 by @dependabot[bot] in #23
  • refactor: remove github-actions wrapper package and simplify architecture by @Copilot in #30
  • feat: standardize container architecture with consistent initContainer pattern and return-fast strategy by @Copilot in #32
  • feat: add comprehensive GitHub Copilot instructions with make commands by @Copilot in #36
  • feat: implement license section generation with GitHub API integration and core license service by @Copilot in #34
  • fix: resolve lint issues in CI/CD pipeline by @Copilot in #38
  • feat(cli): implement direct adapter retrieval and enhance generator service architecture by @Copilot in #40
  • feat: create Docker image with production-grade configuration, multi-platform CI/CD integration, and secure GitHub Actions pinning by @Copilot in #43
  • feat: implement accurate Docusaurus documentation with real CLI usage, streamlined CI workflow, security-hardened GitHub Actions, and full compliance with CSS/markdown/natural language linting standards by @Copilot in #45
  • build(deps): Bump the github-actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #50
  • docs: add docs package by @neilime in #52
  • fix: docker build by @neilime in #54
  • build(deps): Bump node from 22-alpine to 24-alpine in /docker in the docker-dependencies group across 1 directory by @dependabot[bot] in #53
  • test: improve tests by @neilime in #55
  • docs: improve generate command docs by @neilime in #63
  • feat: add GitHub Action with configurable inputs and self-hosted documentation generation by @Copilot in #62
  • feat: add priority behavior for RepositoryProvider by @Copilot in #68
  • build(deps): Bump inversify from 7.9.0 to 7.9.1 by @dependabot[bot] in #71
  • build(deps-dev): Bump typescript-eslint from 8.40.0 to 8.41.0 in the npm-dev-dependencies group by @dependabot[bot] in #70
  • ci: test action by @neilime in #69
  • feat(cicd/github-actions): add "generated by ci-dokumentor" section by @Copilot in #76
  • feat(cli): implement logger service with adapter pattern and comprehensive test coverage by @Copilot in #66
  • build(deps-dev): Bump the npm-dev-dependencies group with 4 updates by @dependabot[bot] in #77
  • feat(cli): add dry-run mode with documentation preview for generate command by @Copilot in #74
  • feat(generate): add manifest version in usage section by @Copilot in #79
  • chore: add docs and tests by @neilime in #80
  • feat: publish npm package for CI Dokumentor CLI with package testing by @Copilot in #61
  • feat(badges): add support for extra badges in badges section generator by @Copilot in #82
  • fix(generate): fix section rendering issues by @neilime in #83
  • fix: generation issues by @neilime in #84
  • fix(generate): optimize generation by @neilime in #85
  • fix(generate): misc outputs issues by @neilime in #87
  • fix(action): extra badge format by @neilime in #90
  • build(deps-dev): Bump the npm-dev-dependencies group with 7 updates by @dependabot[bot] in #92
  • build(deps): Bump actions/download-artifact from 4.1.8 to 5.0.0 in the github-actions-dependencies group by @dependabot[bot] in #91
  • feat: add migrate command with comprehensive documentation and adapter-specific mappings by @Copilot in #89
  • feat(github-actions): add "security" section generator by @Copilot in #94
  • fix(header): make logo image src relative to documentation destination file by @Copilot in #96
  • fix(core): markdown renderer misc issues by @neilime in #97
  • docs: update action documentation by @hoverkraft-bot[bot] in #98
  • build(deps): Bump inversify from 7.9.1 to 7.10.0 by @dependabot[bot] in #102
  • feat(cli,core,docs): support url to link transformation in markdown formatter with CLI options and security fixes by @Copilot in #104
  • docs: update action documentation by @hoverkraft-bot[bot] in #105
  • build(deps): Bump actions/create-github-app-token from 2.1.1 to 2.1.4 in the github-actions-dependencies group by @dependabot[bot] in #99
  • build(deps-dev): Bump the npm-dev-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #106
  • docs: make Documentation Production-Grade (audit, clean, complete) by @Copilot in #108
  • docs: update action documentation by @hoverkraft-bot[bot] in #111
  • fix(cicd/github-actions): yaml in usage uses single quotes by @neilime in #114
  • docs: update action documentation by @hoverkraft-bot[bot] in #115
  • feat(migrate): improve GitHub Actions README Generator migration behavior by @Copilot in #110
  • docs: update action documentation by @hoverkraft-bot[bot] in #116
  • feat(cicd/github-actions): implement the "examples" section generation by @Copilot in #113
  • docs: update action documentation by @hoverkraft-bot[bot] in #120
  • build(deps-dev): Bump the npm-dev-dependencies group with 8 updates by @dependabot[bot] in #119
  • docs: update action documentation by @hoverkraft-bot[bot] in #121
  • refactor: add reader adapter with complete fs abstraction by @Copilot in #123
  • docs: update action documentation by @hoverkraft-bot[bot] in #124
  • build(deps): Bump commander from 14.0.0 to 14.0.1 by @dependabot[bot] in #101
  • docs: update action documentation by @hoverkraft-bot[bot] in #126
  • chore: upgrade dev deps by @neilime in #125
  • docs: update action documentation by @hoverkraft-bot[bot] in #127
  • fix(migrate): write empty sections properly by @neilime in #128
  • docs: update action documentation by @hoverkraft-bot[bot] in #131
  • feat(cicd-github-actions): add support for workflow description from comments by @Copilot in #130
  • fix(generate): misc generation issues by @neilime in #134
  • refactor: create ReadableContent wrapper class to abstract Buffer operations by @Copilot in #133
  • fix(generate): misc generation issues by @neilime in #139
  • docs: update action documentation by @hoverkraf...
Read more