Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

49 lines (36 loc) · 1.07 KB

Changelog

1.4.1

Added

  • support for serializationFormat in clientLibs configuration to enable FileVault XML or JSON (default) output format

1.3.0

Added

  • categories can be set in config to override name as category value

1.2.4

Fixed

  • added missing dependency yargs

1.2.3

Fixed

  • issue with clientlibs using relative path delimiters under windows

1.2.2

Added

  • support for allowProxy in clientLibs configuration (optional in AEM 6.3)
  • support for longCacheKey in clientLibs configuration (optional)

1.2.1

Fixed

  • missing glob version

1.2.0

Added

  • clientlib CLI with new configuration file clientlib.config.js
  • options verbose and dry
  • add glob feature

1.1.0

Added

  • properties cssProcessor and jsProcessor to configure the minification tool to be used for the ClientLib (needs AEM 6.2)

1.0.1

Fixed

  • file entries in clientlib configuration js.txt and css.txt will only be added with file extension ".js" or ".css" (source maps can be included now)
  • fix example

1.0.0

  • Initial release