Skip to content

Release v1.1.1

Compare
Choose a tag to compare
@hseoy hseoy released this 17 Dec 17:33
· 6 commits to main since this release

THIS IS Second Release!! 🤣🤣

We added validator functions that return an appropriate warning string depending on whether id/pw is valid or not.

=> We omitted the following functions when publishing due to a build configuration error. The functions below are included from v1.1.2.

  • idValidator(id: string): readonly [boolean, string]
  • pwValidator(pw: string): readonly [boolean, string]

This version has been deprecated

You must upgrade to version 1.1.4 or higher