Skip to content

v1.1.0

Choose a tag to compare

@rafaelmaeuer rafaelmaeuer released this 20 Dec 10:11
· 105 commits to main since this release
55ad55b

Changes

  • feat: add test workflow to github/actions
  • feat: add helpers package (with sleep function)
  • feat: add numbers package (with toReadable function)
  • feat: add capitalize and pluralize functions in strings package
  • chore!: move isEven from strings to numbers package

BREAKING CHANGE: strings.isEven() is deprecated, use numbers.isEven() instead

Compare to previous Version: v1.0.1...v1.1.0