UrlPackage
accepts empty strings asbase_url
, in order to simplify local dev configuration
- Remove
RemoteJsonManifestVersionStrategy
, useJsonManifestVersionStrategy
instead
- deprecated
RemoteJsonManifestVersionStrategy
, useJsonManifestVersionStrategy
instead.
- added
RemoteJsonManifestVersionStrategy
to download manifest over HTTP.
- added different protocols to be allowed as asset base_urls
- added optional arguments
$basePath
and$secure
inRequestStackContext::__construct()
to provide a default request context in case the stack is empty
- Added
JsonManifestVersionStrategy
as a way to read final, versioned paths from a JSON manifest file.
- added the component