Skip to content

Releases: chaijs/type-detect

v3.0.0

08 Oct 23:50
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-10-08)

Breaking Changes

  • All strings will no longer be lowercase. If you want them in lowercase,
    simply add .toLowerCase() to the return value.

    (48c81086)

v2.0.2

27 Jul 19:33
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2016-07-27)

Bug Fixes

  • fixed link for node formatting on README.md (eb487dfe)

v2.0.1

16 May 12:36
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-05-16)

Bug Fixes

  • check if Symbol.toStringTag exists before using (ce7ce313)

v2.0.0

13 Mar 19:30
Compare
Choose a tag to compare

<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

17 Mar 21:27
Compare
Choose a tag to compare

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

17 Mar 21:26
Compare
Choose a tag to compare

Support calling the library without the new keyword.

Code Features & Fixes

0.1.1 / 2013-10-10

17 Mar 21:26
Compare
Choose a tag to compare

Add support for browserify.

Code Features & Fixes

0.1.0 / 2013-08-14

17 Mar 21:26
Compare
Choose a tag to compare

Initial Release