28-Jul-2024
- 🪅 feat: add
hasRule()
method
28-Jul-2024
- ✅ fix: fix strict mode edge-case
28-Jul-2024
- 🪅 feat: add strict mode, only replace whole matches
28-Jul-2024
- ✅ fix: remove string testing before replacement
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 toaddRule()
to allow mapping a single replacement value to multiple replace subjects - 🪅 feat: add
value -> string[]
mapping toaddRules()
to allow mapping a single replacement value to multiple replace subjects
- 💻 dev: upgrade devDependencies
29-Jun-2024
- 🚀 launch: initial release 🎉