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.
- Handle trimming/padding of color codes internally
- Removed the redundant isSpot property. Lab color books are spot color books.
- Rebuild dist folder
Deprecated. Updated .d.ts files weren't included.
- Renamed properties with more accurate terms: colorSpace -> colorModel, colorNameSuffix -> colorNamePostfix, pageMidPoint -> pageKey
- Add CI integration and add badges to README
- Add property descriptions to README
- Exclude test files from build output
- Don't mutate original buffer while decoding
- Round half away from zero to match Photoshop's rounding
- Added typed on() overload for the book event for AcbStreamDecoder
- Made AcbStreamDecoder constructor options optional like it is in Transform
- Added TypeScript definitions
- Added CHANGELOG.md
- Use Rollup to create CJS and ESM bundles so that the package can be actually imported.
Deprecated. Can't be actually imported.
- Initial working implementation