Skip to content

Releases: stnvh/gulp-tinypng-compress

1.2.5

25 May 18:02
Compare
Choose a tag to compare
  • Fix sameDest logic

1.2.3

23 May 19:34
Compare
Choose a tag to compare
  • Fixed signatures not saving for already compressed files if an error occurs

1.2.2

23 May 19:24
Compare
Choose a tag to compare
  • 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

15 Apr 15:45
Compare
Choose a tag to compare
  • Improve sanity checks, closes #13
  • Use generic error handler for API responses
  • Remove unsupported versions from travis

1.2.0

29 Oct 16:19
Compare
Choose a tag to compare
  • Add parallel uploading for quicker overall execution (see parallel option in README)
  • Fixed summary not showing skipped image count on error

1.1.8

06 Jul 13:34
Compare
Choose a tag to compare

1.1.7

06 Jul 13:40
Compare
Choose a tag to compare
  • Add summarize feature
  • Include path (minus base cwd) in internal signature cache
  • Fixed incorrect use of hash.update in unit tests

1.1.6

08 May 20:50
Compare
Choose a tag to compare
  • 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.5

27 Apr 10:18
Compare
Choose a tag to compare
  • Add tests

1.1.4

25 Apr 23:14
Compare
Choose a tag to compare
  • 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