Skip to content

Releases: pragmatta/photoshop-generator-core

v4.1.1

12 Mar 09:11
Compare
Choose a tag to compare
  • New methods layerGetNextLayer and layerGetPreviousLayer for finding the next/previous entry in the layer list
  • Cleaned up debug printing

v4.0.1

12 Mar 09:09
Compare
Choose a tag to compare
  • Changed the format of the serverSetRequestHandler callback to support body data and different kinds API structures. The new callback gets following parameters:
    • Path: Array of strings of the request path split by '/'
    • Params: Object of the URL-parameters
    • Body: HTTP body data
    • Request: http.ClientRequest Node-object
    • Response: http.ServerResponse Node-object
  • Changed layer UID-format from the simple "DOC_ID:LAYER_ID" to a proper URNs "document:DOC_ID" and "layer:DOC_ID:LAYER_ID"

v3.8.3

19 Feb 15:55
Compare
Choose a tag to compare

Initial version release