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: 3mo agoDiscovered: Mar 24, 2026
Recent Claude Commits
Simplify README type signatures to shorthand notation
1ca48353mo agoauthor_emailFix review feedback: cast, template literal, types, README
448074e3mo agoauthor_emailUse number[] for params, tuples only for return types
b4a9b7d3mo agoauthor_emailInline tuple types, remove types.js
0f44f7f3mo agoauthor_emailAdd named tuple types for all color spaces
a1f87423mo agoauthor_emailReplace default exports with named exports and remove barrel files
9776f963mo agoauthor_emailUpdate README examples from CJS require to ESM import
4890eb53mo agoauthor_emailRemove unnecessary --ignore-scripts from npm version
2aace6f3mo agoauthor_emailFix repository URL to use https
d6479703mo agoauthor_emailUse Node 24 for trusted publishing, drop --provenance flag
0de92783mo agoauthor_emailRemove version/postversion hooks
78886a53mo agoauthor_emailAdd npm publish workflow with manual dispatch
946e1303mo agoauthor_emailConvert from CommonJS to ES modules
50afdad3mo agoauthor_emailAdd typecheck to CI; use version hook instead of prepack
0aefcc83mo agoauthor_emailFix lab2xyz typo: z threshold 0.008859 → 0.008856
8ef2ec03mo agoauthor_emailFix lab2xyz bug: x and z were read before assignment
b27b8b63mo agoauthor_emailAdd JSDoc types and TypeScript declaration generation
a059e293mo agoauthor_emailDrop Node 20 from CI matrix
a3a33a53mo agoauthor_emailAdd Node 24 to CI matrix
05721a33mo agoauthor_emailUse template literals in test descriptions
6214fe13mo agoauthor_emailMigrate tests to node:test built-in test runner
ec664163mo agoauthor_emailReplace Travis CI with GitHub Actions
a17f4453mo agoauthor_email