Skip to content

Releases: engineersamuel/isTruthy

v1.0.1

12 Aug 17:33
Compare
Choose a tag to compare
  • Leaner by inlining the type guards (Now 1k minified)
  • Moved the non-strict null check to the top of the function, likely resulting in a performance enhancement

Browser namespace and example

12 Aug 15:07
Compare
Choose a tag to compare
  • Added browser example/usage to the Readme
  • Namespaced the global umd name as Truthiness, see Readme
  • Bumped version to v1.0.0 as this is a stable release

v0.0.2

11 Aug 19:17
Compare
Choose a tag to compare
  • Build out README.md with instructions
  • Added test coverage (100%)
  • Fixed issue with arrays

Initial Release

11 Aug 17:24
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial release, see readme for instructions for installation.