- Add support for Craft 4 (thanks to @totov)
- Register Twig extension with
registerTwigExtension()
(thanks to @brandonkelly)
- Add
downloadUrl
property tocomposer.json
- Correct a typo in README
- Add note about trimmed paths to README (thanks to @sergeifilippov)
- Added support for hot module replacement (thanks to @benjamindavid)
- Make the manifest file key check more safe
- Fix template variable definition (thanks to @nilsenpaul)
- Add missing
developerEmail
property for "Send for help" feature
- Handle empty
publicPath
andassetPath
settings properly
- Add support for Craft 3 RC1
- Fix up the file extension detection
- Fix up the removing of GET params from the file path
- Make sure to have no double slashes in generated paths
- Fix up inlining for Laravel Mix 1.0+
- Improve package keywords
- Fix up the changelog
- Some code styling tweaks
- Initial release