Skip to content

Releases: hypersoftllc/qc-type_of

v1.0.0

08 May 20:47
Compare
Choose a tag to compare

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

08 May 19:59
Compare
Choose a tag to compare
v0.0.3

Merge branch 'release-0.0.3' into master

Try Fixing Imports

06 May 02:12
Compare
Choose a tag to compare
v0.0.2

Merge branch 'release-0.0.2' into master

Bug Fix

05 May 20:44
Compare
Choose a tag to compare

Add missing typings TypeScript config. Without it, packages that depend on this package can't find the entry TS file.

Initial Release

03 May 19:51
Compare
Choose a tag to compare
v0.0.0

Add Build Status Badge