Releases: paqstd-dev/django-suspense
v1.2.0
Added ASGI support #4. Many thanks @jrobichaud for this implementing.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Added StreamingHttpResponse implementation.
A new approach is now being used to work with suspense. Under the hood, this uses StreamingHttpResponse. For additional details, see #1.
Added a new {% webkit_extra_invisible_bytes %}
tag to fix erroneous WebKit behavior. WebKit has an issue with streaming responses requiring a certain amount of visible content before to actually start rendering. More details are described in README.md.
Many thanks @jrobichaud for this implementing.
Automatically replace the upload container with ready-made content.
Now no additional DOM elements will be present after the upload is complete. Content will be automatically added instead of the loader block.
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Fixed error for headers
v1.0.1
Fix bug for uid in headers
v1.0.0
simple suspense logic