github gamelab/kiwi.js kiwi.js-0.5.1

latest releases: v1.4.0-release, v1.3.0-release, v1.2.3-release...
pre-release10 years ago

Release Notes 0.5.1

Kiwi.js (BETA)

###HTML5 game library written in TypeScript/Javascript

version 0.5.1

###Release notes for this version

####New Features

  • Plugin Infrastructure
    See plugin documentation for details.
  • Build Scripts
    Gruntfile now has three options:
    grunt dev - compiles typescript and minifies js.
    grunt docs - compiles documentation and copies kiwi logo and css over the top of compiled files.
    grunt full - does both of the above

####Bug Fixes
Audio

  • Audio now works in Cocoon (Audio tags only), also works on IPad 2 (Audio Tags) & Ipad 3 (WebAudio) API.
  • On Ipad2 switching between sounds held in multiple audio tags can cause the removal of some audio from memory.
  • ArcadePhysics
    Fixed code inconsistencies

Build Scripts
A number of typescript files were updated to allow compilation using the node based Typescript compiler 0.9.0.1.

####Changes to API pre-exisiting API in this release
None - this release contains only bug fixes and new features, games that ran under 0.5.0 should run identically on 0.5.2
Note: To run the new grunt build script you'll need to update your node packages by doing npm install

Don't miss a new kiwi.js release

NewReleases is sending notifications on new releases.