Commit graph

75 commits

Author SHA1 Message Date
Sindre Sorhus
69bbf2d4be Readme improvements 2018-11-02 19:07:38 +07:00
Lukas Tetzlaff
d4869045c2 Refactor any to unknown where possible (#68)
Resolves #62
2018-11-02 17:43:51 +07:00
Itai Steinherz
7317226c80 Add is.numericString() (#67) 2018-11-01 18:21:49 +07:00
Sindre Sorhus
9ac56f1be7 Minor code style tweaks in the tests 2018-10-30 23:19:19 +07:00
Sindre Sorhus
c983ffa4cd 0.12.0 2018-09-28 13:35:34 +07:00
Sindre Sorhus
45c976071a Don't import util
We don't really need its full power. Not worth the bloat.
2018-09-28 13:32:55 +07:00
Arfat Salman
6e07df5896 Add emptiness methods (#61)
Fix #53
2018-09-28 13:24:35 +07:00
Sindre Sorhus
65c94f1a02 Include TS type lib references directly in the file
Fixes #51
2018-09-28 13:08:17 +07:00
Sam Verschueren
442f7b709f Use is-buffer ponyfill for better browser support (#66) 2018-09-27 02:02:41 +07:00
Alex Russell
ad6f372c47 Fix parameter naming of isAbsoluteMod2 function. (#64) 2018-09-18 19:22:55 +03:00
Sindre Sorhus
36b46f1889 Update dev dependencies 2018-07-31 02:17:39 +07:00
Sindre Sorhus
b2bb3e7d37 0.11.0 2018-07-10 16:56:38 +07:00
Artur Androsovych
3bdaf21475 Add is.urlInstance (#60) 2018-07-10 16:04:20 +07:00
Artur Androsovych
c8736c2972 Add is.asyncIterable (#59) 2018-07-10 00:35:16 +07:00
Sindre Sorhus
c84c2cbeca Don't publish the compiled test directory 2018-07-05 23:37:24 +07:00
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