Skip to content

Releases: jzebedee/ThumbHash

v2.1.1

21 Sep 18:07
bc8fa0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.1.1

v2.1

11 Sep 08:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.1

v2.0

26 Jul 15:20
Compare
Choose a tag to compare

What's Changed

  • Change the root namespace to ThumbHashes to avoid having to explicitly specify ThumbHash.ThumbHash for any operations. Sorry for the breaking change.
  • The old ThumbHash class is now Utilities 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

03 May 09:08
Compare
Choose a tag to compare

What's Changed

  • Zero-alloc and performance improvements by @jzebedee in #6

Full Changelog: v1.0.1...v1.1.0

v1.0.1

01 May 06:50
Compare
Choose a tag to compare

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

01 May 05:09
Compare
Choose a tag to compare

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