- support for serializationFormat in clientLibs configuration to enable FileVault XML or JSON (default) output format
categories
can be set in config to override name as category value
- added missing dependency
yargs
- issue with clientlibs using relative path delimiters under windows
- support for allowProxy in clientLibs configuration (optional in AEM 6.3)
- support for longCacheKey in clientLibs configuration (optional)
- missing glob version
- clientlib CLI with new configuration file
clientlib.config.js
- options verbose and dry
- add glob feature
- properties cssProcessor and jsProcessor to configure the minification tool to be used for the ClientLib (needs AEM 6.2)
- file entries in clientlib configuration
js.txt
andcss.txt
will only be added with file extension ".js" or ".css" (source maps can be included now) - fix example
- Initial release