Skip to content

Releases: sindresorhus/is

v3.1.0

25 Jul 07:15
Compare
Choose a tag to compare

v3.0.0...v3.1.0

v3.0.0

27 Jun 20:57
Compare
Choose a tag to compare

Breaking for TypeScript users

  • Use string literals instead of enums (#113) 1ffe2fb
    • See #113 for why this is a good change.
  • Make the is() function type-safe (#117) 71ca1e5
    • See #117 for details.

v2.1.1...v3.0.0

v2.1.1

19 Apr 17:16
Compare
Choose a tag to compare
  • Fix is.numericString to behave correctly on whitespaces (#110)

v2.1.0...v2.1.1

v2.1.0

17 Feb 07:23
Compare
Choose a tag to compare
  • Add support for multiple predicates to is.any (#104) d1929ad

v2.0.0...v2.1.0

v2.0.0

29 Jan 17:50
Compare
Choose a tag to compare

Breaking

Improvements

v1.2.0...v2.0.0

v1.2.0

04 Oct 04:41
Compare
Choose a tag to compare
  • Revert "Bundle the required DOM types (#93)" 3f2caa4
    We forgot to bundle the Element type, which is very complex and cannot easily be bundled, so turns out bundling the required DOM types is not feasible, see #94.

v1.1.0...v1.2.0

v1.1.0

03 Oct 08:02
Compare
Choose a tag to compare

v1.0.0...v1.1.0

v1.0.0

30 Jun 08:26
Compare
Choose a tag to compare

Breaking:

v0.17.1...v1.0.0

v0.17.1

21 May 09:50
Compare
Choose a tag to compare
  • Fix usage when not having esModuleInterop: true in tsconfig.json (#84)" 6106086

v0.17.0...v0.17.1

v0.17.0

13 May 04:09
Compare
Choose a tag to compare
  • Fix the capitalization of is.bigInt64Array and is.bigUint64Array 04cd282

v0.16.0...v0.17.0