ReleaseNotes.md
1.27 KB
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
#4 Included support for ECMA6 types (chai/chaijs#394). By @Charminbear
#5 "new String()" as 'string' instead of 'object'. By @Charminbear
0.1.2 / 2013-11-30
Support calling the library without the new keyword.
Code Features & Fixes
- Library: constructor with new By @logicalparadox
0.1.1 / 2013-10-10
Add support for browserify.
Code Features & Fixes
0.1.0 / 2013-08-14
Initial Release