Skip to content

Releases: Jojo-craft/string-craft

2.4.2

01 Oct 15:39
Compare
Choose a tag to compare

πŸ“¦ [2.4.2] - 2024-10-01

🐞 Fixed

  • Updating dependencies that were having issues.

2.4.1

06 Jul 19:05
Compare
Choose a tag to compare

πŸ“¦ [2.4.1] - 2024-07-06

πŸ”§ Changed

  • Changing the JS target used.

🐞 Fixed

  • Updating dependencies that were having issues.

Release 2.4.0

08 Sep 20:46
Compare
Choose a tag to compare

πŸ“¦ [2.4.0] - 2023-09-08

πŸ’Ž Added

  • Methods:
    • valueOrEmpty: Returns an empty string if the value is null, undefined, or blank; otherwise, returns the input value.

Release 2.3.0

22 Aug 22:58
Compare
Choose a tag to compare

πŸ“¦ [2.3.0] - 2023-08-23

πŸ”§ Changed

  • Methods:
    • toNumber: will no longer return NaN, if the number is not correct, will return 0.

Release 2.2.0

19 Aug 20:54
Compare
Choose a tag to compare

πŸ“¦ [2.2.0] - 2023-08-19

🐞 Fixed

  • Methods:
    • isNumber: decimal values did not return true...

πŸ’Ž Added

  • Methods:
    • toNumber
    • toBoolean

Release 2.1.0

16 Aug 20:32
Compare
Choose a tag to compare

πŸ“¦ [2.1.0] - 2023-08-16

πŸ’Ž Added

  • Methods:
    • isEmpty | isNotEmpty
    • isBlank | isNotBlank
    • isAlphaNumber | isNotAlphaNumber
    • containsUpperCase
    • containsLowerCase
    • isBasicStrongPassword

Release 2.0.0

14 Aug 09:23
Compare
Choose a tag to compare

[2.0.0] - 2023-08-14

Changed

  • Fields:
    • [Breaking change] rename static read-only field empty to EMPTY

Added

  • Methods:
    • isAlpha | isNotAlpha
    • containsSpecialCharacter | notContainsSpecialCharacter
    • containsNumber | notContainsNumber
    • containsAlpha | notContainsAlpha

Release 1.0.1

13 Aug 16:46
Compare
Choose a tag to compare

[1.0.1] - 2023-08-13

Added

  • String class with:
    • Field:
      • empty
    • Methods:
      • isNullOrEmpty | isNotNullOrEmpty
      • isNullOrBlank | isNotNullOrBlank
      • removeAccents
      • join
      • countWords
      • isNumber | isNotNumber