melonJS/melonJS: Release 10.8.0
Added
- Geometry : new RoundRect geometry object
- Geometry : new Path2D API to provide better abstraction when drawing primitives in WebGL
changed
- Renderer: refactored the WebGL renderer to use the new Path2D API for primitive drawing
Fixed
- Core: improve internal object recycling, to fix instance leaking or hoarding by the pool system
- Input: fix a warning on using passive target disabling swipe on a WebView (thanks @zngb)