Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 804 Bytes

Changelog

[1.1.0]

  • Improve performance of BlurHash.encode

[1.0.2]

  • Add note in readme on usage with Flutter
  • Fix incorrect precondition in BlurHash.encode

[1.0.1]

  • Fix missing export for exception types

[1.0.0]

  • Migrated to null-safety
  • Deprecated: encodeBlurHash and decodeBlurHash are now deprecated Please use BlurHash.encode and BlurHash.decode instead
  • Added BlurHash extension methods

[0.2.3]

  • Make the pub.dev analysis tool happy
  • Formatting

[0.2.2]

  • Fix minor style issues
  • Make the pub.dev analysis tool happy by providing a longer description

[0.2.1]

  • Change import name as suggested by pub publish tool

[0.2.0]

  • Add support for encoding blurhashes
  • Decoder now returns raw pixels in RGBA32

[0.1.0]

  • First release