Version 1.6.0
July 6, 2022
Changed
- Add support for Craft 4 (thanks to @totov)
Version 1.5.2
July 20, 2018
Changed
- Register Twig extension with
registerTwigExtension()
(thanks to @brandonkelly)
Version 1.5.1
June 30, 2018
Added
- Add
downloadUrl
property tocomposer.json
Changed
- Correct a typo in README
Version 1.5.0
June 26, 2018
Added
- Add note about trimmed paths to README (thanks to @sergeifilippov)
- Added support for hot module replacement (thanks to @benjamindavid)
Version 1.4.3
March 14, 2018
Changed
- Make the manifest file key check more safe
Version 1.4.2
January 22, 2018
Changed
- Fix template variable definition (thanks to @nilsenpaul)
- Add missing
developerEmail
property for "Send for help" feature
Version 1.4.1
January 17, 2018
Changed
- Handle empty
publicPath
andassetPath
settings properly
Version 1.4.0
November 23, 2017
Changed
- Add support for Craft 3 RC1
Version 1.3.0
June 30, 2017
Changed
- Fix up the file extension detection
Version 1.2.0
June 30, 2017
Changed
- Fix up the removing of GET params from the file path
- Make sure to have no double slashes in generated paths
Version 1.1.0
June 22, 2017
Changed
- Fix up inlining for Laravel Mix 1.0+
Version 1.0.2
June 22, 2017
Changed
- Improve package keywords
- Fix up the changelog
Version 1.0.1
April 23, 2017
Changed
- Some code styling tweaks
Version 1.0.0
April 21, 2017
Added
- Initial release