- Add direct view so that components can be added directly to urls without being required to be included in a regular Django template. - Add capability for `startunicorn` to created components in sub-folders (299)[https://github.com/adamghill/django-unicorn/issues/299]
0.39.1
Not secure
- Prefer `prefetch_related` to reduce database calls for many-to-many fields.
0.39.0
Not secure
- Explicit error messages when an invalid component field is excluded - Better support for serializing many-to-many fields which have been prefetched to reduce the number of database calls - Support excluding many-to-many fields with `javascript_exclude`
0.38.1
Not secure
- Fix: Allow components to be `pickled` so they can be cached.
0.38.0
Not secure
- Include request context in component templates.
0.37.2
Not secure
- Fix: nested field attributes for `javascript_exclude`.