Lukas Tetzlaff
bc3825b02e
Make main fields more verbose, change indentation
2017-11-06 12:27:06 +01:00
Lukas Tetzlaff
d119d620f4
Change formatting and swap forEach with for..of
2017-11-05 04:30:22 +01:00
Lukas Tetzlaff
fae6e0daf0
Bump tslint-xo and add main/types field
2017-11-05 04:29:39 +01:00
Lukas Tetzlaff
eed20f5464
Add main field to package.json
2017-11-03 23:26:25 +01:00
Lukas Tetzlaff
987972854e
remove every spread operator
...
Either using the code from before the ts-refactors or writing something that will match both our runtime targets and still provides type/ide support by using type overloads
2017-11-03 23:21:53 +01:00
Lukas Tetzlaff
4670dcf33e
comment out test that fails due to typescript target
2017-11-03 23:20:39 +01:00
Lukas Tetzlaff
1eae6af315
Add suggestions from review and downgrade jsdom
2017-11-03 21:58:09 +01:00
Lukas Tetzlaff
c4fc587ab0
Fix files in package.json
2017-11-02 13:14:22 +01:00
Lukas Tetzlaff
2c9e6c70db
Add linting back to test scripts
2017-11-02 13:10:35 +01:00
Lukas Tetzlaff
b66faf461f
Fix linter issues
2017-11-02 13:10:19 +01:00
Lukas Tetzlaff
57e8b70644
Add tslint and tslint-xo
...
See https://github.com/sindresorhus/is/pull/28#issuecomment-341071631
2017-11-02 11:19:09 +01:00
Lukas Tetzlaff
b4f70336d5
Add suggestions from review and refactor for compilation target change
2017-11-02 11:16:28 +01:00
Lukas Tetzlaff
0e6b594584
Change compilation target to es2015
2017-11-02 11:15:27 +01:00
Lukas Tetzlaff
00bbbb0456
Rework test suite
2017-11-02 02:40:30 +01:00
Lukas Tetzlaff
a5e5f68ff7
Update jsdom and typings
2017-11-02 02:40:06 +01:00
Lukas Tetzlaff
0118e26a0b
Move index.ts and adapt settings to folders
2017-11-02 02:39:50 +01:00
Lukas Tetzlaff
a9f4ca3e57
Refactor every parameter to value instead of x
2017-11-01 22:49:01 +01:00
Lukas Tetzlaff
53302ff08d
Add suggested changes from review
2017-11-01 22:27:33 +01:00
Sindre Sorhus
fa82c36113
Update .gitignore
2017-11-01 14:51:38 +07:00
Lukas Tetzlaff
19a450b6cb
Remove destructuring for Node 4 to work
2017-10-31 16:52:51 -07:00
Lukas Tetzlaff
d870ceee4c
Drop xo for style checking
...
Code compiled from ts to js does not match xo-standard and cannot be configured.
2017-10-31 16:30:26 -07:00
Lukas Tetzlaff
aaafb59e89
Refactor whole module in Typescript for #9
2017-10-31 16:25:54 -07:00
Lukas Tetzlaff
3bd1579dc8
Remove index.js from git index
2017-10-31 16:23:57 -07:00
Lukas Tetzlaff
d85736e4af
Setup Typescript, ignores and compiler options
2017-10-31 16:23:06 -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
Sindre Sorhus
226e4d90da
Clean up #4
2017-09-29 10:10:29 +07:00
Kunall Banerjee
dbe5cc8d82
Add is.generator() and is.generatorFunction() ( #4 )
2017-09-29 10:01:48 +07:00
Sam Gluck
000f66bbdc
Fix call to util.inspect
2017-09-28 17:03:15 +03:00
Sindre Sorhus
e97e68cd01
Welcome @gioragutt as a maintainer
2017-09-28 13:26:23 +07:00
Giora Guttsait
f918d8a7d4
Refactor to reduce code repetition ( #6 )
2017-09-28 10:41:16 +07:00
Sindre Sorhus
26ca195302
Minor tweaks to is.inRange()
2017-09-26 02:32:58 +07:00
gui
3cbef48b6c
Add is.inRange() ( #3 )
2017-09-26 02:20:06 +07:00