| 1 | # Changes to PostCSS RebeccaPurple
|
|---|
| 2 |
|
|---|
| 3 | ### 7.1.1 (July 8, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Fix case insensitive matching.
|
|---|
| 6 |
|
|---|
| 7 | ### 7.1.0 (June 10, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Added: Typescript typings
|
|---|
| 10 |
|
|---|
| 11 | ### 7.0.2 (January 2, 2022)
|
|---|
| 12 |
|
|---|
| 13 | - Removed Sourcemaps from package tarball.
|
|---|
| 14 | - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
|---|
| 15 |
|
|---|
| 16 | ### 7.0.1 (December 16, 2021)
|
|---|
| 17 |
|
|---|
| 18 | - Changed: now uses `postcss-value-parser` for parsing.
|
|---|
| 19 | - Updated: documentation
|
|---|
| 20 |
|
|---|
| 21 | ### 7.0.0 (September 17, 2021)
|
|---|
| 22 |
|
|---|
| 23 | - Updated: Support for PostCSS 8+ (major).
|
|---|
| 24 | - Updated: Support for Node v12+ (major).
|
|---|
| 25 |
|
|---|
| 26 | ### 6.0.0 (April 25, 2020)
|
|---|
| 27 |
|
|---|
| 28 | - Updated: `postcss-values-parser` to 3.2.0 (major)
|
|---|
| 29 |
|
|---|
| 30 | ## 5.0.0 (January 29, 2020)
|
|---|
| 31 |
|
|---|
| 32 | - Updated: Support for Node v10+
|
|---|
| 33 | - Updated: PostCSS Values Parser v3+
|
|---|
| 34 |
|
|---|
| 35 | ## 4.0.1 (September 18, 2018)
|
|---|
| 36 |
|
|---|
| 37 | - Updated: PostCSS Values Parser v2+
|
|---|
| 38 |
|
|---|
| 39 | ## 4.0.0 (September 17, 2018)
|
|---|
| 40 |
|
|---|
| 41 | - Updated: Support for PostCSS v7+
|
|---|
| 42 | - Updated: Support for Node v6+
|
|---|
| 43 |
|
|---|
| 44 | ## 3.1.0 (May 1, 2018)
|
|---|
| 45 |
|
|---|
| 46 | - Improve `rebeccapurple` pre-parse word detection
|
|---|
| 47 | - Switched from `postcss-value-parser` to `postcss-values-parser`
|
|---|
| 48 | - Bump `postcss` from `^6.0.1` to `^6.0.22`
|
|---|
| 49 |
|
|---|
| 50 | ## 3.0.0 (May 1, 2017)
|
|---|
| 51 |
|
|---|
| 52 | - Added: compatibility with postcss v6.x
|
|---|
| 53 |
|
|---|
| 54 | ## 2.0.1 (November 28, 2016)
|
|---|
| 55 |
|
|---|
| 56 | - Bump `color` dependency version
|
|---|
| 57 | ([postcss-cssnext/#327](https://github.com/MoOx/postcss-cssnext/issues/327) - @wtgtybhertgeghgtwtg).
|
|---|
| 58 |
|
|---|
| 59 | ## 2.0.0 (September 8, 2015)
|
|---|
| 60 |
|
|---|
| 61 | - Added: compatibility with postcss v5.x
|
|---|
| 62 | - Removed: compatiblity with postcss v4.x
|
|---|
| 63 |
|
|---|
| 64 | ## 1.2.0 (August 13, 2015)
|
|---|
| 65 |
|
|---|
| 66 | - Added: compatibility with postcss v4.1.x
|
|---|
| 67 | ([#4](https://github.com/postcss/postcss-color-rebeccapurple/pull/4))
|
|---|
| 68 |
|
|---|
| 69 | ## 1.1.0 (November 25, 2014)
|
|---|
| 70 |
|
|---|
| 71 | - Enhanced exceptions
|
|---|
| 72 |
|
|---|
| 73 | ## 1.0.0 (November 4, 2014)
|
|---|
| 74 |
|
|---|
| 75 | Initial release from [postcss-color](https://github.com/postcss/postcss-color)
|
|---|