Releases: michaljurecko/n-asset-macro
Releases · michaljurecko/n-asset-macro
v2.0.2
v2.0.1
- New class
Formatter
- Format asset path even if asset not exists (and option
missingAsset=ignore
orneeded=false
)
v2.0.0
- Complet refactoring
- Added
ManifestService
to access manifest data - The ability to generate absolute urls
- Default output format can be modified in configuration
- Added
%base%
and%baseUrl%
placeholders
v1.2.2
Allow leading / in asset path in manifest.json, eg. "static/front.css": "/static/front.css"
v1.2.1
- Simplified code: replaced
!%debugMode%
with%productionMode%
.
v1.2.0
- Added caching of macro output.
- Added
%content%
placeholder for inserting asset content informat
argument.
v1.1.0
Added cache for JSON manifest content.
It is parsed only once when the macro is used several times.
v1.0.0
Completely redesigned.
Support for two formats of revision manifest:
- versions
- paths
v0.1
initial version