WickyNilliams/pure-color
Pure functions for color conversion and parsing in JavaScript
62Stars
6Forks
22Claude Commits
JavaScriptLanguage
First Claude commit: Mar 3, 2026Last Claude commit: 1mo agoDiscovered: Mar 24, 2026
Recent Claude Commits
Simplify README type signatures to shorthand notation
1ca48351mo agoauthor_emailFix review feedback: cast, template literal, types, README
448074e1mo agoauthor_emailUse number[] for params, tuples only for return types
b4a9b7d1mo agoauthor_emailInline tuple types, remove types.js
0f44f7f1mo agoauthor_emailAdd named tuple types for all color spaces
a1f87421mo agoauthor_emailReplace default exports with named exports and remove barrel files
9776f961mo agoauthor_emailUpdate README examples from CJS require to ESM import
4890eb51mo agoauthor_emailRemove unnecessary --ignore-scripts from npm version
2aace6f1mo agoauthor_emailFix repository URL to use https
d6479701mo agoauthor_emailUse Node 24 for trusted publishing, drop --provenance flag
0de92781mo agoauthor_emailRemove version/postversion hooks
78886a51mo agoauthor_emailAdd npm publish workflow with manual dispatch
946e1301mo agoauthor_emailConvert from CommonJS to ES modules
50afdad1mo agoauthor_emailAdd typecheck to CI; use version hook instead of prepack
0aefcc81mo agoauthor_emailFix lab2xyz typo: z threshold 0.008859 → 0.008856
8ef2ec01mo agoauthor_emailFix lab2xyz bug: x and z were read before assignment
b27b8b61mo agoauthor_emailAdd JSDoc types and TypeScript declaration generation
a059e291mo agoauthor_emailDrop Node 20 from CI matrix
a3a33a51mo agoauthor_emailAdd Node 24 to CI matrix
05721a31mo agoauthor_emailUse template literals in test descriptions
6214fe11mo agoauthor_emailMigrate tests to node:test built-in test runner
ec664161mo agoauthor_emailReplace Travis CI with GitHub Actions
a17f4451mo agoauthor_email