epiphany/node_modules/postcss-color-rebeccapurple/CHANGELOG.md

118 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-12-09 22:48:07 -08:00
# Changes to PostCSS RebeccaPurple
### 9.0.1
_September 18, 2023_
- Improve performance
### 9.0.0
_July 3, 2023_
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
### 8.0.2
_February 6, 2023_
- Reduce the amount of duplicate fallback CSS.
### 8.0.1
_January 28, 2023_
- Improve `types` declaration in `package.json`
### 8.0.0
_January 24, 2023_
- Updated: Support for Node v14+ (major).
### 7.1.1
_July 8, 2022_
- Fix case insensitive matching.
### 7.1.0
_June 10, 2022_
- Added: TypeScript typings
### 7.0.2
_January 2, 2022_
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 7.0.1
_December 16, 2021_
- Changed: now uses `postcss-value-parser` for parsing.
- Updated: documentation
### 7.0.0
_September 17, 2021_
- Updated: Support for PostCSS 8+ (major).
- Updated: Support for Node v12+ (major).
### 6.0.0
_April 25, 2020_
- Updated: `postcss-values-parser` to 3.2.0 (major)
## 5.0.0 (January 29, 2020)
- Updated: Support for Node v10+
- Updated: PostCSS Values Parser v3+
## 4.0.1 (September 18, 2018)
- Updated: PostCSS Values Parser v2+
## 4.0.0 (September 17, 2018)
- Updated: Support for PostCSS v7+
- Updated: Support for Node v6+
## 3.1.0 (May 1, 2018)
- Improve `rebeccapurple` pre-parse word detection
- Switched from `postcss-value-parser` to `postcss-values-parser`
- Bump `postcss` from `^6.0.1` to `^6.0.22`
## 3.0.0 (May 1, 2017)
- Added: compatibility with postcss v6.x
## 2.0.1 (November 28, 2016)
- Bump `color` dependency version
([postcss-cssnext/#327](https://github.com/MoOx/postcss-cssnext/issues/327) - @wtgtybhertgeghgtwtg).
## 2.0.0 (September 8, 2015)
- Added: compatibility with postcss v5.x
- Removed: compatiblity with postcss v4.x
## 1.2.0 (August 13, 2015)
- Added: compatibility with postcss v4.1.x
([#4](https://github.com/postcss/postcss-color-rebeccapurple/pull/4))
## 1.1.0 (November 25, 2014)
- Enhanced exceptions
## 1.0.0 (November 4, 2014)
Initial release from [postcss-color](https://github.com/postcss/postcss-color)