Releases: chaijs/type-detect
Releases · chaijs/type-detect
v3.0.0
v2.0.2
v2.0.1
v2.0.0
<a name"2.0.0">
2.0.0 (2016-03-13)
Bug Fixes
- correct all spec inconsistencies (cf650484)
Breaking Changes
-
Any component uses will no longer be able to use this lib with component
(e3d55e03)
-
This removes the
Library
class, which - among all known dependencies -
is not used. The dependencies checked were:- chai
- deep-eql
- assertive-chai
- boolify-string
- festivals-model
- params
- run-yo
- react-form
- sorrow
- nwjs-open-link-in-browser
- tape-chai
- manticore
- geospatial
- react-form-inputs
- seeif
- fuzzur
- lackey-form-data
- compare-errors
- node-consumer-pact-validation
- gaia-schema
- compare-erros
As none of these dependencies use Library
in any way, we can easily
remove it without impacting the ecosystem, and on the plus side - we
can focus on making type-detect's core utility as good as it can be.
(c86104e6)
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
0.1.0 / 2013-08-14
Initial Release