This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
Releases: francescomari/grunt-sling-content
Releases · francescomari/grunt-sling-content
Grunt Sling Content 0.1.1
This release fixes the following issues:
- The task was unable to create files on CQ 5.4.
Grunt Sling Content 0.1.0
This release introduce some new features and backward incompatible changes:
- It is possible to post content to different folders by specifying different destinations.
- The
sling-content
task has been renamed toslingPost
. - A new task,
slingImport
, has been introduced. - A bug involving sending empty
multipart/form-data
forms has been fixed. - It is possible to exclude files and directories by specifying exact file names or file patterns.
Grunt Sling Content 0.0.4
This release fixes the following issues:
- Selecting hosts different from
localhost
now works properly. - Array properties get a default
TypeHint
ofString[]
, if not specified differently.
Grunt Sling Content 0.0.3
This release fixes the following issues:
- When a non-file, non-folder node is created, the
.json
descriptor file was not read at all. - Multi-value properties in
.json
descriptors were not supported
Grunt Sling Content 0.0.2
This release adds the following improvements:
- If the POST servlet returns a non-2xx status code, a warning is issued with the exception and message name.
- Folders are created with a default
jcr:resourceType
ofsling:Folder
instead ofnt:unstructured
. The default behaviour can be overridden by.json
files, as always.
An example has also been added to the repository, showing how to configure the task. The README file has also been improved, better describing how to install, configure and use the task.