Sindre Sorhus
|
3fca6150e2
|
2.0.0
|
2017-06-30 01:49:18 +02:00 |
|
Josh Junon
|
f66271e01a
|
Add tagged template literal (#163)
|
2017-06-30 01:46:19 +02:00 |
|
Sindre Sorhus
|
6f4d6b30fb
|
Bump dependencies
|
2017-06-20 21:38:49 +02:00 |
|
Sindre Sorhus
|
249b9ac7e7
|
ES2015ify the codebase
|
2017-06-20 19:21:14 +02:00 |
|
Josh Junon
|
cb3f2308e1
|
Add RGB (256/Truecolor) support (#140)
|
2017-06-20 19:02:09 +02:00 |
|
Sindre Sorhus
|
9b60021fa6
|
Drop support for Node.js 0.10 and 0.12
|
2017-05-21 23:28:38 +07:00 |
|
Sindre Sorhus
|
492f11fb59
|
add example file
|
2016-10-26 13:00:12 +07:00 |
|
Sindre Sorhus
|
4ce73b632b
|
make XO happy
|
2016-10-17 23:50:22 +07:00 |
|
Sindre Sorhus
|
2653218312
|
meta tweaks
|
2016-04-06 23:05:21 +07:00 |
|
Joshua Boy Nicolai Appelman
|
9001b3933a
|
Updates maintainer email.
|
2016-02-21 13:14:22 +01:00 |
|
Steve Mao
|
5679ec0c04
|
bump deps
No breaking changes to this modules.
|
2016-01-06 19:00:34 +11:00 |
|
vdemedes
|
04cae226cc
|
remove has-ansi and strip-ansi dependencies
|
2015-12-12 23:55:01 +01:00 |
|
Sindre Sorhus
|
8b554e254e
|
1.1.1
|
2015-08-20 03:10:52 +07:00 |
|
Sindre Sorhus
|
409f95eef5
|
add XO
https://github.com/sindresorhus/xo
|
2015-08-20 03:05:43 +07:00 |
|
Qix
|
d7537f37df
|
Merge branch 'master' of https://github.com/sindresorhus/chalk
|
2015-07-01 07:32:36 -06:00 |
|
Qix
|
632bd4a088
|
added Qix as maintainer
|
2015-07-01 07:32:17 -06:00 |
|
Joshua Appelman
|
e9bb6e6000
|
1.1.0
|
2015-07-01 15:31:59 +02:00 |
|
Joshua Appelman
|
ed03714ec2
|
Bump ansi-styles version.
Fixes #63 as ansi-styles now exposes a unique object per required
instance.
|
2015-07-01 15:30:32 +02:00 |
|
Sindre Sorhus
|
425e3a7ee8
|
bump deps
|
2015-07-01 00:58:59 +02:00 |
|
Sindre Sorhus
|
bd73784b90
|
update references
|
2015-06-30 19:55:37 +02:00 |
|
Sindre Sorhus
|
c8e08f5e79
|
minor tweaks
|
2015-05-26 16:06:57 +02:00 |
|
Benjamin Coe
|
b630e70855
|
add coverage reporting using nyc and coveralls
|
2015-05-25 01:37:33 -07:00 |
|
Wei Kin Huang
|
e3272e8449
|
Close #60 PR: Don't override windows blue when in xterm mode. Fixes #59
|
2015-04-26 16:00:01 +07:00 |
|
Sindre Sorhus
|
8864d35633
|
1.0.0
|
2015-02-23 14:41:32 +07:00 |
|
Sindre Sorhus
|
19935d6484
|
add support for FORCE_COLOR environment variable to force color
https://github.com/sindresorhus/supports-color/pull/18
|
2015-02-23 14:03:52 +07:00 |
|
Joshua Appelman
|
e520cec3e1
|
Bumps deps.
|
2015-02-22 10:32:55 +01:00 |
|
Joshua Appelman
|
2b872f2145
|
Updates maintainer info.
|
2015-02-22 10:26:34 +01:00 |
|
Sindre Sorhus
|
c799a8aaed
|
readme tweaks
|
2015-02-17 15:57:40 +07:00 |
|
Joshua Appelman
|
847d932a20
|
Bumps has-ansi to 1.0.1
|
2014-12-28 12:15:16 +01:00 |
|
Sindre Sorhus
|
21143174c4
|
bump ansi-styles
the gray alias is now in ansi-styles
|
2014-11-23 18:56:00 +07:00 |
|
Sindre Sorhus
|
bc4f81d352
|
bump deps
|
2014-08-13 21:32:50 +02:00 |
|
Joshua Appelman
|
03b92b1bb8
|
Bumps escape-string-regexp to 1.0.1, slight speed improvement.
|
2014-07-12 02:38:57 +02:00 |
|
Joshua Appelman
|
994758f012
|
0.5.1
|
2014-07-09 22:25:13 +02:00 |
|
Sindre Sorhus
|
3073fa3110
|
0.5.0
|
2014-07-04 23:24:19 +02:00 |
|
Sindre Sorhus
|
0dde0473e0
|
add benchmark to package.json
run with `npm run bench`
|
2014-07-04 22:28:30 +02:00 |
|
Joshua Appelman
|
3026d71e0e
|
Adds benchmarking using matcha.
Run through:
```shell
./node_modules/matcha/bin/matcha benchmark.js
```
Results against current HEAD:
```shell
1,863,195 op/s » add colour
2,215,812 op/s » add several styles
323,213 op/s » add nested styles
```
Results against the latest revision before optiziations, e122899
```shell
26,714 op/s » add colour
26,752 op/s » add several styles
13,414 op/s » add nested styles
```
Closes #21
|
2014-07-04 21:30:02 +02:00 |
|
Joshua Appelman
|
c8fe7c3966
|
Adds myself - jbnicolai - as a contributor.
|
2014-06-26 08:22:08 +02:00 |
|
Sindre Sorhus
|
732fb08e2b
|
bump strip-ansi
|
2014-06-24 21:34:27 +02:00 |
|
Sindre Sorhus
|
90bd6477d6
|
add .hasColor() method - fixes #23
|
2014-06-24 21:34:11 +02:00 |
|
Sindre Sorhus
|
763b167349
|
refactor and extract the RegExp escaping
|
2014-06-24 17:13:41 +02:00 |
|
Sindre Sorhus
|
144421dc16
|
has-color => supports-color
|
2014-06-14 03:49:42 +02:00 |
|
Sindre Sorhus
|
fa9bd4ebd9
|
bump ansi-styles
|
2014-06-04 01:41:17 +02:00 |
|
Sindre Sorhus
|
af4983c011
|
bump strip-ansi
|
2014-03-26 16:37:06 +01:00 |
|
Sindre Sorhus
|
0a33a270b1
|
0.4.0
|
2013-12-13 20:30:27 +01:00 |
|
Sindre Sorhus
|
d30fd3c3bd
|
improve package.json
|
2013-12-13 20:27:10 +01:00 |
|
Sindre Sorhus
|
d2a1052042
|
use index.js
|
2013-12-13 20:22:40 +01:00 |
|
Sindre Sorhus
|
879defda72
|
Update to latest ansi-styles
|
2013-12-08 01:02:35 +01:00 |
|
Sindre Sorhus
|
a66c486301
|
use strip-ansi
https://github.com/sindresorhus/strip-ansi
|
2013-12-08 00:33:08 +01:00 |
|
Sindre Sorhus
|
b0a0e42bfe
|
0.3.0
|
2013-10-19 17:58:04 +02:00 |
|
Sindre Sorhus
|
0133342393
|
0.2.1
|
2013-08-29 16:14:33 +02:00 |
|