Skip to content

Releases: kattsoftware/phassets

Phassets v.0.2.0-beta

27 Jun 17:15

Choose a tag to compare

Phassets v.0.2.0-beta Pre-release
Pre-release

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

24 Jun 14:24

Choose a tag to compare

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

22 Jun 21:28

Choose a tag to compare

Phassets v.0.1.0-beta Pre-release
Pre-release

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)

22 Jun 17:55

Choose a tag to compare

Pre-release

Now FilesystemDeployer is part of the main branch.

First beta version of Phassets

22 Jun 17:48

Choose a tag to compare

Pre-release

Includes the JSqueezeFilter filter.