Skip to content

Latest commit

 

History

History
146 lines (68 loc) · 5.76 KB

CHANGELOG.md

File metadata and controls

146 lines (68 loc) · 5.76 KB

Changelog

0.5.1 (2024-12-14)

Bug Fixes

  • correctly remove dot in sidebar path (1430c63)

0.5.0 (2024-12-14)

Features

  • handle repositories starting with a dot (9929e54)

0.4.0 (2024-12-12)

Features

  • upgrade nodejs to v22.12.0 (99a5d44)
  • upgrade pnpm to v9.15.0 (e2e447c)

0.3.2 (2024-11-24)

Bug Fixes

  • fix theme templates copy (2d91a22)

0.3.1 (2024-11-24)

Bug Fixes

0.3.0 (2024-11-23)

Features

0.2.3 (2024-11-11)

Bug Fixes

  • keep directories sctructures when adding content (fbae6a5)

0.2.2 (2024-11-10)

Bug Fixes

  • include repo if not exculded and only exclusions (b3984d5)

0.2.1 (2024-11-09)

Bug Fixes

  • add end frontmatter separtor in index file (17d70f2)
  • do not transform link if it refers to a local section (5440f24)

0.2.0 (2024-11-09)

Features

  • add logger and logs (107a434)
  • rename introduction file to introduction.md (cb68e5f)

0.1.7 (2024-11-05)

Bug Fixes

  • handle missing extras files (075001c)

0.1.6 (2024-11-03)

Bug Fixes

  • remove bundledDependencies from package.json (e56ae4d)

0.1.5 (2024-11-02)

Bug Fixes

  • add bundledDependencies (a16e1fa)

0.1.4 (2024-11-02)

Bug Fixes

  • add missing vue dependency (76bf4fb)

0.1.3 (2024-11-02)

Bug Fixes

  • remove vitepress import in generated vitepress config (d57e9e5)

0.1.2 (2024-11-02)

Bug Fixes

0.1.1 (2024-10-30)

Bug Fixes

  • correctly handle node option in shebang (fcebfa4)

0.1.0 (2024-10-25)

Features

Bug Fixes

Performance Improvements

  • process repos in parallel (98f2915)