04-Aug-2024
-
🪅 feat: add
scramble()
- a string scramble method -
📜 docs: fix links
03-Aug-2024
- 🪅 feat: add
appendIf()
- a conditional appending method - 🪅 feat: add
trimStart()
- trims leading whitespace - 🪅 feat: add
trimEnd()
- trims trailing whitespace - 🪅 feat: add
replace()
- replaces a value with another - 🪅 feat: add
insert()
- inserts a string at the given index in the accumulator - 🪅 feat: add
substring()
- gets a substring of the current accumulator - 🪅 feat: add
length
- returns the length of the accumulator value - 🪅 feat: add support for setting the initial value of the accumulator in the
constructor
- ✅ fix: remove empty values from a passed
StringValue
- ✅ fix: don't append empty values with
append()
,appendIf()
andinsert()
01-Aug-2024
- 🚀 launch: initial release 🎉