Skip to content

library-2.3.0

Latest
Compare
Choose a tag to compare
@CaiJingLong CaiJingLong released this 06 Jan 07:26
fb875e9

What's Changed

class SizeResult

Add two methods:

  • getSizeResult
  • getSizeResultAsync

User need replace getSize to getSizeResult, getSizeAsync to getSizeResultAsync.

The old method getSize and getSizeAsync was marked @Deprecated.

The SizeResult contains size and decoder, now user can know what decoder in the get size.

Full Changelog: library-2.1.3...library-2.3.0