Releases: functionality-library/functionality.js
Releases · functionality-library/functionality.js
v3.2.4
14 Jul 19:49
Compare
Sorry, something went wrong.
No results found
⏫ Addons
Added keywords to the npm package
organized the directories
Added copy function (beta)
used to copy any text e.g. copy("text")
v3.2.3
24 Jun 10:32
Compare
Sorry, something went wrong.
No results found
Added New Functions 🥇
addCommas Function
Returns the given number with commas to facilitate reading
e.g 1000000 -> 1,000,000
getBirthDay Function
Returns the Age From a Given Year
e.g 2007 -> 15
v3.2.2
23 Jun 15:38
Compare
Sorry, something went wrong.
No results found
Publishing npm 🎊
adding ne functions
publishing npm version 3.2.2
v3.2.1-beta2
15 Jun 11:22
Compare
Sorry, something went wrong.
No results found
Fixing Bugs in npm 🐞
Making some small changes in npm
v3.2.0-beta1
14 Jun 23:54
Compare
Sorry, something went wrong.
No results found
v3.1.2
14 Jun 17:22
Compare
Sorry, something went wrong.
No results found
Library Converted From Gulp to Vite ⚡
Vite is faster than Gulp
Vite is More Light weight than gulp
v3.1.1
14 Jun 12:41
Compare
Sorry, something went wrong.
No results found
Fixing Bugs 🐞
adding some changes to functions
adding new function randomPassword
renaming randomNum function to randomNumber
renaming reverseNum function to reverseNumber
v3.1.0
14 Jun 10:24
Compare
Sorry, something went wrong.
No results found
New Functions Added
randomColor
returns a random color e.g "red", "green", "blue", "violet"
randomHsl
return a random HSL color e.g "hsl(180, 50%, 50%)"
randomString
return a random string depending on the length parameter e.g "hwiok"
isHappyNumber
returns true if number converges to a sum of 1 after getting replaced by the sum of the square of its digits (leetcode challenge)
v3.0.0
12 Jun 01:04
Compare
Sorry, something went wrong.
No results found
Converted To Typescript 💙
converting the library from js developments into typescript development
Finishing Errors Handling
Adding new function (shuffle array)
v3.0.0-beta1
11 Jun 22:24
Compare
Sorry, something went wrong.
No results found
Handling Functions Errors ❌
All functions are handled now ✋
Now you can use any function without worrying about
the Result or Errors 👍