v0.0.8
v0.0.8: Release 0.0.8
Release 0.0.8 Co-Authored-By: Claude Fable 5
Added 1
- The published package now ships declaration maps, so editor go-to-definition and programmatic TypeScript source tracing land in the shipped .ts source instead of the .d.ts files
Fixed 2
- Word-internal keyboard and Unicode symbol runs in long words now stay with surrounding text the way browsers break them, while browser-break symbols stay breakable
- Overlong hyphenated runs now prefer browser-like dash breakpoints before falling back to emergency grapheme breaks
Added
- The published package now ships declaration maps, so editor go-to-definition and programmatic TypeScript source tracing land in the shipped
.tssource instead of the.d.tsfiles.
Fixed
- Word-internal keyboard and Unicode symbol runs in long words now stay with surrounding text the way browsers break them, while browser-break symbols stay breakable (#169).
- Overlong hyphenated runs now prefer browser-like dash breakpoints before falling back to emergency grapheme breaks (#89).