Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.79 KB

File metadata and controls

75 lines (43 loc) · 2.79 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

1.1.54 (2025-12-03)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

1.1.39 (2025-09-25)

♻️ Refactoring

  • simplify CLI impl via cliApp() wrapper (f6ae3be)

1.1.34 (2025-08-06)

♻️ Refactoring

  • update CLI internals, rename --debug => --verbose (5756b75)

1.1.0 (2025-02-11)

🚀 Features

  • update CLI wrapper (8fd0ffb)
    • check if bun is available, otherwise fallback to node

0.2.17 (2024-06-21)

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)

0.2.0 (2024-03-07)

🚀 Features

  • add support for code blocks in JS/TS docstrings (5b68f19)
    • update CodeBlockFormat, allow regexps as prefix/suffix
      • add optional body xform fn
    • add ".js", ".ts" as supported file extensions
    • update matching logic in extractBlocks()

🩹 Bug fixes

  • off-by-one error in extractBlocks() (d7d7e03)

0.1.86 (2024-02-22)

♻️ Refactoring

  • update all node:* imports (c71a526)

0.1.83 (2024-02-16)

♻️ Refactoring

0.1.62 (2023-11-09)

♻️ Refactoring

  • update all tests (packages T-Z) (020ef6c)