Releases: orchestral/asset
Releases · orchestral/asset
v2.1.1
- Implement PSR-4 autoloading structure.
- Add
Orchestra\Asset\Container::prefix()
to support prefixing external URL such as CDN.
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
.
v2.0.2
- Reduce complexity of
Orchestra\Asset\Container::evaluateAsset()
.
- Implement PSR-2 coding standard.
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()
.