- Support more than 1 level of nested children ([476](https://github.com/adamghill/django-unicorn/pull/507) by [bazubii](https://github.com/bazubii)).
0.49.2
- Fix: Calling methods with a model typehint would fail after being called multiple times ([476](https://github.com/adamghill/django-unicorn/pull/476) by [stat1c-void](https://github.com/stat1c-void)).
0.49.1
- Fix: Missing `pp` import in Python 3.7.
0.49.0
- Fix: Handle inherited (i.e. subclassed) models [459](https://github.com/adamghill/django-unicorn/issues/459). - Fix: Support abbreviated `u:view` ([464](https://github.com/adamghill/django-unicorn/pull/464) by [nerdoc](https://github.com/nerdoc)). - Add version and build date to minified JavaScript for easier debugging.
0.46.0
- Support for loading nested components from a route that uses a class-based view. - Better support for children components.
0.45.1
- Fix JavaScript error that sometimes happens with nested components. [237](https://github.com/adamghill/django-unicorn/issues/237) by [clangley](https://github.com/clangley)