Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 2.18 KB

📒 Changelog


v1.2.0

04-Aug-2024

  • 🪅 feat: add scramble() - a string scramble method

  • 📜 docs: fix links



v1.1.0

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



v1.0.0

01-Aug-2024

  • 🚀 launch: initial release 🎉