Next release (2019-06-20)
- Verify failureBlock. (05f4159)
- Add 2.x proto support for matte. (6ec6b29)
- Add slider for animation demo. (fc9d7ef)
- Support bitmap matte layer. (4c4e2b1)
- Support muti mask. (188c1b3)
2.3.2 (2018-12-26)
- Rollback SSZipArchive to 1.8.1 because of crash. (2f9d94b)
2.3.1 (2018-12-18)
- add enabledMemoryCache option to SVGAParser, disable memory cache to default. (116a91f)
- Add audio support.
- Add classtype asserts to avoid crash.
- Add SVGAImageView and SVGAVideoEntity to SVGA.h;
- Add URLRequest params to SVGAParser;
- Add dynamicHidden and dynamicDrawing.
- Use CADisplayLink::invalid() replace removeFromRunloop. improve: all Parser callback will perform on Main Thread.