Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

68 lines (39 loc) · 1.53 KB

📒 Changelog


v2.2.0

28-Jul-2024



v2.1.1

28-Jul-2024

  • ✅ fix: fix strict mode edge-case


v2.1.0

28-Jul-2024

  • 🪅 feat: add strict mode, only replace whole matches


v2.0.1

28-Jul-2024

  • ✅ fix: remove string testing before replacement


v2.0.0

28-Jul-2024

  • ❌ BREAKING: change method signature of addRule()
  • ❌ BREAKING: change method signature of addRules()

  • 🪅 feat: add options to constructor
  • 🪅 feat: add case-sensitivity option
  • 🪅 feat: add value -> string[] mapping to addRule() to allow mapping a single replacement value to multiple replace subjects
  • 🪅 feat: add value -> string[] mapping to addRules() to allow mapping a single replacement value to multiple replace subjects

  • 💻 dev: upgrade devDependencies


v1.0.0

29-Jun-2024

  • 🚀 launch: initial release 🎉