Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@joanfabregat joanfabregat released this 09 Oct 09:48
· 10 commits to master since this release
b79f312

⚠️ This version is not fully compatible with the version 2.0. You need to reconfigure the assets resolution using or more resolvers in order to migrate to version 2.1.

  • The assets middleware now uses an asset resolver
  • Assets are now objects implementing AssetInterface
  • Adds LocalAsset and StreamAsset
  • Adds AssetResolverInterface, AssetsDirectoryResolver, StaticAssetsResolver and AssetResolverAggregator
  • Responses code improvement