feat(go): update github.com/lucasb-eyer/go-colorful (v1.2.0 → v1.3.0)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/lucasb-eyer/go-colorful | v1.2.0 -> v1.3.0 |
Release Notes
lucasb-eyer/go-colorful (github.com/lucasb-eyer/go-colorful)
v1.3.0
If you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a Ko-Fi for one-time donations.
The rest of this message is copied from the CHANGELOG.md file in this repo.
Added
-
BlendLinearRgb(#50) -
DistanceRiemersma(#52) - Introduce a function for sorting colors (#57)
- YAML marshal/unmarshal support (#63)
- Add support for OkLab and OkLch (#66)
- Functions that use randomness now support specifying a custom source (#73)
- Functions BlendOkLab and BlendOkLch (#70)
Changed
-
Hex()parsing is much faster (#78)
Fixed
- Fix bug when doing HSV/HCL blending between a gray color and non-gray color (#60)
- Docs for HSV/HSL were updated to note that hue 360 is not allowed (#71)
Deprecated
-
DistanceLinearRGBis deprecated for the nameDistanceLinearRgbwhich is more in-line with the rest of the library
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
PR generated using automation.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 3.66%. Comparing base (8cf9a53) to head (ab63877).
:warning: Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #14 +/- ##
======================================
Coverage 3.66% 3.66%
======================================
Files 291 291
Lines 13924 13924
======================================
Hits 511 511
Misses 13408 13408
Partials 5 5
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.