feat(aidocs): Added support for building readmes for sub-modules in aidocs

This commit is contained in:
2024-10-28 21:15:59 +01:00
parent 2946bcaf49
commit 33fa7fa337
6 changed files with 4206 additions and 4853 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-28 - 1.4.0 - feat(aidocs)
Added support for building readmes for sub-modules in aidocs
- Updated the `Readme` class to handle monorepo projects by generating readmes for sub-modules.
- Integrated `tspublish` to identify sub-modules for readme generation.
## 2024-06-24 - 1.3.12 - fix(aidocs)
Fix changelog generation by handling leading newlines