fix(readme): document maxLineLength option for base64ts output and add example and tip

This commit is contained in:
2026-01-12 02:03:38 +00:00
parent b3080023ab
commit 4349571112
3 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-01-12 - 2.8.1 - fix(readme)
document maxLineLength option for base64ts output and add example and tip
- Add documented `maxLineLength` configuration option (number, default 0 = unlimited) for `base64ts` output.
- Include example config showing `maxLineLength: 200`.
- Add a tip recommending setting `maxLineLength` to split long base64 strings when using AI tools with line-length limits.
## 2026-01-12 - 2.8.0 - feat(tsbundle)
add configurable maxLineLength for base64ts output and improve build/error handling in child builds