Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.06 KB

changes.md

File metadata and controls

32 lines (19 loc) · 1.06 KB
title
Asset Change Log

Version 2.1 {#v2-1}

v2.1.1 {#v2-1-1}

  • Implement PSR-4 autoloading structure.
  • Add Orchestra\Asset\Container::prefix() to support prefixing external URL such as CDN.

v2.1.0 {#v2-1-0}

  • Add Orchestra\Asset\Container::show() to return both Orchestra\Asset\Container::styles() and Orchestra\Asset\Container::scripts().
  • Add Orchestra\Asset\Dispatcher class for dispatching asset from Orchestra\Asset\Container.

Version 2.0 {#v2-0}

v2.0.2 {#v2-0-2}

  • Reduce complexity of Orchestra\Asset\Container::evaluateAsset().
  • Implement PSR-2 coding standard.

v2.0.1 {#v2-0-1}

  • Code improvements.

v2.0.0 {#v2-0-0}

  • Fork Orchestra\Asset from Laravel 3.
  • Allow last modified versioning to be added via Orchestra\Asset\Container::addVersioning() and reversal via Orchestra\Asset\Container::removeVersioning().