Releases: stnvh/gulp-tinypng-compress
Releases · stnvh/gulp-tinypng-compress
1.2.3
- Fixed signatures not saving for already compressed files if an error occurs
1.2.2
- Fixed sigFile failed to be created if 'true' was used as the configuration value (Closes #16, #23).
- All dependencies have been updated (Closes #17, #25)
- Updated the 'forceupload' command line flag as it collided with node's 'force' flag causing issues with newer versions of node.
- Updated travis tests
1.2.1 release
- Improve sanity checks, closes #13
- Use generic error handler for API responses
- Remove unsupported versions from travis
1.2.0
- Add parallel uploading for quicker overall execution (see
parallel
option in README)
- Fixed summary not showing skipped image count on error
1.1.7
- Add summarize feature
- Include path (minus base cwd) in internal signature cache
- Fixed incorrect use of hash.update in unit tests
1.1.6
- Added support for same source & directory
- New config
options.sameDest
- see readme
- Neaten configuration
- Removed
options.checkSigs
as a file specified is enough to determine usage
1.1.4
- Fixed issue in which initial upload would fail due to valid certificate checks broken in some versions of node
- Fixed issue where TinyPNG
this
wasn't set, and and error obj was being returned instead of the hashing instance