Skip to content

Releases: chaijs/type-detect

v4.1.0

25 Jul 10:50
4415ced
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.9...v4.1.0

v4.0.8

01 Feb 14:30
a40d839
Compare
Choose a tag to compare

4.0.8 (2018-02-01)

Bug Fixes

  • Extra null check since typeof null = object, however null.location throws an error (9f492ab)

v4.0.7

19 Jan 01:34
992ebe7
Compare
Choose a tag to compare

4.0.7 (2018-01-19)

Bug Fixes

  • stop caching existence of window (223ffec)

v4.0.6

16 Jan 01:45
dd38626
Compare
Choose a tag to compare

4.0.6 (2018-01-16)

Bug Fixes

  • detection logic in quasi-browser environments (c11e8ff)

v4.0.5

09 Nov 13:49
94cd6a2
Compare
Choose a tag to compare

4.0.5 (2017-11-09)

Bug Fixes

  • build: ensure node uses umd build (7900eaf)

v4.0.4

09 Nov 13:07
018367e
Compare
Choose a tag to compare

4.0.4 (2017-11-09)

Bug Fixes

  • improve global object and DOM detection (e7aa747), closes #91
  • karma: ensure job number reflects CI environment (94941f3), closes #111

v4.0.3

20 Apr 03:43
Compare
Choose a tag to compare

<a name"4.0.3">

4.0.3 (2017-04-20)

Bug Fixes

  • Do not call getter when checking for Symbol.toStringTag in obj (17fce2a2)

v4.0.2

20 Apr 00:34
Compare
Choose a tag to compare

<a name"4.0.2">

4.0.2 (2017-04-20)

Bug Fixes

  • favor extended array toStringTag where available (18d22c6d)

v4.0.1

18 Apr 05:24
Compare
Choose a tag to compare

<a name"4.0.1">

4.0.1 (2017-04-18)

Bug Fixes

  • ensure stringIteratorExists checks String.prototype (81720381)

v4.0.0

10 Oct 14:15
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2016-10-10)

Breaking Changes

  • do not support environments (namely, IE8) without
    Array.isArray and Object.getPrototypeOf.

    (69d089bb)