Releases: alexeyraspopov/picocolors
Releases · alexeyraspopov/picocolors
picocolors 1.1.1
16 Oct 18:23
Compare
Sorry, something went wrong.
No results found
What's new?
Moved TypeScript declarations to a d.ts file #82
Reworked color detection algorithm to properly work with empty strings in NO_COLOR and FORCE_COLOR env variables #87
Eliminated require() call to make the package compatible with some tools #87
picocolors 1.1.0
02 Sep 23:47
Compare
Sorry, something went wrong.
No results found
What's new?
Added bright color variants #55
picocolors 1.0.1
14 May 02:47
Compare
Sorry, something went wrong.
No results found
What's new?
Updated color detection mechanism to work properly on Vercel Edge Runtime #64
Remove use of recursion to avoid possible stack overflow for very long inputs #56
picocolors v1.0.0
13 Oct 02:51
Compare
Sorry, something went wrong.
No results found
What's new?
Removed several code elements to reduce the package size #31
Fixed optional flag for createColors() in TypeScript typings #34
picocolors v0.2.1
04 Oct 15:54
Compare
Sorry, something went wrong.
No results found
What's new?
Removed semicolons to reduce the package size #28
Fixed type definitions #29
Made createColors() use isColorSupported if no flag was provided aaf57e1
picocolors v0.2.0
04 Oct 04:28
Compare
Sorry, something went wrong.
No results found
What's new?
Removed ESM Module to fix the rest of compatibility issues and reduce package size #26
Added support for non-string inputs 3276400
picocolors v0.1.0
27 Sep 17:13
Compare
Sorry, something went wrong.
No results found
What's new?
CommonJS support #7
Node.js 6+ support #8
Browsers support #10