v1.7.0 - PSR-4 + Rework asset handling
This release changed the way assets are handled by the Debugbar. Instead of copying the assets, a new AssetController has been added that generates the css/js from a route. Fonts and images have been inlined to make this possible.
Changelog:
- Use AssetController instead of publishing assets to the public folder.
- Inline fonts + images to base64 Data-URI
- Use PSR-4 file structure