Skip to content

Releases: joker876/simple-bool

v1.2.0

02 Sep 22:18
Compare
Choose a tag to compare

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

v1.1.1

02 Sep 22:13
Compare
Choose a tag to compare

No changes, just forgot to change the version number before publishing to npm

v1.1.0

02 Sep 22:12
Compare
Choose a tag to compare

Additions

  • Added JSX documentation to all functions

Changes

  • Small additions to the README

Bug fixes

  • Renamed the second parameter of isInstanceOf to not use a reserved keyword (of -> cls)

v1.0.0

02 Sep 22:10
Compare
Choose a tag to compare

Initial release