v1.1.0
Changes
- feat: add test workflow to github/actions
- feat: add helpers package (with
sleepfunction) - feat: add numbers package (with
toReadablefunction) - feat: add
capitalizeandpluralizefunctions in strings package - chore!: move
isEvenfrom strings to numbers package
BREAKING CHANGE: strings.isEven() is deprecated, use numbers.isEven() instead
Compare to previous Version: v1.0.1...v1.1.0