- Forked official Tinify repo at version 1.5.3
- MultiTargets .Net Standard 2.1 and .Net 6.0
- Modernized code and added memory and performance enhancements
- Added support for the Tinify convert operation
- More internal cleanup
- Documentation cleanup
- Minor breaking change, renamed
ShrinkFrom...
methods toShrinkFrom...Async
to be consistent with other asynchronous method signatures - Updated documentation with more explanation and usage examples
- Added new
ShrinkFromStreamAsync
method