|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +## [6.0](https://github.com/postcss/postcss-load-config/compare/v5.1.0...v6.0.0) (2024-06-02) |
| 6 | + |
| 7 | +### BREAKING CHANGES |
| 8 | + |
| 9 | +- Now you need to install `yaml` dependency to use `.postcssrc.yml` config ([#261](https://github.com/postcss/postcss-load-config/pull/261)) |
| 10 | + |
5 | 11 | ## [5.1.0](https://github.com/postcss/postcss-load-config/compare/v5.0.3...v5.1.0) (2024-05-01) |
6 | 12 |
|
7 | 13 | ### Features |
8 | 14 |
|
9 | | -* Allow to use `tsx` for TypeScript support ([#260](https://github.com/postcss/postcss-load-config/pull/260)) |
| 15 | +- Allow to use `tsx` for TypeScript support ([#260](https://github.com/postcss/postcss-load-config/pull/260)) |
10 | 16 |
|
11 | 17 | ## [5.0.3](https://github.com/postcss/postcss-load-config/compare/v5.0.2...v5.0.3) (2024-02-08) |
12 | 18 |
|
13 | 19 | ### Bug Fixes |
14 | 20 |
|
15 | | -* Fixed update of ESM configs ([#259](https://github.com/postcss/postcss-load-config/pull/259)) |
| 21 | +- Fixed update of ESM configs ([#259](https://github.com/postcss/postcss-load-config/pull/259)) |
16 | 22 |
|
17 | 23 | ## [5.0.2](https://github.com/postcss/postcss-load-config/compare/v5.0.1...v5.0.2) (2023-05-23) |
18 | 24 |
|
19 | 25 | ### Bug Fixes |
20 | 26 |
|
21 | | -* Fixed `__require` name conflict ([#257](https://github.com/postcss/postcss-load-config/pull/257)) |
| 27 | +- Fixed `__require` name conflict ([#257](https://github.com/postcss/postcss-load-config/pull/257)) |
22 | 28 |
|
23 | 29 | ## [5.0.1](https://github.com/postcss/postcss-load-config/compare/v5.0.0...v5.0.1) (2023-05-23) |
24 | 30 |
|
25 | 31 | ### Bug Fixes |
26 | 32 |
|
27 | | -* Fixed Windows support ([#256](https://github.com/postcss/postcss-load-config/pull/256)) |
| 33 | +- Fixed Windows support ([#256](https://github.com/postcss/postcss-load-config/pull/256)) |
28 | 34 |
|
29 | 35 | ## [5.0](https://github.com/postcss/postcss-load-config/compare/v4.0.2...v5.0.0) (2023-11-20) |
30 | 36 |
|
31 | 37 | ### Features |
32 | 38 |
|
33 | | -* Added ESM support for TypeScript config ([#249](https://github.com/postcss/postcss-load-config/pull/249)) |
34 | | -* Added ESM and TypeScript plugins support from JSON config ([#254](https://github.com/postcss/postcss-load-config/pull/254)) |
| 39 | +- Added ESM support for TypeScript config ([#249](https://github.com/postcss/postcss-load-config/pull/249)) |
| 40 | +- Added ESM and TypeScript plugins support from JSON config ([#254](https://github.com/postcss/postcss-load-config/pull/254)) |
35 | 41 |
|
36 | 42 | ### BREAKING CHANGES |
37 | 43 |
|
38 | | -* Dropped Node.js 16 & 14 support. |
| 44 | +- Dropped Node.js 16 & 14 support. |
39 | 45 |
|
40 | 46 | ## [4.0.2](https://github.com/postcss/postcss-load-config/compare/v4.0.1...v4.0.2) (2023-11-20) |
41 | 47 |
|
42 | 48 | ### Bug Fixes |
43 | 49 |
|
44 | | -* **src/index:** added support for `.cts` files ([#252](https://github.com/postcss/postcss-load-config/pull/252)) |
45 | | -* **deps:** updated `lilconfig` ([#253](https://github.com/postcss/postcss-load-config/pull/253)) |
| 50 | +- **src/index:** added support for `.cts` files ([#252](https://github.com/postcss/postcss-load-config/pull/252)) |
| 51 | +- **deps:** updated `lilconfig` ([#253](https://github.com/postcss/postcss-load-config/pull/253)) |
46 | 52 |
|
47 | 53 | ## [4.0.1](https://github.com/postcss/postcss-load-config/compare/v4.0.0...v4.0.1) (2022-05-31) |
48 | 54 |
|
49 | 55 | ### Bug Fixes |
50 | 56 |
|
51 | | -* **src/index:** Fixed Windows support ([#238](https://github.com/postcss/postcss-load-config/pull/238)) |
| 57 | +- **src/index:** Fixed Windows support ([#238](https://github.com/postcss/postcss-load-config/pull/238)) |
52 | 58 |
|
53 | 59 | ## [4.0](https://github.com/postcss/postcss-load-config/compare/v3.1.4...v4.0.0) (2022-05-23) |
54 | 60 |
|
55 | 61 | ### Features |
56 | 62 |
|
57 | | -* Added support for ESM configs ([#234](https://github.com/postcss/postcss-load-config/pull/234)) |
| 63 | +- Added support for ESM configs ([#234](https://github.com/postcss/postcss-load-config/pull/234)) |
58 | 64 |
|
59 | 65 | ### BREAKING CHANGES |
60 | 66 |
|
61 | | -* Dropped sync API. |
62 | | -* Dropped Node.js 12 & 10 support. |
| 67 | +- Dropped sync API. |
| 68 | +- Dropped Node.js 12 & 10 support. |
63 | 69 |
|
64 | 70 | ## [3.1.4](https://github.com/postcss/postcss-load-config/compare/v3.1.3...v3.1.4) (2022-03-29) |
65 | 71 |
|
66 | 72 | ### Bug Fixes |
67 | 73 |
|
68 | | -* **deps:** Add `postcss` to optional peer dependencies to fix types ([#233](https://github.com/postcss/postcss-load-config/pull/233)) |
| 74 | +- **deps:** Add `postcss` to optional peer dependencies to fix types ([#233](https://github.com/postcss/postcss-load-config/pull/233)) |
69 | 75 |
|
70 | 76 | ## [3.1.3](https://github.com/postcss/postcss-load-config/compare/v3.1.2...v3.1.3) (2022-01-02) |
71 | 77 |
|
72 | 78 | ### Bug Fixes |
73 | 79 |
|
74 | | -* **src/index:** Fix root path calculation for resolving relative path to plugins ([#231](https://github.com/postcss/postcss-load-config/pull/231)) |
| 80 | +- **src/index:** Fix root path calculation for resolving relative path to plugins ([#231](https://github.com/postcss/postcss-load-config/pull/231)) |
75 | 81 |
|
76 | 82 | ## [3.1.2](https://github.com/postcss/postcss-load-config/compare/v3.1.1...v3.1.2) (2022-01-02) |
77 | 83 |
|
78 | 84 | ### Bug Fixes |
79 | 85 |
|
80 | | -* **src/index:** Load plugins from PostCSS config location instead of current working directory ([#229](https://github.com/postcss/postcss-load-config/pull/229)) |
| 86 | +- **src/index:** Load plugins from PostCSS config location instead of current working directory ([#229](https://github.com/postcss/postcss-load-config/pull/229)) |
81 | 87 |
|
82 | 88 | ## [3.1.1](https://github.com/postcss/postcss-load-config/compare/v3.1.0...v3.1.1) (2022-01-02) |
83 | 89 |
|
84 | 90 | ### Bug Fixes |
85 | 91 |
|
86 | | -* **deps:** Reduce dependencies by dropping `import-cwd` ([#227](https://github.com/postcss/postcss-load-config/pull/227)) |
87 | | - |
| 92 | +- **deps:** Reduce dependencies by dropping `import-cwd` ([#227](https://github.com/postcss/postcss-load-config/pull/227)) |
88 | 93 |
|
89 | 94 | ## [3.1.0](https://github.com/postcss/postcss-load-config/compare/v3.0.1...v3.1.0) (2021-06-14) |
90 | 95 |
|
91 | 96 | ### Features |
92 | 97 |
|
93 | | -* Add `.cjs` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218)) |
94 | | -* Add `.ts` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218)) |
95 | | - |
| 98 | +- Add `.cjs` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218)) |
| 99 | +- Add `.ts` config support ([#218](https://github.com/postcss/postcss-load-config/pull/218)) |
96 | 100 |
|
97 | 101 | ### Bug Fixes |
98 | 102 |
|
99 | | -* **deps:** Reduce dependencies by moving from `cosmiconfig` to `lilconfig` |
100 | | - |
| 103 | +- **deps:** Reduce dependencies by moving from `cosmiconfig` to `lilconfig` |
101 | 104 |
|
102 | 105 | ## [3.0.1](https://github.com/postcss/postcss-load-config/compare/v3.0.0...v3.0.1) (2021-02-07) |
103 | 106 |
|
104 | 107 | ### Features |
105 | 108 |
|
106 | | -* **src/index:** Add type definition ([#211](https://github.com/postcss/postcss-load-config/pull/211)) |
107 | | - |
| 109 | +- **src/index:** Add type definition ([#211](https://github.com/postcss/postcss-load-config/pull/211)) |
108 | 110 |
|
109 | 111 | ## [3.0.0](https://github.com/postcss/postcss-load-config/compare/v2.1.2...v3.0.0) (2020-09-26) |
110 | 112 |
|
111 | 113 | ### Features |
112 | 114 |
|
113 | | -* **src/index:** Add `.cjs` config support. |
114 | | - |
| 115 | +- **src/index:** Add `.cjs` config support. |
115 | 116 |
|
116 | 117 | ### BREAKING CHANGES |
117 | 118 |
|
118 | | -* **package:** requires `node >= v10.0.0` |
| 119 | +- **package:** requires `node >= v10.0.0` |
119 | 120 |
|
120 | 121 | ## [2.1.2](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.1.1...v2.1.2) (2020-09-26) |
121 | 122 |
|
122 | | - |
123 | 123 | ### Bug Fixes |
124 | 124 |
|
125 | | -* **package:** Add funding links. |
| 125 | +- **package:** Add funding links. |
126 | 126 |
|
127 | 127 | ## [2.1.1](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.1.0...v2.1.1) (2020-09-17) |
128 | 128 |
|
129 | | - |
130 | 129 | ### Bug Fixes |
131 | 130 |
|
132 | | -* **plugins:** fix PostCSS 8 plugin support ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/202)) |
133 | | - |
| 131 | +- **plugins:** fix PostCSS 8 plugin support ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/202)) |
134 | 132 |
|
135 | 133 | ## [2.1.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v2.0.0...v2.1.0) (2019-06-10) |
136 | 134 |
|
137 | | - |
138 | 135 | ### Bug Fixes |
139 | 136 |
|
140 | | -* **plugins:** add `undefined` to plugin `options` check ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/177)) ([4349ea9](https://github.com/michael-ciniawsky/postcss-load-config/commit/4349ea9)) |
141 | | - |
| 137 | +- **plugins:** add `undefined` to plugin `options` check ([#177](https://github.com/michael-ciniawsky/postcss-load-config/issues/177)) ([4349ea9](https://github.com/michael-ciniawsky/postcss-load-config/commit/4349ea9)) |
142 | 138 |
|
143 | 139 | ### Features |
144 | 140 |
|
145 | | -* **src/index:** support synchronous config loading (`rc.sync`) ([f230d40](https://github.com/michael-ciniawsky/postcss-load-config/commit/f230d40)) |
146 | | - |
147 | | - |
| 141 | +- **src/index:** support synchronous config loading (`rc.sync`) ([f230d40](https://github.com/michael-ciniawsky/postcss-load-config/commit/f230d40)) |
148 | 142 |
|
149 | 143 | <a name="2.0.0"></a> |
150 | | -# [2.0.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.2.0...v2.0.0) (2018-07-10) |
151 | 144 |
|
| 145 | +# [2.0.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.2.0...v2.0.0) (2018-07-10) |
152 | 146 |
|
153 | 147 | ### Bug Fixes |
154 | 148 |
|
155 | | -* **package:** `require-from-string` memory leak, updates `cosmiconfig` v2.1.0...4.0.0 (`dependencies`) ([17f9621](https://github.com/michael-ciniawsky/postcss-load-config/commit/17f9621)) |
156 | | -* **src/index.js:** clone the config `{Object}` on assignment instead of mutating it ([8669a90](https://github.com/michael-ciniawsky/postcss-load-config/commit/8669a90)) |
157 | | - |
| 149 | +- **package:** `require-from-string` memory leak, updates `cosmiconfig` v2.1.0...4.0.0 (`dependencies`) ([17f9621](https://github.com/michael-ciniawsky/postcss-load-config/commit/17f9621)) |
| 150 | +- **src/index.js:** clone the config `{Object}` on assignment instead of mutating it ([8669a90](https://github.com/michael-ciniawsky/postcss-load-config/commit/8669a90)) |
158 | 151 |
|
159 | 152 | ### Features |
160 | 153 |
|
161 | | -* **src:** load plugins from the current working directory ([9745bf0](https://github.com/michael-ciniawsky/postcss-load-config/commit/9745bf0)) |
162 | | -* **src:** show config file in `err.message` ([4baff47](https://github.com/michael-ciniawsky/postcss-load-config/commit/4baff47)) |
163 | | - |
| 154 | +- **src:** load plugins from the current working directory ([9745bf0](https://github.com/michael-ciniawsky/postcss-load-config/commit/9745bf0)) |
| 155 | +- **src:** show config file in `err.message` ([4baff47](https://github.com/michael-ciniawsky/postcss-load-config/commit/4baff47)) |
164 | 156 |
|
165 | 157 | ### BREAKING CHANGES |
166 | 158 |
|
167 | | -* **package:** requires `node >= v4.0.0` |
168 | | -* **package:** removes `argv` option (`options.argv`) |
169 | | -* **package:** removes `--config` parsing |
170 | | - |
171 | | - |
| 159 | +- **package:** requires `node >= v4.0.0` |
| 160 | +- **package:** removes `argv` option (`options.argv`) |
| 161 | +- **package:** removes `--config` parsing |
172 | 162 |
|
173 | 163 | <a name="1.2.0"></a> |
174 | | -# [1.2.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.1.0...v1.2.0) (2017-02-13) |
175 | 164 |
|
| 165 | +# [1.2.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.1.0...v1.2.0) (2017-02-13) |
176 | 166 |
|
177 | 167 | ### Features |
178 | 168 |
|
179 | | -* **index:** allow extensions for .postcssrc ([0d3bf35](https://github.com/michael-ciniawsky/postcss-load-config/commit/0d3bf35)) |
180 | | - |
181 | | - |
| 169 | +- **index:** allow extensions for .postcssrc ([0d3bf35](https://github.com/michael-ciniawsky/postcss-load-config/commit/0d3bf35)) |
182 | 170 |
|
183 | 171 | <a name="1.1.0"></a> |
184 | | -# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0...v1.1.0) (2017-01-11) |
185 | 172 |
|
| 173 | +# [1.1.0](https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0...v1.1.0) (2017-01-11) |
186 | 174 |
|
187 | 175 | ### Features |
188 | 176 |
|
189 | | -* **index:** config.file, improve error handling ([a6c32fd](https://github.com/michael-ciniawsky/postcss-load-config/commit/a6c32fd)) |
190 | | - |
191 | | - |
| 177 | +- **index:** config.file, improve error handling ([a6c32fd](https://github.com/michael-ciniawsky/postcss-load-config/commit/a6c32fd)) |
192 | 178 |
|
193 | 179 | <a name="1.0.0"></a> |
194 | | -# [1.0.0]((https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0-rc...1.0.0)) (2016-10-27) |
195 | 180 |
|
| 181 | +# [1.0.0](<(https://github.com/michael-ciniawsky/postcss-load-config/compare/v1.0.0-rc...1.0.0)>) (2016-10-27) |
196 | 182 |
|
197 | 183 | ### Bug Fixes |
198 | 184 |
|
199 | | -* **index:** behavior when config loading fails ([b549bc6](https://github.com/michael-ciniawsky/postcss-load-config/commit/b549bc6)), closes [#26](https://github.com/michael-ciniawsky/postcss-load-config/issues/26) |
200 | | -* **index:** set NODE_ENV when undefined ([b24501c](https://github.com/michael-ciniawsky/postcss-load-config/commit/b24501c)) |
201 | | -* **index:** support node v0.12 ([0bbfa94](https://github.com/michael-ciniawsky/postcss-load-config/commit/0bbfa94)) |
| 185 | +- **index:** behavior when config loading fails ([b549bc6](https://github.com/michael-ciniawsky/postcss-load-config/commit/b549bc6)), closes [#26](https://github.com/michael-ciniawsky/postcss-load-config/issues/26) |
| 186 | +- **index:** set NODE_ENV when undefined ([b24501c](https://github.com/michael-ciniawsky/postcss-load-config/commit/b24501c)) |
| 187 | +- **index:** support node v0.12 ([0bbfa94](https://github.com/michael-ciniawsky/postcss-load-config/commit/0bbfa94)) |
202 | 188 |
|
203 | 189 | ### Features |
204 | 190 |
|
205 | | -* **index:** function support, jsdoc, cleanups ([a78c580](https://github.com/michael-ciniawsky/postcss-load-config/commit/a78c580)) |
| 191 | +- **index:** function support, jsdoc, cleanups ([a78c580](https://github.com/michael-ciniawsky/postcss-load-config/commit/a78c580)) |
0 commit comments