Major Feature
n/a.
Minor Feature
- Faster premultiplied-alpha operation.
- Class structure re-org in-line with Ejecta (iOS)
- Added URI parser for XHR
- Enabled in-bundle file access
- Textures can be loaded from in-bundle assets
- Add check to cache before bundle sources and full path support loading.
Bug Fixes
- Fix to use premultiplied alpha and change the blending mode accordingly.
- Moved Shaders to correct path.
- Fixed issues with fillText - @come
- Fix crash when canvas is drawn before calling its context.
- Avoid copy and fix non null-terminated string in getResponseText (XHR).
- Fix example XHR URL in example app