# Changes to PostCSS color-mod() Function

### 2.4.2 (February 27, 2018)

- Fixed issue with converting colorspaces

### 2.4.1 (February 21, 2018)

- Fixed issue with spacing around `color-mod` (credit: [@leesdolphin])

### 2.4.0 (February 16, 2018)

- Added build-time support for Custom Properties and Variables
- Updated `@csstools/convert-colors` to 1.4 (minor update)
- Updated tests to reflect variable support

### 2.3.0 (January 25, 2018)

- Updated `@csstools/convert-colors` to 1.3 (minor update)
- Updated tests to reflect more accurate color conversions

### 2.2.0 (January 22, 2018)

- Added `@csstools/convert-colors` to convert between color spaces

### 2.1.0 (January 20, 2018)

- Added support for legacy (comma-separated) `hsl()` colors
- Added support for all `<hue>` units
- Added use of legacy (comma-separated) `hsl()` colors when appropriate
- Improved color conversions
- Improved support for all `rgb()` colors
- Removed external math and color dependencies

### 2.0.0 (January 17, 2018)

- Reverse blend/blenda percentage calculations (breaking change)
- Other improvements (see 4e4de6e)

### 1.1.0 (January 17, 2018)

- Round stringified color values

### 1.0.0 (January 16, 2018)

- Initial version

[@leesdolphin]: https://github.com/leesdolphin
