Skip to content

Releases: syn54x/mkdocs-typer2

v0.3.0

23 Apr 21:49
90991e8

Choose a tag to compare

What's Changed

  • feat: optional mkdocs, zensical extra, and markdown-first usage by @Ox54 in #29

Full Changelog: v0.2.1...v0.3.0

v0.2.1

02 Apr 13:50
8a1a933

Choose a tag to compare

What's Changed

  • fix: Set v2.0 mkdocs upper limit to ensure compatibility by @Ox54 in #27
  • chore: bump and update changelog by @Ox54 in #28

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jan 03:19
df7abcc

Choose a tag to compare

mkdocs-typer2 v0.2.0

This release introduces the native rendering engine and expands CLI output capabilities while deprecating the legacy markdown-parsing implementation.

PR's

  • feat: add 'native' engine option which produces docs by walking native click objects by @Ox54 in #26

Highlights

  • New engine option (global and per-block) to choose between legacy and native rendering.
  • Click-based native renderer with list/table output, aligned with pretty formatting.

Changes

  • Deprecated legacy markdown-parsing pretty implementation in favor of the native engine.
  • Test coverage increased to 99% with new engine and CLI subcommand tests.

Upgrade notes

  • If you rely on legacy formatting, set engine: legacy explicitly until you’re ready to migrate.

Full Changelog: v0.1.8...v0.2.0

v0.1.8

14 Jan 04:10
43f717a

Choose a tag to compare

What's Changed

  • fix: Fix header levels by @Ox54 in #25

Full Changelog: v0.1.7...v0.1.8

v0.1.7

14 Jan 03:53
59bd8e3

Choose a tag to compare

What's Changed

  • fix: Support nested subcommands when pretty=True by @Ox54 in #23
  • chore: Bump version to 0.1.7 and update changelog for nested subcommand support by @Ox54 in #24

Full Changelog: v0.1.6...v0.1.7

v0.1.6

01 Sep 13:51
0d358b4

Choose a tag to compare

What's Changed

  • Create FUNDING.yml by @Ox54 in #18
  • fix: #20 Enhance CLI help text formatting and documentation by @Ox54 in #21
  • chore: Bump version to 0.1.6 and update changelog for release by @Ox54 in #22

Full Changelog: v0.1.5...v0.1.6

v0.1.5

03 Jun 20:35
215bc50

Choose a tag to compare

What's Changed

  • fix(pretty): Fix bug where commands and options were displayed in the… by @Ox54 in #17

Full Changelog: v0.1.4...v0.1.5

v0.1.4

09 Mar 17:14
d7c72cc

Choose a tag to compare

What's Changed

  • Docs/update readme by @Ox54 in #13

Full Changelog: v0.1.3...v0.1.4

v0.1.3

09 Mar 15:43
38bd12b

Choose a tag to compare

What's Changed

  • Hotfix/output doesnt show docstring by @Ox54 in #11
  • Update changelog by @Ox54 in #12

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Mar 15:05
250e2c7

Choose a tag to compare

What's Changed

  • Add pydantic as dep by @IVIyg0t in #10

Full Changelog: v0.1.1...v0.1.2