Releases: jzebedee/ThumbHash
Releases · jzebedee/ThumbHash
v2.1.1
v2.1
v2.0
What's Changed
- Change the root namespace to
ThumbHashes
to avoid having to explicitly specifyThumbHash.ThumbHash
for any operations. Sorry for the breaking change. - The old
ThumbHash
class is nowUtilities
and contains the same raw manipulation APIs and Span-based implementations for high performance. - There is a new
ThumbHash
type with easy-to-use APIs for working with ThumbHashes. - Add
netstandard2.0
support. Thanks to @kfrancis for the contribution! - Add usage examples to README. Thanks to @forki for raising the issue!
Full Changelog: v1.1.0...v2.0
v1.1.0
v1.0.1
ThumbHash
The .NET implementation of ThumbHash.
A ThumbHash is a very compact representation of a placeholder for an image. Store it inline with your data and show it while the real image is loading for a smoother loading experience.
What's Changed
Full Changelog: https://github.com/jzebedee/ThumbHash/commits/v1.0.1
v1.0.0
ThumbHash
Initial release of the .NET implementation of ThumbHash.
A ThumbHash is a very compact representation of a placeholder for an image. Store it inline with your data and show it while the real image is loading for a smoother loading experience.
Changes
Full Changelog: https://github.com/jzebedee/ThumbHash/commits/v1.0.0