v1.0.1
picocolors 1.0.1
Changed 1
- Remove use of recursion to avoid possible stack overflow for very long inputs
Fixed 1
- Color detection mechanism now works properly on Vercel Edge Runtime
From picocolors
What's new?
- Updated color detection mechanism to work properly on Vercel Edge Runtime https://github.com/alexeyraspopov/picocolors/pull/64
- Remove use of recursion to avoid possible stack overflow for very long inputs https://github.com/alexeyraspopov/picocolors/pull/56