Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@joker876 joker876 released this 02 Sep 22:18
· 38 commits to master since this release

Additions

  • Added unit tests for every function (jasmine-based)
  • Added isPrimitive() function

Bug fixes

  • Fixed isEmpty() returning true for all objects created from a class
  • Fixed isEmpty() returning the opposite of what it should
  • Fixed isDate() returning true when passed an invalid Date object