All notable changes to this project will be documented in this file.
18.0.3 - 2020-11-12
- Missing/wrong color definitions for Brewer.
18.0.0 - 2020-05-06
- Performance improvements for CkMeans and Jenks clustering.
17.2.0 - 2020-05-05
- Material palette.
17.0.0 - 2020-05-04
- Jenks clustering.
16.0.4 - 2020-04-11
- elm-review and elm-coverage.
16.0.0 - 2019-09-06
- Head/Tail was missing from the Limits module.
15.0.0 - 2019-09-05
- Luminance parameters were out of order.
14.0.0 - 2019-09-04
- Moved utility code out of W3CX11 and into Ops.Numeric.
13.3.0 - 2019-09-04
- Blend documentation.
13.2.0 - 2019-09-03
- Head/Tail clustering.
13.1.0 - 2019-09-02
- Cmocean color map.
13.0.0 - 2019-09-01
- ToCss - For rgb and rgba values.
- Contrast - use WCAG calculating the difference in Luminance of two colors.
- Add Blend
- scaleF, domainF and colorsF - accepts a function Float -> ExtColor
- toRgba255 - Clamp to produce maximum 255 values.
- Moved functions operating on Color to top level module.
12.0.0 - 2019-08-29
- Parula, Sinebow, Turbo and Cividis color maps.
- scaleF, domainF and colorsF - accepts a function Float -> ExtColor
11.0.0 - 2019-08-17
- Order of limits function in Chroma.
- Description of package.
10.0.0 - 2019-08-01
- Limits - CkMean, Equal, Logarithmic and Quantile.
- Luminance.
- Average and Mix.
- CMKY interpolation.
- Alpha now part of the name of color spaces that support it.
9.0.0 - 2019-07-06
- Added full HSLA support.
8.0.0 - 2019-07-03
- Added color operations: colors and colorsWith.
- Add interpolation for LCH.
7.0.0 - 2019-07-03
- Added color operations: get/set alpha, lighten/darken and saturate/desature.
- LCH Support (and converters).
6.0.0 - 2019-06-27
- Example template.
- Plasma color map.
- ToCymk corrected names/values of record.
- Cleaned up color types.
- Creating a rather ropey initial API Scale.getColor.
- Supports domain and correctLightness (buggy when used with domain).