You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix example count: 14 → 15 in README.md and examples/README.md
- Fix example count: 13 → 15 in docs/V2_DESIGN.md
- Remove stray empty code fences at end of docs/V2_DESIGN.md
- Fix step number misalignment in examples/15_external_template/main.go
(comment banners now match printed step numbers 1-7)
- Add capture group validation in pkg/template/placeholder.go
(prevents panic when custom pattern has no capturing groups)
- Fix incorrect API examples in RELEASE_NOTES_v2.3.0.md:
- AddRun() returns (Run, error), not chainable
- MergeTemplate returns error, not (Document, error)
- MergeOptions passed by value, not pointer
- Remove non-existent BatchMerge() function reference
- Fix Files Added section: list actual files instead of non-existent ones
(engine.go, validate.go, validate_test.go, batch.go → doc.go, format.go,
options.go, integration_test.go)
0 commit comments