v1.7.13
[1.7.13] (2026-02-14)
- Breaking (TypeScript only): Standardized option naming from
replaceTermListtowordReplacementsListacross all files for consistency- Updated
index.d.tsTypeScript definitions - Updated
TitleCaser.jsconstructor parameter destructuring - Updated all internal references in source code
- Updated TypeScript test files
- Updated
- Removed non-existent options from TypeScript definitions:
- Removed
ignoreWords(useneverCapitalizeinstead) - Removed
acronyms(acronym handling is built-in and not user-configurable)
- Removed
- Fixed option format documentation in README to show correct object structure:
{ 'term': 'replacement' }
Changed
- All references to
replaceTermListnow consistently usewordReplacementsListthroughout the codebase
Full Changelog: v1.7.12...v1.7.13