| 1 | # Changes to PostCSS Environment Variables
|
|---|
| 2 |
|
|---|
| 3 | ### 4.0.6 (March 19, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Add deprecation notice for `postcss-env-function`
|
|---|
| 6 |
|
|---|
| 7 | [see the discussion](https://github.com/csstools/postcss-plugins/discussions/192)
|
|---|
| 8 |
|
|---|
| 9 | ### 4.0.5 (February 5, 2022)
|
|---|
| 10 |
|
|---|
| 11 | - Improved `es module` and `commonjs` compatibility
|
|---|
| 12 |
|
|---|
| 13 | ### 4.0.4 (January 2, 2022)
|
|---|
| 14 |
|
|---|
| 15 | - Removed Sourcemaps from package tarball.
|
|---|
| 16 | - Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
|---|
| 17 |
|
|---|
| 18 | ### 4.0.3 (December 13, 2021)
|
|---|
| 19 |
|
|---|
| 20 | - Changed: now uses `postcss-value-parser` for parsing.
|
|---|
| 21 | - Updated: documentation
|
|---|
| 22 |
|
|---|
| 23 | ### 4.0.2 (November 18, 2021)
|
|---|
| 24 |
|
|---|
| 25 | - Added: Safeguards against postcss-values-parser potentially throwing an error.
|
|---|
| 26 |
|
|---|
| 27 | ### 4.0.1 (October 28, 2021)
|
|---|
| 28 |
|
|---|
| 29 | - Updated: Enforcing styling consistency
|
|---|
| 30 | - Updated: `postcss-values-parser` to 6.0.1 (patch).
|
|---|
| 31 |
|
|---|
| 32 | ### 4.0.0 (September 17, 2021)
|
|---|
| 33 |
|
|---|
| 34 | - Updated: Support for PostCS 8+ (major).
|
|---|
| 35 | - Updated: Support for Node 12+ (major).
|
|---|
| 36 |
|
|---|
| 37 | ### 3.0.0 (June 13, 2019)
|
|---|
| 38 |
|
|---|
| 39 | - Updated: `postcss-values-parser` to 3.2.0 (major)
|
|---|
| 40 | - Updated: `postcss` to 7.0.27 (patch)
|
|---|
| 41 | - Updated: Support for Node 10+ (major)
|
|---|
| 42 |
|
|---|
| 43 | ### 2.0.2 (September 20, 2018)
|
|---|
| 44 |
|
|---|
| 45 | - Updated: Do not break on an empty importFrom object
|
|---|
| 46 |
|
|---|
| 47 | ### 2.0.1 (September 18, 2018)
|
|---|
| 48 |
|
|---|
| 49 | - Updated: Support for PostCSS Values Parser 2
|
|---|
| 50 |
|
|---|
| 51 | ### 2.0.0 (September 17, 2018)
|
|---|
| 52 |
|
|---|
| 53 | - Updated: Support for PostCSS 7+
|
|---|
| 54 | - Updated: Support for Node 6+
|
|---|
| 55 | - Updated: Changed `variables` option to `importFrom` option
|
|---|
| 56 |
|
|---|
| 57 | ### 1.0.0 (April 28, 2018)
|
|---|
| 58 |
|
|---|
| 59 | - Initial version
|
|---|