- Fix: safe strings can be used as parameters of the async_include template tag.
- Fix: fix passing simple values (strings or numbers) as parameters.
- Feature: "onload" parameter for the async_include template_tag, allowing calling a callback function.
- Add some tests.
- Repository cleanup.
- Removal of jQuery requirement.
- Fix crypto.py errors in Python 3.
- README typos are fixed.
- Django 2.0 support.
- Package cleanup.
- Update docs.
- Multi language support.
- Force use fixed version of jsonpickle.
- Fix error that made not accepting template paths with '-' char.
- Support for modern mobile browsers.
- Fixing unicode objects hashing.
- Support for Django 1.11.
- Show/Hide spinner.
- Customice spinner template used in each async_include call.
- Adding a class to the wrapper.
- Defining the function as global function to enable recalling it.
- Python 3 support.
- Use jsonpickle to serialize without worrying of complex objects.
- First version of application.
- Only safe objects (strings and numbers) and model objects can be included in this version.
- No dynamic attribute on the model objects can be used.
- Needs jquery to work.
- Optionally needs fontawesome CSS to show spinners.