Newer
Older
ez-indexation / app / node_modules / type-detect / ReleaseNotes.md
@kieffer kieffer on 7 Mar 2017 1 KB v0.0.0

Release Notes

1.0.0 / 2015-03-15

Supports all new ES6 primitives, as well as Objects which override their toStringTag using Symbol.toStringTag.

Supports primitive Object instances over literals - for example new String('foo') and 'foo' both report a type of 'string'.

Community Contributions

Code Features & Fixes

0.1.2 / 2013-11-30

Support calling the library without the new keyword.

Code Features & Fixes

0.1.1 / 2013-10-10

Add support for browserify.

Code Features & Fixes

0.1.0 / 2013-08-14

Initial Release