Releases: telbby/telbby-validation
Release v1.1.4
THIS IS 4th Release!! 🤣🤣
We were unaware of a very serious problem. An error occurred because of the import/export method, so we modified it to build in the commonJS method.
If you try to use older versions you will get an error. You must use v1.1.4 or higher.
Release v1.1.2
THIS IS Third Release!! 🤣🤣
We fixed build configuration errors and included missing functions.
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
Release v1.1.1
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
Release v1.0.1
THIS IS First Release!! 😂😂
We added several utility functions as below for id/pw validation
This version has been deprecated
You must upgrade to version 1.1.4 or higher