Skip to content

Releases: ishanvyas22/asset-mix

Release version 1.0.0 🍓

23 Jul 12:19
Compare
Choose a tag to compare

Added

  • Added support for CakePHP 4.x (#12)

Release version 0.4.2

23 Jul 12:06
Compare
Choose a tag to compare

Added

  • Added cs-fix alias to auto fix coding standard (77ef0f2)
  • Added version map in README.md file to notify that cake3 branch is supported for CakePHP 3.5+ (b184e00)
  • Update travis config to setup CI for cake3 branch (cfa1c9f)

Release version 0.4.1

23 Jul 11:11
Compare
Choose a tag to compare

Added

  • Add phpstan dependency (#10)
  • Add CHANGLOG.md file (#9)

Fixed

  • Errors from phpstan (#10)

Changed

  • Remove check for PHP 7.0 in travis ci (#10)
  • Add check for PHP 7.3 in travis ci (#10)
  • Optimize travis checks by removing unit test command for each build (#10)
  • Rename CHANGLOG.md to CHANGELOG-0.x.md file (1248653)
  • Ignore tool specific and OS generated files from git (2eb7671)

Release version 0.4.0

26 Jan 12:03
5e7b99a
Compare
Choose a tag to compare
  • 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

09 Nov 11:32
6473779
Compare
Choose a tag to compare
  • Added Travis CI
  • Minor README.md changes
  • Minor bugs & enhancements

Tests added

01 Nov 10:22
e39705b
Compare
Choose a tag to compare
  • 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

31 Oct 10:50
2baa9fb
Compare
Choose a tag to compare
  • Plugin name, namespace changed to AssetMix from Mix
  • Enhancement: <script> tag will now have the defer 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

28 Oct 13:16
680fbab
Compare
Choose a tag to compare

Below sections added into readme file

  • Installation steps
  • Usage
  • Reference
  • Issues

First release

26 Oct 11:41
Compare
Choose a tag to compare
  • Helper function css() to call build css files from mix-manifest.json file.
  • Helper function script() to call build js files from mix-manifest.json file.
  • Supports versioning through version() function in webpack.mix.js file.