Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Releases: francescomari/grunt-sling-content

Grunt Sling Content 0.1.1

05 Sep 14:31
Compare
Choose a tag to compare

This release fixes the following issues:

  • The task was unable to create files on CQ 5.4.

Grunt Sling Content 0.1.0

02 Sep 14:50
Compare
Choose a tag to compare

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 to slingPost.
  • 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

23 Aug 10:20
Compare
Choose a tag to compare

This release fixes the following issues:

  • Selecting hosts different from localhost now works properly.
  • Array properties get a default TypeHint of String[], if not specified differently.

Grunt Sling Content 0.0.3

16 Aug 12:08
Compare
Choose a tag to compare

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

15 Aug 08:20
Compare
Choose a tag to compare

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 of sling:Folder instead of nt: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.