|
1 |
| -[5.3.0 / 2021-04-28](https://github.com/jakubpawlowicz/clean-css-cli/compare/5.2...v5.3.0) |
| 1 | +[5.3.0 / 2021-04-28](https://github.com/clean-css/clean-css-cli/compare/5.2...v5.3.0) |
2 | 2 | ==================
|
3 | 3 |
|
4 |
| -* Fixed issue [#61](https://github.com/jakubpawlowicz/clean-css-cli/issues/61) - source maps, rebasing, and batch processing. |
5 |
| -* Fixed issue [#65](https://github.com/jakubpawlowicz/clean-css-cli/issues/65) - batch processing with output path. |
| 4 | +* Fixed issue [#61](https://github.com/clean-css/clean-css-cli/issues/61) - source maps, rebasing, and batch processing. |
| 5 | +* Fixed issue [#65](https://github.com/clean-css/clean-css-cli/issues/65) - batch processing with output path. |
6 | 6 |
|
7 |
| -[5.2.2 / 2021-03-19](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.2.1...v5.2.2) |
| 7 | +[5.2.2 / 2021-03-19](https://github.com/clean-css/clean-css-cli/compare/v5.2.1...v5.2.2) |
8 | 8 | ==================
|
9 | 9 |
|
10 | 10 | * Bumps clean-css dependency to 5.1.2.
|
11 | 11 |
|
12 |
| -[5.2.1 / 2021-03-03](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.2.0...v5.2.1) |
| 12 | +[5.2.1 / 2021-03-03](https://github.com/clean-css/clean-css-cli/compare/v5.2.0...v5.2.1) |
13 | 13 | ==================
|
14 | 14 |
|
15 | 15 | * Bumps clean-css dependency to 5.1.1.
|
16 | 16 |
|
17 |
| -[5.2.0 / 2021-02-18](https://github.com/jakubpawlowicz/clean-css-cli/compare/5.1...v5.2.0) |
| 17 | +[5.2.0 / 2021-02-18](https://github.com/clean-css/clean-css-cli/compare/5.1...v5.2.0) |
18 | 18 | ==================
|
19 | 19 |
|
20 | 20 | * Bumps clean-css dependency to 5.1.0.
|
21 | 21 |
|
22 |
| -[5.1.0 / 2021-02-12](https://github.com/jakubpawlowicz/clean-css-cli/compare/5.0...v5.1.0) |
| 22 | +[5.1.0 / 2021-02-12](https://github.com/clean-css/clean-css-cli/compare/5.0...v5.1.0) |
23 | 23 | ==================
|
24 | 24 |
|
25 |
| -* Fixed issue [#51](https://github.com/jakubpawlowicz/clean-css-cli/issues/51) - excluding files via glob negated pattern. |
| 25 | +* Fixed issue [#51](https://github.com/clean-css/clean-css-cli/issues/51) - excluding files via glob negated pattern. |
26 | 26 |
|
27 |
| -[5.0.1 / 2021-02-11](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.0.0...v5.0.1) |
| 27 | +[5.0.1 / 2021-02-11](https://github.com/clean-css/clean-css-cli/compare/v5.0.0...v5.0.1) |
28 | 28 | ==================
|
29 | 29 |
|
30 |
| -* Fixed issue [#54](https://github.com/jakubpawlowicz/clean-css-cli/issues/54) - rebasing is still on if output option is used. |
| 30 | +* Fixed issue [#54](https://github.com/clean-css/clean-css-cli/issues/54) - rebasing is still on if output option is used. |
31 | 31 |
|
32 |
| -[5.0.0 / 2021-02-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/4.3...v5.0.0) |
| 32 | +[5.0.0 / 2021-02-10](https://github.com/clean-css/clean-css-cli/compare/4.3...v5.0.0) |
33 | 33 | ==================
|
34 | 34 |
|
35 | 35 | * Adds `--batch-suffix` option to specify what gets appended to output filename in batch mode.
|
36 | 36 | * Bumps clean-css dependency to 5.0.
|
37 | 37 | * Bumps commander dependency to 7.0.
|
38 |
| -* Fixed issue [#18](https://github.com/jakubpawlowicz/clean-css-cli/issues/18) - allows batch processing of input files. |
39 |
| -* Fixed issue [#36](https://github.com/jakubpawlowicz/clean-css-cli/issues/36) - automatically creates missing output directories. |
| 38 | +* Fixed issue [#18](https://github.com/clean-css/clean-css-cli/issues/18) - allows batch processing of input files. |
| 39 | +* Fixed issue [#36](https://github.com/clean-css/clean-css-cli/issues/36) - automatically creates missing output directories. |
40 | 40 |
|
41 |
| -[4.3.0 / 2019-04-06](https://github.com/jakubpawlowicz/clean-css-cli/compare/4.2...v4.3.0) |
| 41 | +[4.3.0 / 2019-04-06](https://github.com/clean-css/clean-css-cli/compare/4.2...v4.3.0) |
42 | 42 | ==================
|
43 | 43 |
|
44 | 44 | * Bumps clean-css dependency to 4.2.1.
|
45 |
| -* Fixed issue [#21](https://github.com/jakubpawlowicz/clean-css-cli/issues/21) - sanity check for printing out help. |
46 |
| -* Fixed issue [#27](https://github.com/jakubpawlowicz/clean-css-cli/issues/27) - way to provide input source map. |
| 45 | +* Fixed issue [#21](https://github.com/clean-css/clean-css-cli/issues/21) - sanity check for printing out help. |
| 46 | +* Fixed issue [#27](https://github.com/clean-css/clean-css-cli/issues/27) - way to provide input source map. |
47 | 47 |
|
48 |
| -[4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css-cli/compare/4.1...v4.2.0) |
| 48 | +[4.2.0 / 2018-08-02](https://github.com/clean-css/clean-css-cli/compare/4.1...v4.2.0) |
49 | 49 | ==================
|
50 | 50 |
|
51 | 51 | * Bumps clean-css dependency to 4.2.0.
|
52 | 52 |
|
53 |
| -[4.1.11 / 2018-03-02](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.10...v4.1.11) |
| 53 | +[4.1.11 / 2018-03-02](https://github.com/clean-css/clean-css-cli/compare/v4.1.10...v4.1.11) |
54 | 54 | ==================
|
55 | 55 |
|
56 |
| -* Fixed issue [#17](https://github.com/jakubpawlowicz/clean-css-cli/issues/17) - empty `--inline` switch. |
| 56 | +* Fixed issue [#17](https://github.com/clean-css/clean-css-cli/issues/17) - empty `--inline` switch. |
57 | 57 |
|
58 |
| -[4.1.10 / 2017-09-19](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.9...v4.1.10) |
| 58 | +[4.1.10 / 2017-09-19](https://github.com/clean-css/clean-css-cli/compare/v4.1.9...v4.1.10) |
59 | 59 | ==================
|
60 | 60 |
|
61 | 61 | * Bumps clean-css dependency to 4.1.9.
|
62 | 62 |
|
63 |
| -[4.1.9 / 2017-09-03](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.8...v4.1.9) |
| 63 | +[4.1.9 / 2017-09-03](https://github.com/clean-css/clean-css-cli/compare/v4.1.8...v4.1.9) |
64 | 64 | ==================
|
65 | 65 |
|
66 | 66 | * Bumps clean-css dependency to 4.1.8.
|
67 | 67 |
|
68 |
| -[4.1.8 / 2017-09-03](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.7...v4.1.8) |
| 68 | +[4.1.8 / 2017-09-03](https://github.com/clean-css/clean-css-cli/compare/v4.1.7...v4.1.8) |
69 | 69 | ==================
|
70 | 70 |
|
71 | 71 | * Bumps clean-css dependency to 4.1.7.
|
72 | 72 |
|
73 |
| -[4.1.7 / 2017-09-03](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.6...v4.1.7) |
| 73 | +[4.1.7 / 2017-09-03](https://github.com/clean-css/clean-css-cli/compare/v4.1.6...v4.1.7) |
74 | 74 | ==================
|
75 | 75 |
|
76 | 76 | * Bumps clean-css dependency to 4.1.6.
|
77 | 77 |
|
78 |
| -[4.1.6 / 2017-06-29](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.5...v4.1.6) |
| 78 | +[4.1.6 / 2017-06-29](https://github.com/clean-css/clean-css-cli/compare/v4.1.5...v4.1.6) |
79 | 79 | ==================
|
80 | 80 |
|
81 | 81 | * Bumps clean-css dependency to 4.1.5.
|
82 | 82 |
|
83 |
| -[4.1.5 / 2017-06-14](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.4...v4.1.5) |
| 83 | +[4.1.5 / 2017-06-14](https://github.com/clean-css/clean-css-cli/compare/v4.1.4...v4.1.5) |
84 | 84 | ==================
|
85 | 85 |
|
86 | 86 | * Bumps clean-css dependency to 4.1.4.
|
87 | 87 |
|
88 |
| -[4.1.4 / 2017-06-09](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.3...v4.1.4) |
| 88 | +[4.1.4 / 2017-06-09](https://github.com/clean-css/clean-css-cli/compare/v4.1.3...v4.1.4) |
89 | 89 | ==================
|
90 | 90 |
|
91 |
| -* Fixed issue [#10](https://github.com/jakubpawlowicz/clean-css-cli/issues/10) - IE/Edge source maps. |
| 91 | +* Fixed issue [#10](https://github.com/clean-css/clean-css-cli/issues/10) - IE/Edge source maps. |
92 | 92 |
|
93 |
| -[4.1.3 / 2017-05-18](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.2...v4.1.3) |
| 93 | +[4.1.3 / 2017-05-18](https://github.com/clean-css/clean-css-cli/compare/v4.1.2...v4.1.3) |
94 | 94 | ==================
|
95 | 95 |
|
96 | 96 | * Bumps clean-css dependency to 4.1.3.
|
97 | 97 |
|
98 |
| -[4.1.2 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.1...v4.1.2) |
| 98 | +[4.1.2 / 2017-05-10](https://github.com/clean-css/clean-css-cli/compare/v4.1.1...v4.1.2) |
99 | 99 | ==================
|
100 | 100 |
|
101 | 101 | * Bumps clean-css dependency to 4.1.2.
|
102 | 102 |
|
103 |
| -[4.1.1 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.0...v4.1.1) |
| 103 | +[4.1.1 / 2017-05-10](https://github.com/clean-css/clean-css-cli/compare/v4.1.0...v4.1.1) |
104 | 104 | ==================
|
105 | 105 |
|
106 | 106 | * Bumps clean-css dependency to 4.1.1.
|
107 | 107 |
|
108 |
| -[4.1.0 / 2017-05-08](https://github.com/jakubpawlowicz/clean-css-cli/compare/4.0...v4.1.0) |
| 108 | +[4.1.0 / 2017-05-08](https://github.com/clean-css/clean-css-cli/compare/4.0...v4.1.0) |
109 | 109 | ==================
|
110 | 110 |
|
111 | 111 | * Bumps clean-css dependency to 4.1.x.
|
112 |
| -* Fixed issue [#1](https://github.com/jakubpawlowicz/clean-css-cli/issues/1) - option to remove inlined files. |
113 |
| -* Fixed issue [#2](https://github.com/jakubpawlowicz/clean-css-cli/issues/2) - glob matching source paths. |
114 |
| -* Fixed issue [#5](https://github.com/jakubpawlowicz/clean-css-cli/issues/5) - non-boolean compatibility options. |
115 |
| -* Fixed issue [#7](https://github.com/jakubpawlowicz/clean-css-cli/issues/7) - using CLI as a module. |
| 112 | +* Fixed issue [#1](https://github.com/clean-css/clean-css-cli/issues/1) - option to remove inlined files. |
| 113 | +* Fixed issue [#2](https://github.com/clean-css/clean-css-cli/issues/2) - glob matching source paths. |
| 114 | +* Fixed issue [#5](https://github.com/clean-css/clean-css-cli/issues/5) - non-boolean compatibility options. |
| 115 | +* Fixed issue [#7](https://github.com/clean-css/clean-css-cli/issues/7) - using CLI as a module. |
116 | 116 |
|
117 |
| -[4.0.12 / 2017-04-12](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.11...v4.0.12) |
| 117 | +[4.0.12 / 2017-04-12](https://github.com/clean-css/clean-css-cli/compare/v4.0.11...v4.0.12) |
118 | 118 | ==================
|
119 | 119 |
|
120 | 120 | * Bumps clean-css dependency to 4.0.12.
|
121 | 121 |
|
122 |
| -[4.0.11 / 2017-04-11](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.10...v4.0.11) |
| 122 | +[4.0.11 / 2017-04-11](https://github.com/clean-css/clean-css-cli/compare/v4.0.10...v4.0.11) |
123 | 123 | ==================
|
124 | 124 |
|
125 | 125 | * Bumps clean-css dependency to 4.0.11.
|
126 | 126 |
|
127 |
| -[4.0.10 / 2017-03-22](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.9...v4.0.10) |
| 127 | +[4.0.10 / 2017-03-22](https://github.com/clean-css/clean-css-cli/compare/v4.0.9...v4.0.10) |
128 | 128 | ==================
|
129 | 129 |
|
130 | 130 | * Bumps clean-css dependency to 4.0.10.
|
131 | 131 |
|
132 |
| -[4.0.9 / 2017-03-15](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.8...v4.0.9) |
| 132 | +[4.0.9 / 2017-03-15](https://github.com/clean-css/clean-css-cli/compare/v4.0.8...v4.0.9) |
133 | 133 | ==================
|
134 | 134 |
|
135 | 135 | * Bumps clean-css dependency to 4.0.9.
|
136 | 136 |
|
137 |
| -[4.0.8 / 2017-02-22](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.7...v4.0.8) |
| 137 | +[4.0.8 / 2017-02-22](https://github.com/clean-css/clean-css-cli/compare/v4.0.7...v4.0.8) |
138 | 138 | ==================
|
139 | 139 |
|
140 | 140 | * Bumps clean-css dependency to 4.0.8.
|
141 | 141 |
|
142 |
| -[4.0.7 / 2017-02-14](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.6...v4.0.7) |
| 142 | +[4.0.7 / 2017-02-14](https://github.com/clean-css/clean-css-cli/compare/v4.0.6...v4.0.7) |
143 | 143 | ==================
|
144 | 144 |
|
145 | 145 | * Bumps clean-css dependency to 4.0.7.
|
146 | 146 |
|
147 |
| -[4.0.6 / 2017-02-10](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.5...v4.0.6) |
| 147 | +[4.0.6 / 2017-02-10](https://github.com/clean-css/clean-css-cli/compare/v4.0.5...v4.0.6) |
148 | 148 | ==================
|
149 | 149 |
|
150 | 150 | * Bumps clean-css dependency to 4.0.6.
|
151 | 151 |
|
152 |
| -[4.0.5 / 2017-02-07](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.4...v4.0.5) |
| 152 | +[4.0.5 / 2017-02-07](https://github.com/clean-css/clean-css-cli/compare/v4.0.4...v4.0.5) |
153 | 153 | ==================
|
154 | 154 |
|
155 | 155 | * Bumps clean-css dependency to 4.0.5.
|
156 | 156 |
|
157 |
| -[4.0.4 / 2017-02-07](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.3...v4.0.4) |
| 157 | +[4.0.4 / 2017-02-07](https://github.com/clean-css/clean-css-cli/compare/v4.0.3...v4.0.4) |
158 | 158 | ==================
|
159 | 159 |
|
160 | 160 | * Bumps clean-css dependency to 4.0.4.
|
161 | 161 |
|
162 |
| -[4.0.3 / 2017-02-07](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.2...v4.0.3) |
| 162 | +[4.0.3 / 2017-02-07](https://github.com/clean-css/clean-css-cli/compare/v4.0.2...v4.0.3) |
163 | 163 | ==================
|
164 | 164 |
|
165 | 165 | * Bumps clean-css dependency to 4.0.3.
|
166 | 166 |
|
167 |
| -[4.0.2 / 2017-02-07](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.1...v4.0.2) |
| 167 | +[4.0.2 / 2017-02-07](https://github.com/clean-css/clean-css-cli/compare/v4.0.1...v4.0.2) |
168 | 168 | ==================
|
169 | 169 |
|
170 | 170 | * Bumps clean-css dependency to 4.0.2.
|
171 | 171 |
|
172 |
| -[4.0.1 / 2017-02-07](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.0.0...v4.0.1) |
| 172 | +[4.0.1 / 2017-02-07](https://github.com/clean-css/clean-css-cli/compare/v4.0.0...v4.0.1) |
173 | 173 | ==================
|
174 | 174 |
|
175 | 175 | * Bumps clean-css dependency to 4.0.1.
|
|
178 | 178 | ==================
|
179 | 179 |
|
180 | 180 | * Initial release of separate clean-css-cli.
|
181 |
| -* See [clean-css release notes](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md#400--2017-01-23) for a full list of changes. |
| 181 | +* See [clean-css release notes](https://github.com/clean-css/clean-css/blob/master/History.md#400--2017-01-23) for a full list of changes. |
0 commit comments