Skip to content

Releases: jornatf/helpers-ts

v1.2.2

29 Nov 21:22
Compare
Choose a tag to compare

README.md updated.

v1.2.1

29 Nov 11:38
Compare
Choose a tag to compare

Fixed errors after Github test Action.

v1.2.0

29 Nov 11:36
Compare
Choose a tag to compare

New helper added:

  • randomBetween(): Returns a random number between two intervals

Find example in the README file.

I improved uuid() function with crypto's Node.js and I added more complete comments for each functions.

v1.1.0

07 May 23:15
Compare
Choose a tag to compare

New helpers added:

  • isEmpty(): Checks if array is empty.
  • shuffle(): Shuffles array keys.
  • contains(): Checks if a word is in a string.
  • containsAll(): Check if many words are in a string.

Find example in the README file.

v1.0.1

04 May 05:37
Compare
Choose a tag to compare

Version upgrade to publish to NPM registry.

I had an error message when publishing version 1.0.0.

v1.0.0

04 May 05:32
Compare
Choose a tag to compare

First version 🚀

For more informations, see README