Skip to content

Releases: cppalliance/antora-cpp-reference-extension

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 May 17:57

πŸš€ Features

New features and additions

  • ✨ Add auto base URL detection. 10a4019
  • πŸ’« Synthesize reference breadcrumbs without nav files.1 ae95eb2
  • 🌟 Skip mode for fast preview builds.2 d9e9720

πŸ› Fixes

Bug fixes and error corrections

  • Handle varied MrDocs version outputs. 07c8fac

πŸ“– Documentation

Documentation updates and improvements

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.1.0 8f12576

  1. Antora’s UI trusts page.breadcrumbs, so we capture every generated .adoc, patch buildUiModel once, and inject our directory-derived trail (module β†’ namespaces β†’ leaf page) at contentClassified. That lets us keep the sidebar untouched while still producing clickable breadcrumbs for thousands of MrDocs pages with no gigantic nav.adoc required in the sidebar. ↩

  2. Enables previewing prose/UI/nav changes without running MrDocs.Three independent signals turn it on (skip: true in the playbook,--attribute skip-cpp-reference on the antora CLI, orANTORA_SKIP_CPP_REFERENCE in the environment); when more than oneis active the placeholder lists the undo step for each.The skip path honors the user's module override (descriptor orconfig) and finalizes on the tagfile registry, so a co-installedtagfiles extension's waitFor('reference') doesn't deadlock. ↩

v0.1.0

Choose a tag to compare

@alandefreitas alandefreitas released this 12 Nov 07:48

πŸš€ Features

New features and additions

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.9 600961c

v0.0.9

Choose a tag to compare

@alandefreitas alandefreitas released this 28 Oct 18:48

♻️ Refactor

Code refactoring and restructuring

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.8 53c83b9

v0.0.8

Choose a tag to compare

@alandefreitas alandefreitas released this 01 Oct 21:51

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.7 f71a24c

v0.0.7

Choose a tag to compare

@alandefreitas alandefreitas released this 22 Sep 23:28

πŸš€ Features

New features and additions

  • ✨ Reuse local mrdocs install. 8a6c89f

πŸ› Fixes

Bug fixes and error corrections

  • Validate release assets. c5f4f5e
  • Support missing dependencies field. f58ec66

πŸ§ͺ Tests

Test cases and testing-related changes

  • Update mrdocs.yml compilation database. 96d6fcb

🚦 Continuous Integration

Changes related to continuous integration

  • Exercise release workflow. f71a24c

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.6 366e0ef

v0.0.6

Choose a tag to compare

@alandefreitas alandefreitas released this 02 Jan 13:55

πŸš€ Features

New features and additions

  • ✨ Mrdocs version options. ba4e985

♻️ Refactor

Code refactoring and restructuring

  • Modular generateMrDocsArgs function. 366e0ef

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.5 166bacd

v0.0.5

Choose a tag to compare

@alandefreitas alandefreitas released this 16 Oct 20:50

πŸš€ Features

New features and additions

  • ✨ Support GITHUB_TOKEN. bfd0881
  • πŸ’« Support MacOS. f693227

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.4 0160ed5

v0.0.4

Choose a tag to compare

@alandefreitas alandefreitas released this 25 Sep 18:48

πŸ“– Documentation

Documentation updates and improvements

🚦 Continuous Integration

Changes related to continuous integration

  • publish-npm:
    • Include title as h1. 100cfcc
    • Remove attributes from section names. 5be1d59

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.3 a66a5ce

v0.0.3

Choose a tag to compare

@alandefreitas alandefreitas released this 12 Sep 20:45

πŸš€ Features

New features and additions

  • ✨ Artifacts also use the cache dir. 6c15ab4
  • πŸ’« System-env option.1 a66a5ce

πŸ—οΈ Chores

Routine tasks, maintenance, and housekeeping

Parent release: v0.0.2 bd6e1ca

  1. This option allows reusing a dependency that's already stored somewhere in the environment. In this case, the git clone step is skipped. ↩

v0.0.2

Choose a tag to compare

@alandefreitas alandefreitas released this 10 Sep 19:20

πŸš€ Features

New features and additions

  • ✨ Checkout external worktrees. bd6e1ca

πŸ“– Documentation

Documentation updates and improvements

Parent release: v0.0.1 7b197fd