Skip to content

Releases: Veykril/blend2d-rs

v0.3.0

18 Jul 22:26
Compare
Choose a tag to compare

Changed

  • OutOfMemory errors now panic, unless returned by allocating try_* functions
  • Various functions now return T instead of Result

Added

  • DerefMut for Image and Array
  • Remaining ImageDecoder and ImageEncoder functions
  • ImageInfo struct
  • Runtime Api
  • Implement the From trait for Region

Removed

  • FindByName and FindByData functions on ImageCodec, use the
    corresponding functions on Array instead

Fixed

  • incorrect interpretation of image stride

Fonts and Glyphs

11 May 22:03
Compare
Choose a tag to compare

Changed

  • Clone is now a weak reference clone
  • Lots of api changes

Added

  • DeepClone trait for objects that are deep cloneable
  • Most Font and Glyph related stuff
  • Debug implementation for most types
  • Travis CI

v0.1.2

23 Jun 12:02
Compare
Choose a tag to compare

Changed

  • Fix building on non-windows platforms

v0.1.1

17 Apr 17:57
Compare
Choose a tag to compare

Changed

  • Fix enum type mismatch on non-windows platforms

v0.1.0

17 Apr 17:43
Compare
Choose a tag to compare

Added

  • Initial release