Commit graph

115 commits

Author SHA1 Message Date
Sindre Sorhus
a370f468a4 5.2.0 2022-12-08 19:46:06 +01:00
Sindre Sorhus
a027e3c1e0 Minor tweaks 2022-11-28 14:15:46 +07:00
Sindre Sorhus
158bf4429e 5.1.2 2022-10-12 23:31:43 +07:00
Sindre Sorhus
1b4cd21fb1 5.1.1 2022-10-12 16:36:43 +07:00
Sindre Sorhus
92c55db46f 5.1.0 2022-10-05 21:45:55 +07:00
Sindre Sorhus
96f44c976b Meta tweaks 2022-10-05 21:43:01 +07:00
Sindre Sorhus
bccde97f8a 5.0.1 2022-03-09 01:43:33 +07:00
Sindre Sorhus
85f7e96f75 Add main field to package.json for backwards compatibiltiy
Fixes #536
2022-03-09 01:42:04 +07:00
Sindre Sorhus
4d5c4795ad 5.0.0 2021-11-26 16:57:26 +07:00
Sindre Sorhus
7a6893551d Fix code coverage 2021-11-26 16:55:15 +07:00
Sindre Sorhus
04fdbd6d8d Bundle dependencies 2021-11-26 16:34:27 +07:00
Sindre Sorhus
d7c4aac07e Upgrade dependencies 2021-11-26 16:00:01 +07:00
Richie Bendall
09fd5c4ba8
Re-export types from supports-color (#526) 2021-11-21 13:51:24 +07:00
Sindre Sorhus
95217429be Minor tweaks 2021-10-02 00:02:38 +07:00
Sindre Sorhus
625a285772 Add types field to package.json
Fixes #500
2021-07-30 17:35:30 +02:00
Sindre Sorhus
b68c8b5102 Meta tweaks 2021-05-05 21:40:56 +07:00
Richie Bendall
f8a3642a81
Minor tweaks (#437)
Co-authored-by: Qix <Qix-@users.noreply.github.com>
2021-04-22 15:03:48 +07:00
Richie Bendall
4cf2e40e07
Add overline style and remove keyword, hsl, hsv, hwb and ansi color spaces (#433) 2021-04-22 10:54:42 +07:00
Sindre Sorhus
fa16f4ec37 Require Node.js 12 and move to ESM 2021-04-16 16:22:53 +07:00
Richie Bendall
c0d8e7ed8a
Update test dependencies (#414) 2020-10-03 23:56:24 +02:00
Sindre Sorhus
4c3df88472 4.1.0 2020-06-09 15:43:27 +08:00
Sindre Sorhus
31fa942080 4.0.0 2020-04-02 16:17:06 +08:00
Sindre Sorhus
61999a4e77 Require Node.js 10 2020-04-02 16:10:07 +08:00
Sindre Sorhus
797461ee32 Meta tweaks 2020-01-01 19:40:12 +01:00
Sindre Sorhus
20002d8bd1 3.0.0 2019-11-09 13:58:44 +07:00
Sindre Sorhus
b3930189a5 Meta tweaks 2019-11-09 13:57:31 +07:00
Sindre Sorhus
4de1841129 3.0.0-beta.2 2019-10-08 16:21:40 +07:00
Sindre Sorhus
48905d0805 3.0.0-beta.1 2019-09-27 12:07:07 +07:00
Sindre Sorhus
1953816afd Update dependencies 2019-09-27 11:16:49 +07:00
Sindre Sorhus
c25c32a25f Update dependencies 2019-07-12 14:13:58 +07:00
Sindre Sorhus
655653bb0c Meta tweaks 2019-07-12 14:13:02 +07:00
Yanis Benson
c08417e88c Improve performance greatly (#337) 2019-07-12 13:40:23 +07:00
Sindre Sorhus
d3be9c65b1 Drop built-in Flow type definition
I don't want to be responsible for maintaining it.

Submit it to https://github.com/flow-typed/flow-typed if you need it.
2019-05-03 15:03:53 +07:00
Dimitri Benin
98628d9f08 Use CommonJS-compatible export in TypeScript definition (#344) 2019-04-28 11:10:44 +07:00
Sindre Sorhus
3ef170b457 Require Node.js 8 2019-03-12 20:15:36 +07:00
Sindre Sorhus
4726b1bfda Update dependencies and meta tweaks 2018-12-26 02:18:40 +01:00
George Gkasdrogkas
90c7a92ff1 Add docs comments and tests for TypeScript definitions (#299)
Fixes #293
2018-12-26 02:06:00 +01:00
Sindre Sorhus
0307f263cb Require Node.js 6 2018-09-18 14:32:14 +07:00
Sindre Sorhus
70f22d87ba Tiny travis.yml tweak 2018-09-01 02:50:53 +07:00
Sindre Sorhus
a6ad945452 Fix XO linting and update some dev dependencies
Fixes #275
2018-05-28 09:16:44 +07:00
Sindre Sorhus
48ba5b0b9b 2.4.1 2018-04-26 12:15:49 +07:00
Sindre Sorhus
af8b3657e9 2.4.0 2018-04-17 11:28:35 +07:00
Saad Quadri
7c6f83f719 Add Flow type definitions (#260) 2018-04-17 11:26:17 +07:00
Sindre Sorhus
84f27d4bd8 2.3.2 2018-03-03 00:43:48 +07:00
Sindre Sorhus
245dfa5c6f Bump dependencies
Closes #255
Fixes #254
Fixes #224
2018-03-03 00:42:56 +07:00
Sindre Sorhus
ae8a03f2c5 2.3.1 2018-02-11 20:18:25 +07:00
Sindre Sorhus
b55dd79f8b Force bump dependencies
npm is buggy, so doing this just to be sure.
2018-02-11 20:04:55 +07:00
Kayla Washburn
678152cf19 Update chalk to use the latest updates to supports-color (#247) 2018-02-11 16:59:24 +07:00
Sindre Sorhus
14e0aa9772 2.3.0 2017-10-24 11:12:53 +07:00
Josh Junon
e1177ec362 2.2.2 2017-10-23 20:15:51 -07:00