Skip to content

Releases: functionality-library/functionality.js

v3.2.4

14 Jul 19:49
Compare
Choose a tag to compare
v3.2.4 Pre-release
Pre-release

⏫ 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
fbe5cc9
Compare
Choose a tag to compare

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
7c910d4
Compare
Choose a tag to compare

Publishing npm 🎊

  • adding ne functions
  • publishing npm version 3.2.2

v3.2.1-beta2

15 Jun 11:22
Compare
Choose a tag to compare
v3.2.1-beta2 Pre-release
Pre-release

Fixing Bugs in npm 🐞

  • Making some small changes in npm

v3.2.0-beta1

14 Jun 23:54
Compare
Choose a tag to compare
v3.2.0-beta1 Pre-release
Pre-release

Making npm version 🎊

v3.1.2

14 Jun 17:22
a3ecb27
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
15c6821
Compare
Choose a tag to compare

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
15c6821
Compare
Choose a tag to compare
v3.0.0-beta1 Pre-release
Pre-release

Handling Functions Errors ❌

  • All functions are handled now ✋
  • Now you can use any function without worrying about
    the Result or Errors 👍