Skip to content

Commit e5912c2

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents a023c19 + a26d2ab commit e5912c2

File tree

265 files changed

+33521
-1999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+33521
-1999
lines changed

README.md

+37-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,46 @@
1+
Release Notes 0.5.1
2+
13
Kiwi.js (BETA)
24
=====
35

4-
5-
66
###HTML5 game library written in TypeScript/Javascript
77
-----------------------------------------------------------------
88

9-
version 0.5
9+
version 0.5.1
10+
11+
###Release notes for this version
12+
13+
####New Features
14+
15+
* Plugin Infrastructure
16+
See plugin documentation for details.
17+
18+
* Build Scripts
19+
Gruntfile now has three options:
20+
*grunt dev* - compiles typescript and minifies js.
21+
*grunt docs* - compiles documentation and copies kiwi logo and css over the top of compiled files.
22+
*grunt full* - does both of the above
23+
24+
####Bug Fixes
25+
Audio
26+
27+
* Audio now works in Cocoon (Audio tags only), also works on IPad 2 (Audio Tags) & Ipad 3 (WebAudio) API.
28+
29+
* On Ipad2 switching between sounds held in multiple audio tags can cause the removal of some audio from memory.
30+
31+
* ArcadePhysics
32+
Fixed code inconsistencies
33+
34+
Build Scripts
35+
A number of typescript files were updated to allow compilation using the node based Typescript compiler 0.9.0.1.
36+
37+
####Changes to API pre-exisiting API in this release
38+
None - this release contains only bug fixes and new features, games that ran under 0.5.0 should run identically on 0.5.2
39+
Note: To run the new grunt build script you'll need to update your node packages by doing npm install
40+
41+
42+
43+
-------------------------------------------------------------------
1044

1145
See [Kiwijs.org](http://kiwijs.org) for more information about using Kiwi.js to build games, including some getting started examples. Note: this release is a beta and is not intended as a preview only and not for building production games at this stage.
1246

0 commit comments

Comments
 (0)