Releases: pragmatta/photoshop-generator-core
Releases · pragmatta/photoshop-generator-core
v4.1.1
v4.0.1
- 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"