Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1.83 KB

Changelog

  • 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)
  • Removed several code elements to reduce the package size (#31)
  • Fixed optional flag for createColors() in TypeScript typings (#34)
  • Removed semicolons to reduce the package size (#28)
  • Fixed type definitions (#29)
  • Made createColors() use isColorSupported if no flag was provided (aaf57e1)
  • Removed ESM Module to fix the rest of compatibility issues and reduce package size (#26)
  • Added support for non-string inputs (3276400)
  • Added CommonJS support (#7)
  • Ensured Node.js 6+ support (#8)
  • Added Browsers support (#10)