File: HISTORY.rst

package info (click to toggle)
django-pipeline 1.3.24-0.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 544 kB
  • ctags: 349
  • sloc: python: 1,706; makefile: 114
file content (341 lines) | stat: -rw-r--r-- 8,393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
.. :changelog:

History
=======

1.3.24
------

* Quote path before passing them to compilers.
* Add documentation around PIPELINE_MIMETYPES.

1.3.23
------

* Fix gzip mixin regression. Thanks to Sayed Raianul Kabir.
* Improve PipelineStorage listdir method. Thanks to Julien Hartmann.
* Fix setup.py. Thanks to Benjamin Peterson and Colin Dunklau.

1.3.22
------

* Fix mimetype declaration. Thanks to Thomas Parslow.
* Fix gzip mixin. Thanks to Sayed Raianul Kabir.
* Small documentation improvements. Thanks to Kristoffer Smedlund for the report.

1.3.21
------

* Fix whitespace and charset in templates tags output. Thanks to Philipp Wollermann.
* Various documentation fixes. Thanks to Chris Applegate, Natal Ngetal, DJ Sharkey and Andy Kish.
* Fix bug in data-uri handling when running Python 3. Thanks to Sander Steffann.

1.3.20
------

* Allow to run compilation without multiprocessing. Thanks to Rajiv Bose.
* Don't rewrite data-uri. Thanks to Tomek Paczkowski.
* Fix manifesto support.

1.3.19
------

* Allow to pre-compress files via ``pipeline.storage.GZIPMixin``. Thanks to Edwin Lunando for the suggestion and early prototype.
* Improve post processing.

1.3.18
------

* Performance improvements. Thanks to Miguel Araujo Perez.

1.3.17
------

* Improve tests.
* Escape url in template tags. Thanks to Joshua Kehn.
* Allow to change javascript templates separator. Thanks to Axel Haustant.

1.3.16
------

* Fix python3 compatibility. Thanks to Stephan Wienczny.
* Various documentation improvements. Thanks to Chrish Clark, Michael Angeletti and Gokmen Gorgen.
* Tests improvements. Thanks to Michał Górny.

1.3.15
------

* Fix unicode handling in sub-process commands. Thanks to Caio Ariede.
* MinifyHTMLMiddleware use PIPELINE_ENABLED. Thanks to Caio Ariede.
* Add useful finders. Thanks to Danielle Madeley.

1.3.14
------

* Fix prefix handling. Thanks to Brian Montgomery.
* Recalculate Content-Length after minifying HTML. Thanks to Camilo Nova.
* Improve compiler outdated detection. Thanks to Hannes Ljungberg.

1.3.13
------

* Don't hardcode SASS arguments. Thanks to Cal Leeming.
* Fix tests packaging (again). Thanks to Andrew Grigorev.

1.3.12
------

* Add minimal GAE support.
* Make file globing deterministic. Thanks to Adam Charnock.
* Fix tests packaging. Thanks to Mike Gilbert.

1.3.11
------

* Fix Windows specific bug. Thanks to Tom Yam.

1.3.10
------

* Add ``PIPELINE_ENABLED`` settings. Huge thanks to Carl Meyer.
* Update compass compiler documentation. Thanks to Camilo Nova.

1.3.9
-----

* Fix regression in Compiler. Thanks to David Hughes.

1.3.8
-----

* Improve compiler API. Thanks to Remy Sanchez.
* Improve documentation on cache busting via staticfiles. Thanks to Rami Chowdhury.
* Fix url() bug for url with querystring and hash in them. Thanks to Miroslav Shubernetskiy.
* Add third party compilers in documentation. Thanks to Jared Scott.
* Fix extension compatibility with both jinja2 and coffin. Thanks to Mark Sandstrom.
* Add Livescript compiler. Thanks to Arnar Yngvason.

1.3.7
-----

* Don't require Django in setup.py. Thanks to Jannis Leidel.
* A lot of documentation improvements. Thanks to Jared Scott and Christopher Dilorenzo.

1.3.6
-----

* Make our threaded code compatible with python 3.

1.3.5
-----

* Run compilers in threads, should improve performance in DEBUG mode.

1.3.4
-----

* Fix false errors on subprocess. Thanks to Fabian Büchler.
* Don't run MinifyHTMLMiddleware when DEBUG is True. Thanks to Venelin Stoykov.

1.3.3
-----

* Fix subprocess calls.

1.3.2
-----

* Jinja2 support is back.
* Many small improvements in documentation.

1.3.1
-----

* Improve exceptions hierarchy.
* Improve our sub-process calls.
* Update uglify-js documentation. Thanks to Andrey Antukh.

1.3.0
-----

* Add support Python 3, with some help from Alan Lu.
* Add support for Django 1.5.
* Remove support for Django < 1.4.
* Drop support for Python < 2.6.
* Drop support for ``staticfiles`` app, in favor of ``django.contrib.staticfiles``.
* Drop ``PIPELINE`` settings, in favor of ``DEBUG`` to avoid confusion.
* Drop support for ``jinja2`` temporarily.

1.2.24
------

* Fix yui/yuglify settings overriding each other. Thanks to Fábio Santos.

1.2.23
------

* Separate yuglify compressor from YUI compressor.
* Improve HTML compression middleware.

1.2.22
------

* Better compressor error messages. Thanks to Steven Cummings.
* Improve installation documentation. Thanks to Steven Cummings.
* Fix packaging metadata. Thanks to Rui Coelho for noticing it.
* Add documentation about non-packing storage.

1.2.21
------

* Run stylus even if file is considered outdated.

1.1.20
------

* Ensure yui-compressor can still use YUICompressor.

1.2.19
------

* **BACKWARD INCOMPATIBLE** : Replace python cssmin compressor to run the command (works for python or node implementation)

1.2.18
------

* **BACKWARD INCOMPATIBLE** : Replace yui-compressor by yuglify, check your configuration.
* Use finders in manifest. Thanks to Sjoerd Arendsen.

1.2.17
------

* Fully tested windows compatibility. Thanks to Idan Zalzberg.

1.2.16
------

* Fix manifesto module. Thanks to Zenobius Jiricek.
* Ensure coffee-script compiler don't try to overwrite file. Thanks to Teo Klestrup Röijezon.

1.2.15
------

* Ensure asset url are build with ``posixpath``.
* Deal with storage prefix properly.

1.2.14
------

* Jinja2 support, thanks to Christopher Reeves.
* Add read/save_file method to CompilerBase.

1.2.13
------

* Fix unicode bug in compressor. Thanks to Victor Shnayder.
* Fix outdated detection bug. Thanks to Victor Shnayder and Erwan Ameil.
* Add slimit compressor. Thanks to Brant Young.

1.2.12
------

* Fix IO error when creating new compiled file. Thanks to Melvin Laplanche.

1.2.11
------

* Add a small contribution guide
* Add mimetype settings for sass and scss
* Change compiler interface to let compiler determine if file is outdated

1.2.10
------

* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel.
* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher.
* Some documentation improvements. Thanks to Florent Messa.

1.2.9
-----

* Don't compile non-outdated files.
* Add non-packing storage.

1.2.8
-----

* Fix bugs in our glob implementation.


1.2.7
-----

* Many documentation improvements. Thanks to Alexis Svinartchouk.
* Improve python packaging.
* Don't write silently to STATIC_ROOT when we shouldn't.
* Accept new .sass extension in SASSCompiler. Thanks to Jonas Geiregat for the report.


1.2.6
-----

* New lines in templates are now escaper rather than deleted. Thanks to Trey Smith for the report and the patch.
* Improve how we find where to write compiled file. Thanks to sirex for the patch.


1.2.5
-----

* Fix import error for cssmin and jsmin compressors. Thanks to Berker Peksag for the report.
* Fix error with default template function. Thanks to David Charbonnier for the patch and report.


1.2.4
-----

* Fix encoding problem.
* Improve storage documentation
* Add mention of the IRC channel #django-pipeline in documentation


1.2.3
-----

* Fix javascript mime type bug. Thanks to Chase Seibert for the report.


1.2.2.1
-------

* License clarification. Thanks to Dmitry Nezhevenko for the report.


1.2.2
-----

* Allow to disable javascript closure wrapper with ``PIPELINE_DISABLE_WRAPPER``.
* Various improvements to documentation.
* Slightly improve how we find where to write compiled file.
* Simplify module hierarchy.
* Allow templatetag to output mimetype to be able to use less.js and other javascript compilers.


1.2.1
-----

* Fixing a bug in ``FinderStorage`` when using prefix in staticfiles. Thanks to Christian Hammond for the report and testing.
* Make ``PIPELINE_ROOT`` defaults more sane. Thanks to Konstantinos Pachnis for the report.


1.2.0
-----

* Dropped ``synccompress`` command in favor of staticfiles ``collecstatic`` command.
* Added file versionning via staticfiles ``CachedStaticFilesStorage``.
* Added a default js template language.
* Dropped ``PIPELINE_AUTO`` settings in favor of simple ``PIPELINE``.
* Renamed ``absolute_asset_paths`` to ``absolute_paths`` for brevity.
* Made packages lazy to avoid doing unnecessary I/O.
* Dropped ``external_urls`` support for now.
* Add cssmin compressor. Thanks to Steven Cummings.
* Jsmin is no more bundle with pipeline.