v1.1.2
What's Changed
changes:
- SpriteImpl: meet Sprite interface by @xushiwei in #727
- Add sprite interface: Name, OnTouchStart(sprite []SpriteName) by @JiepengTan in #483
- Fix wrong frames when play step animation by @JiepengTan in #488
- Fix error when drawing empty text by @nighca in #490
- Add timeout detection in the For loop of the Main function by @JiepengTan in #494
- refactor(internal/coroutine): use
runtime.Goexitfor aborting coroutines by @aofei in #495 - refactor(internal/coroutine): remove unused
ErrAbortThreadby @aofei in #496
rename Go+ to XGo:
- ignore xgo_autogen* by @xushiwei in #726
- chore(rename): replace all instances of ‘Go+’ with ‘XGo’ across the project by @Nliver in #745
deps:
- Bump github.com/qiniu/x 1.14.0 by @dependabot[bot] in #620
New Contributors
Full Changelog: v1.1.0...v1.1.2