Skip to content

Releases: deriv-com/deriv-utils

v0.0.32

05 Sep 06:22
e9951b8
Compare
Choose a tag to compare

0.0.32 (2024-09-05)

♻️ Chores

  • edit phone number max characters length (184a692)

v0.0.31

13 Aug 05:32
236a3dd
Compare
Choose a tag to compare

0.0.31 (2024-08-13)

♻️ Chores

✨ Features

  • add verify email storage key (cb7e4ea)

v0.0.30

16 Jul 06:59
79fd029
Compare
Choose a tag to compare

0.0.30 (2024-07-16)

🐛 Bug Fixes

  • phone number validation regex (5d5ba2f)

v0.0.29

15 Jul 08:33
16ae82b
Compare
Choose a tag to compare

0.0.29 (2024-07-15)

♻️ Chores

✨ Features

  • added a method to merge 2 objects (c93d95a)

🐛 Bug Fixes

  • incorporated review comment (5ff3441)

v0.0.28

25 Jun 08:55
ae968b9
Compare
Choose a tag to compare

0.0.28 (2024-06-25)

✨ Features

  • ✨ update docs for validation (877a11a)

🐛 Bug Fixes

  • 🐛 remove unsupported regex in lower version of ios (dcfd5fd)
  • 🦺 update the regex for first and last name validation (3d6b118)

v0.0.27

25 Jun 07:59
69d27fb
Compare
Choose a tag to compare

0.0.27 (2024-06-25)

🐛 Bug Fixes

  • add show guide local storage constant (3424f35)

v0.0.26

20 Jun 10:41
337bb37
Compare
Choose a tag to compare

0.0.26 (2024-06-20)

♻️ Chores

  • replaced localStorage with LocalStorageUtils (337bb37)
  • replaced localStorage with LocalStorageUtils (986b380)

📚 Documentation

  • updated localStorage constants doc (efd8b9a)

v0.0.25

07 Jun 06:08
b3045de
Compare
Choose a tag to compare

0.0.25 (2024-06-07)

📦 Code Refactoring

v0.0.24

28 May 07:27
3ee98ad
Compare
Choose a tag to compare

0.0.24 (2024-05-28)

♻️ Chores

v0.0.23

23 May 04:02
db07935
Compare
Choose a tag to compare

0.0.23 (2024-05-23)

♻️ Chores

🐛 Bug Fixes

📦 Code Refactoring

  • moved placement of regex description (ec714a2)
  • use regex for validCodes instead of const arr of str (b5b973d)
  • validCodes is redundant of huaweiDevicesRegex (20a47b7)

🗑 Reverts