Releases: kattsoftware/phassets
Phassets v.0.2.0-beta
Switched to PhasstesInternalException usage for filters and deployers
Asset updated for containing the outputUrl property
work() will now return an Asset instance, which can be cast to string, returning outputUrl (if exists)
Phassets v.0.1.1-beta
Code cleanup for Asset; now from an Asset instance you may retrieve the SHA1 and Filesize properties as well.
FilesystemDeployer can now take into account the changes_trigger
Phassets v.0.1.0-beta
First CSS filter: CssCompactFilter (by using sabberworm/php-css-parser).
Now CacheAdapters should accept TTL values as well when saving something to cache.
Update of FilesystemDeployer to actually use the CacheAdapter.
assets_source setting can now be either a single path (string) or an array of paths (strings).
Phassets v.0.0.2 (beta)
Now FilesystemDeployer is part of the main branch.
First beta version of Phassets
Includes the JSqueezeFilter filter.