Releases: ishanvyas22/asset-mix
Releases · ishanvyas22/asset-mix
Release version 1.0.0 🍓
Added
- Added support for CakePHP 4.x (#12)
Release version 0.4.2
Release version 0.4.1
Release version 0.4.0
- Add
generate
command to generate basic scaffolding - Add section for compilation for assets in README
- Minor bug fixes and enhancements
Release version 0.3.2
- Added Travis CI
- Minor README.md changes
- Minor bugs & enhancements
Tests added
- Tests to check
<style>
tag with and without versioning enabled - Tests to check
<script>
tag with and without versioning enabled - Public path change to
WWW_ROOT
constant
Plugin name change & Minor enhancements
- Plugin name, namespace changed to AssetMix from Mix
- Enhancement:
<script>
tag will now have thedefer
attribute by default - Enhancement:
env()
function used instead of$_SERVER
global variable - Enhancement:
functions.php
loaded directly from composer instead of bootstrap file
Readme changes
Below sections added into readme file
- Installation steps
- Usage
- Reference
- Issues
First release
- Helper function
css()
to call build css files frommix-manifest.json
file. - Helper function
script()
to call build js files frommix-manifest.json
file. - Supports versioning through
version()
function inwebpack.mix.js
file.