Releases: hypersoftllc/qc-type_of
Releases · hypersoftllc/qc-type_of
v1.0.0
When 'object' was returned, then one had to use the instanceof operator to narrow down the type. The 'array', 'date', and 'regexp' types were just special instances where the instanceof operator could be used. Now, there is more consistency. When 'object' is returned, then use instanceof operator.
Note: 'arguments' is still returned because some browsers don't have an Arguments constructor to use with the instanceof operator.
No Transpiling
v0.0.3 Merge branch 'release-0.0.3' into master
Try Fixing Imports
v0.0.2 Merge branch 'release-0.0.2' into master
Bug Fix
Add missing typings
TypeScript config. Without it, packages that depend on this package can't find the entry TS file.
Initial Release
v0.0.0 Add Build Status Badge