Sindre Sorhus
|
077329e4ec
|
Merge branch 'master' into remove-blue-workaround
|
2019-03-12 20:25:27 +07:00 |
|
Tom Sherman
|
de2f4cd606
|
Deprecate chalk.constructor() in favor of new chalk.Instance() (#322)
|
2019-03-12 19:53:03 +07:00 |
|
Sindre Sorhus
|
b5cd8bae3c
|
Remove the blue color workaround for Windows
The illegible blue color has been fixed in Windows 10 build 16257: https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors/
The workaround causes all kinds of problems, so better to remove it than adding conditionals for older Windows versions.
|
2019-03-12 19:07:20 +07:00 |
|
Jonathan Van Buren
|
7f6e5630b0
|
Change tagged template literal argument type to accept unknown instead of just string (#316)
|
2018-12-28 12:13:56 +01:00 |
|
Chris Harwood
|
6a14c58e54
|
Add failing test for #234 (#235)
|
2018-09-18 15:48:47 +07:00 |
|
Sindre Sorhus
|
2a678789b1
|
Validate the level option
Fixes #248
|
2018-09-18 15:33:20 +07:00 |
|
Sindre Sorhus
|
0307f263cb
|
Require Node.js 6
|
2018-09-18 14:32:14 +07:00 |
|
Saad Quadri
|
7c6f83f719
|
Add Flow type definitions (#260)
|
2018-04-17 11:26:17 +07:00 |
|
Josh Junon
|
e80f02e2dd
|
Disable unicorn/no-hex-escape for template tests
|
2018-02-14 18:30:52 -08:00 |
|
Josh Junon
|
52823001a5
|
Revert "Fix linting"
This reverts commit 12d1276b36.
|
2018-02-14 18:28:22 -08:00 |
|
Sindre Sorhus
|
12d1276b36
|
Fix linting
|
2018-02-15 00:41:45 +07:00 |
|
Kayla Washburn
|
678152cf19
|
Update chalk to use the latest updates to supports-color (#247)
|
2018-02-11 16:59:24 +07:00 |
|
Josh Junon
|
ede310303b
|
add failing test for .visible bug
|
2017-10-23 20:12:16 -07:00 |
|
Danny Kirchmeier
|
dc092b4a5f
|
Add .visible for emitting text only when enabled (fixes #192)
|
2017-10-23 19:44:46 -07:00 |
|
Josh Junon
|
69ac663f29
|
Fix undefined and null interpolated expressions (fixes #194)
|
2017-08-06 18:58:17 -07:00 |
|
Josh Junon
|
106f086aaf
|
Rewrite templating system (closes #186, fixes #184)
|
2017-08-06 18:58:17 -07:00 |
|
Josh Junon
|
f0c0178d12
|
Allow multiple arguments in base chalk object (fixes #187)
|
2017-08-06 18:58:17 -07:00 |
|
Josh Junon
|
0827d3b632
|
Fix level when supportsColor returns falsey (fixes #176, #175)
|
2017-08-06 18:58:17 -07:00 |
|
Josh Junon
|
7a75399b72
|
Add failing template tests
|
2017-08-06 18:58:17 -07:00 |
|
Sindre Sorhus
|
4c4ba2df3d
|
Fix template literal test
|
2017-07-23 22:24:56 +02:00 |
|
Kevin Mårtensson
|
4c4eb1fd0a
|
Move testing to ava (#182)
|
2017-07-23 22:17:33 +02:00 |
|