Skip to content

Releases: Praseetha-KR/strand

Tests & worklow setup

30 Jan 10:06
792acfc
Compare
Choose a tag to compare
v0.0.4

Update README.md

Password methods

29 Jan 14:11
Compare
Choose a tag to compare

CHANGELOG

  • Added utils
  • Added password methods:
     Password
     SimplePassword
     URLSafePassword
     URLSafeSimplePassword
    

Added case sensitive alpha-numeric methods

29 Jan 11:53
Compare
Choose a tag to compare

CHANGELOG

  • New methods added:
     AlphaLowerNumeric
     AlphaUpperNumeric
    

Initial Release

28 Jan 23:55
5c7024d
Compare
Choose a tag to compare
  1. Initialized package 📦

  2. Added methods:

    String
    Alpha
    AlphaLower
    AlphaUpper
    AlphaNumeric
    Numeric
    URLSafe
    Hex
    Binary
    From