Skip to content

Releases: gkarthiks/isEmptyObj

v0.2.0

05 Jul 05:45
91995c4
Compare
Choose a tag to compare

v0.2.0

  • Fix the cve issues from minimist package

v0.1.1

05 Apr 18:48
Compare
Choose a tag to compare

Summary of changes introduced in v0.1.0:

Minor bug fix for the undefined check.

v0.1.0

05 Apr 04:25
Compare
Choose a tag to compare

Summary of changes introduced in v0.1.0:

  • Added the check for undefined and returns true stating the given field is null or empty.
  • Checks the null string or empty space after identified as String data type and trims to evaluate and returns true if empty string or empty space is encountered.
  • Supports the boolean check as well. If the Object is identified as boolean, false will be returned.