Commit graph

210 commits

Author SHA1 Message Date
Sindre Sorhus
d11b7eaaa1 0.10.0 2018-07-05 23:33:34 +07:00
Sindre Sorhus
ff268de3d0
Add related module to the readme 2018-06-30 02:07:02 +07:00
Sindre Sorhus
fe754b5528 Update dev dependencies 2018-06-01 21:28:26 +07:00
Sindre Sorhus
0988832ef7 Meta tweaks 2018-05-25 10:40:55 +07:00
Sindre Sorhus
db25d554dc TS config tweaks 2018-05-19 15:42:12 +07:00
Sindre Sorhus
37f6cc3fe3 0.9.0 2018-05-04 12:30:58 +07:00
Lukas Tetzlaff
1df2ff09ce Improve TS code by adding generics and removing any where applicable (#49) 2018-05-04 12:29:21 +07:00
Sam Verschueren
55c00956f9 Add is.observable (#50) 2018-05-03 10:22:32 +07:00
Sam Verschueren
38df0cfb24 Remove moot tslint disable comment (#46) 2018-04-04 13:08:29 +07:00
Sindre Sorhus
7ae4b44ca2 0.8.0 2018-04-04 00:10:07 +07:00
Sam Verschueren
8894dbec17 Add type guards (#43) 2018-04-04 00:05:59 +07:00
Amit Merchant
5670ed7a97 Minor readme improvement (#44) 2018-03-30 10:55:09 +07:00
Sindre Sorhus
64ced4d33c Simplify isFunctionOfType
ef85a5173d (r28310156)
2018-03-29 11:56:13 +07:00
Sindre Sorhus
ef85a5173d Drop support for Node.js 4
Fixes #41
Fixes #40
2018-03-28 02:25:21 +07:00
Sindre Sorhus
fd32b11b6d Bump TypeScript 2018-02-01 08:41:27 +07:00
Sindre Sorhus
40fc2fd790
Remove publishConfig from package.json
Apparently, it's only needed for the initial publish.
2018-01-29 21:55:09 +07:00
Sindre Sorhus
828a5b3088 0.7.0 2017-12-11 21:40:15 +01:00
Sindre Sorhus
28702421bf Add missing dataView method
Fixes #37
2017-12-11 21:38:58 +01:00
Brandon Smith
70b08940be
Add is.directInstanceOf() (#38) 2017-12-09 11:55:08 -05:00
Sindre Sorhus
4ce2ee9d39 package.json indentation 2017-12-02 12:10:04 +01:00
Sindre Sorhus
50e3fe88c7 0.6.0 2017-11-20 03:18:11 +07:00
Brandon Smith
a04a04c131 Add is.nodeStream() (#34) 2017-11-20 03:16:06 +07:00
Mario Nebl
ae3adc9818 Enumerate type names (#32) 2017-11-20 03:07:24 +07:00
Darren Scerri
319982a09c Add is.boundFunction() (#31) 2017-11-10 13:11:35 -05:00
Sindre Sorhus
89fc424975 Add has-emoji to the Related section in the readme
Closes #24
2017-11-08 17:22:23 +07:00
Sindre Sorhus
e8ac7dc4aa 0.5.0 2017-11-07 10:23:46 +07:00
Sindre Sorhus
89867fbc16 Various tweaks 2017-11-07 10:23:00 +07:00
Sindre Sorhus
59a638b216
Restore ability to use default export in CommonJS (#29)
So you can use `require('is')` instead of `require('is').default`.
2017-11-07 09:58:49 +07:00
Sindre Sorhus
d075b547fc Update tslint-xo 2017-11-06 23:00:28 +07:00
Sindre Sorhus
9770f66899 Cleanup 2017-11-06 22:36:51 +07:00
Lukas Tetzlaff
8d8fd2b7e0 Refactor module in TypeScript (#28) 2017-11-06 22:26:59 +07:00
Brandon Smith
83adc096ef Add is.arrayLike() (#26) 2017-10-26 09:30:17 -04:00
Sindre Sorhus
0bafa04e77 Welcome @brandon93s to the project 🎉🌟 2017-10-23 19:04:11 +07:00
Sindre Sorhus
bd428997a2 Remove trailing whitespace 2017-10-23 19:03:35 +07:00
Sindre Sorhus
a4eebe4b4a 0.4.0 2017-10-22 02:28:27 +07:00
Brandon Smith
dfcdfc3a83 Add is.truthy() and is.falsy() (#25) 2017-10-20 17:49:52 +03:00
Brandon Smith
cdd4829edf Add is.emptyOrWhitespace() (#21) 2017-10-17 23:46:58 +03:00
Brandon Smith
615932d6c2 Add is.even() and is.odd() (#23) 2017-10-17 22:36:10 +07:00
Brandon Smith
00974a2fe9 Add is.safeInteger() (#22) 2017-10-17 18:19:17 +03:00
Brandon Smith
dc3b6ff86b Add is.asyncFunction (#20) 2017-10-16 10:29:10 +07:00
Sindre Sorhus
04cb80dfb1 0.3.0 2017-10-11 16:51:12 +07:00
Kodie Grantham
651f434eab Add is.any() and is.all() methods (#19) 2017-10-11 16:26:45 +07:00
Melvin
75ac3cd574 Add is.domElement() (#11) 2017-10-07 23:19:11 +07:00
Melvin
6268253ec6 Add link to is-blob (#17) 2017-10-06 14:48:04 +07:00
Kodie Grantham
46e886d10b Add is.empty() (#16) 2017-10-06 14:39:36 +07:00
Khaled Al-Ansari
ee8f5d16f8 Update is.boolean() method (#15) 2017-10-05 20:56:23 +07:00
Melvin Philips
24c964a7c7 Add is.infinite() 2017-10-05 18:52:27 +07:00
Sindre Sorhus
11b98171c8 0.2.1 2017-10-05 11:21:46 +07:00
Sindre Sorhus
47982af117 Fix silly null check mistake
Fixes #13
2017-10-05 11:20:39 +07:00
Sindre Sorhus
27d15f40bd 0.2.0 2017-09-29 10:22:56 +07:00