Skip to content

v1.7.13

Choose a tag to compare

@danielhaim1 danielhaim1 released this 14 Feb 18:27
· 8 commits to main since this release

[1.7.13] (2026-02-14)

  • Breaking (TypeScript only): Standardized option naming from replaceTermList to wordReplacementsList across all files for consistency
    • Updated index.d.ts TypeScript definitions
    • Updated TitleCaser.js constructor parameter destructuring
    • Updated all internal references in source code
    • Updated TypeScript test files
  • Removed non-existent options from TypeScript definitions:
    • Removed ignoreWords (use neverCapitalize instead)
    • Removed acronyms (acronym handling is built-in and not user-configurable)
  • Fixed option format documentation in README to show correct object structure: { 'term': 'replacement' }

Changed

  • All references to replaceTermList now consistently use wordReplacementsList throughout the codebase

Full Changelog: v1.7.12...v1.7.13