adobe / aio-lib-photoshop-api

Adobe I/O Photoshop API SDK
Apache License 2.0
26 stars 11 forks source link

FEATURE-RELEASE:support for actionJSON Photoshop API #38

Closed nbelofastow closed 1 year ago

nbelofastow commented 1 year ago

Adobe introduced actionJSON service, which allows for execution of Photoshop actions in JSON format. See more details https://developer.adobe.com/photoshop/photoshop-api-docs/api/#tag/Photoshop/operation/actionJSON

Description

Motivation and Context

Since actionJSON supports Photoshop actions in JSON format, which is plain text, it offers more flexibility for Photoshop API users and allows for easy integration of Photoshop API with their workflows.

How Has This Been Tested?

Types of changes

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #38 (00beea4) into master (e4896d5) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head 00beea4 differs from pull request most recent head 5bd2303. Consider uploading reports for the commit 5bd2303 to get more accurate results

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   99.20%   99.22%   +0.02%     
==========================================
  Files           6        6              
  Lines         375      385      +10     
  Branches       70       72       +2     
==========================================
+ Hits          372      382      +10     
  Misses          3        3              
Impacted Files Coverage Δ
src/fileresolver.js 100.00% <100.00%> (ø)
src/index.js 98.23% <100.00%> (+0.06%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

adobe-bot commented 1 year ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: