2.5.6(2020-11-10)
- Fix: play with range error. (db92d48)
2.5.5(2020-10-15)
- Fix: Add semaphore lock to videoCache and weakCache. (5b3e530)
2.5.4(2020-05-28)
- Fix: audio could not play. (cd6cca8)
2.5.0(2019-10-15)
- Add Support for matte layer and dynamic matte bitmap.
- Add Support for audio step to frame & percentage.
2.3.5 (2019-09-29)
- Let clearsAfterStop defaults too YES. (4932be5)
- Add support for audio play in stepToFrame. (873f8e4)
- Correct mp3 file match in proto image for iOS13. (eb45964)
- Correct ZIP file match when parse for iOS13. (f3e204f)
2.3.4 (2019-08-02)
- Correct file tag des hit target. (0018e13)
- Correct file tag des hit target. (dc2e403)
- Fix static layer. (ab1d4fc)
- Fix demo aspect scale. (33ea6b3)
- Fix key for svga 1.x format. (ec43259)
- Return when videoItem is nil in startAnimation. (cb27f0f)
- Add 2.x proto support for matte. (527e76f)
- Add slider for animation demo. (fc9d7ef)
- Support bitmap matte layer. (4c4e2b1)
- Support muti mask. (188c1b3)
- Update 2.x proto support for matte. (2b28845)
- 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.