3 Commits

Author SHA1 Message Date
1c1ce85854 fix: resolve clippy warnings for Copy type methods
Some checks failed
CI / test (push) Failing after 9m51s
Change to_* methods to take self by value instead of &self
Since Color implements Copy, these methods should follow
the clippy::wrong_self_convention lint recommendation

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 07:56:00 +01:00
de035bf29b style: apply rustfmt formatting
Some checks failed
CI / test (push) Has been cancelled
Build and Publish to npm / build-and-publish (push) Failing after 9m47s
Run cargo fmt --all to comply with Rust formatting standards

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
v0.1.0
2025-11-17 07:39:18 +01:00
de18e007a6 feat: initial release of pastel-wasm v0.1.0
Some checks failed
CI / test (push) Failing after 10m13s
Build and Publish to npm / build-and-publish (push) Has been cancelled
🎨 WebAssembly color manipulation library

Features:
-  Color parsing (hex, rgb, hsl, named colors)
- 🎨 Color manipulation (lighten, darken, saturate, desaturate)
- 🌈 Color generation (random, gradients, palettes)
-  Accessibility (colorblind simulation, contrast, WCAG)
- 📏 Color distance (CIE76, CIEDE2000)
- 🎯 Color spaces (RGB, HSL, HSV, Lab, LCH)
- 🏷️  148 CSS/X11 named colors

Bundle size: 132KB
Performance: ~0.1ms per operation

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 07:28:46 +01:00