Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

73 lines (45 loc) · 1.61 KB

Change Log

Changed

  • Png, Jpeg and Font errors have been grouped into their own error enums
  • ImageScaleFilter has been reworked into an ADT
  • Make functions that take Options as arguments generic over Into<Option<T>> to allow passing a value without wrapping it.

0.3.0 - 2019-07-16

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

0.2.0 - 2019-05-11

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

0.1.2 - 2019-04-17

Changed

  • Fix building on non-windows platforms

0.1.1 - 2019-04-16

Changed

  • Fix enum type mismatch on non-windows platforms

0.1.0 - 2019-04-16

Added

  • Initial release