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

Releases: codeinchq/assets-middleware

2.1.1

11 Oct 17:16
6e63b26
Compare
Choose a tag to compare
  • Removes the URI prefix from AssetsMiddleware
  • See #21 for changelog

2.1.0

09 Oct 09:48
b79f312
Compare
Choose a tag to compare

⚠️ 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

2.0.5

08 Oct 18:00
64778f9
Compare
Choose a tag to compare
  • Reverting to sha1 as dir keys
  • See #16 for changelog

2.0.4

08 Oct 17:51
14b5b52
Compare
Choose a tag to compare
  • Now uses UUID v4 as dir keys
  • Removes AssetsMiddleware::getAssetsDirectoryUri()
  • See #15 for changelog

2.0.3

08 Oct 17:23
1445911
Compare
Choose a tag to compare
  • New method AssetsMiddleware::getAssetsDirectoryUri()
  • See #14 for changelog

2.0.2

08 Oct 15:44
2ca017d
Compare
Choose a tag to compare

2.0.1

08 Oct 13:47
da651fe
Compare
Choose a tag to compare

2.0.0

04 Oct 08:00
8314d93
Compare
Choose a tag to compare

⚠️ This version might not be fully compatible with the v1

  • Code improvement 😎
  • Adds support for multiple assets directories
  • Adds support for asset's media type limitation
  • See #10 for full changelog

1.2.3

27 Jul 11:19
7ef13e9
Compare
Choose a tag to compare

1.2.2

03 Jul 15:15
99986bd
Compare
Choose a tag to compare

Fixes #7