You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: django_unicorn/CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## v0.42.0
4
+
5
+
- Remove all blank spaces from JSON responses.
6
+
- Optional support for minifying response HTML with [`htmlmin`](https://pypi.org/project/htmlmin/).
7
+
- Log warning message if the component HTML doesn't appear to be well-formed (i.e. an element does not have an ending tag). [#342](https://github.com/adamghill/django-unicorn/issues/342) by [liamlawless35](https://github.com/liamlawless35)
8
+
9
+
**Breaking changes**
10
+
11
+
- Bump supported Python to >=3.7.
12
+
13
+
[All changes since 0.42.0](https://github.com/adamghill/django-unicorn/compare/0.41.2...0.42.0).
14
+
3
15
## v0.41.2
4
16
5
17
- Fix: Handle excluding a field's attribute when the field is `None`.
@@ -21,7 +33,7 @@
21
33
## v0.40.0
22
34
23
35
- Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
24
-
- Add capability for `startunicorn` to created components in sub-folders (#299)[https://github.com/adamghill/django-unicorn/issues/299]
36
+
- Add capability for `startunicorn` to created components in sub-folders. (#299)[https://github.com/adamghill/django-unicorn/issues/299]
25
37
26
38
[All changes since 0.39.1](https://github.com/adamghill/django-unicorn/compare/0.39.1...0.40.0).
0 commit comments