- Fixed a bug preventing `debug` flag from being passed to the Django template tag.
2.1.0
- Added Django template tag to load manifests during template runtime.
2.0.0
- Exceptions will now be raised if an unknown entry is accessed. See [https://github.com/markfinger/python-webpack-manifest/issues/1] - Improved ability to debug `WebpackManifestTypeEntry` instances as they can now access their parent manifest via `self.manifest`.
1.2.0
- Support inline rendering via IlyaSemenov [https://github.com/markfinger/python-webpack-manifest/pull/5]
1.1.0
- Python 3 compatibility fixes from IlyaSemenov [https://github.com/markfinger/python-webpack-manifest/pull/3]
1.0.0
- Improving handling of write-buffer race conditions.