Skip to content

Releases: alexeyraspopov/picocolors

picocolors v1.0.0

13 Oct 02:51
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

What's new?

  • CommonJS support #7
  • Node.js 6+ support #8
  • Browsers support #10