Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 382 Bytes

CHANGELOG.md

File metadata and controls

6 lines (6 loc) · 382 Bytes

[0.1.0] - 2024-05-11

Added

  • Added Stringly.limit/3 function to limits the number of strings.
  • Added Stringly.remainder_after/2 function to returns everything after the given value in a string.
  • Added Stringly.slug/5 function to generates a URL friendly slug from the given string.
  • Added Stringly.words/3 function to limits the number of words in a given string.