All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Addedfor new featuresChangedfor changes in existing functionalityDeprecatedfor soon-to-be removed featuresRemovedfor now removed featuresFixedfor any bug fixesSecurityin case of vulnerabilities
- Import as text with
?textsuffix instead of.text.js
- References to 'Types for Adobe' types
- Cross platform npm scripts
- Error handling in
jsxbin.js - Script path in
launch.json
- Import
.pngand.jpgicons as binary string
- Import JavaScript files as text
- Minimum required Node version as
enginesinpackage.json - Every
.jsfile insrc/is considered an entrypoint - Multiple entrypoints result in multiple scripts
- A single entrypoint is renamed to
namefrompackage.json
- Minification does not rewrite syntax to avoid Extendscript errors
- Exposes
PRODUCT_DISPLAY_NAMEenvironment variable - Copies static files from
/static
- Renamed entrypoint to
main.jsinstead ofapp.js
- Improves debug configuration
Initial "release"