Skip to content

Commit 47522e0

Browse files
author
Lanny McNie
committed
SoundJS version 0.5.0
Signed-off-by: Lanny McNie <[email protected]>
1 parent 1f9c8b8 commit 47522e0

9 files changed

+44
-137
lines changed

Diff for: VERSIONS.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 0.5.0 [Not Released]
1+
Version 0.5.0 [September 25, 2013]
22
************************************************************************************************************************
33
CRITICAL (may break existing content):
44
- removed all onEvent handlers (ex. onClick, onTick, onAnimationEnd, etc)
@@ -26,6 +26,7 @@ CRITICAL (may break existing content):
2626
- fixed an issue with EventDispatcher when adding the same listener to an event twice
2727
- Updated the build process to use NodeJS & Grunt.js. Please refer to the readme in the build folder.
2828

29+
2930
Version 0.4.1 [May 10, 2013]
3031
************************************************************************************************************************
3132
- Added removeSound, removeManifest, and removeAllSounds functions to Sound, to enable unloading of sounds.
@@ -64,6 +65,7 @@ Version 0.4.1 [May 10, 2013]
6465
* IE9: Information on the audio tag limit.
6566
* Safari: added info about requiring Quicktime for audio playback.
6667

68+
6769
Version 0.4.0 [Feb 12, 2013]
6870
************************************************************************************************************************
6971
** Please note PreloadJS 0.3.0 requires SoundJS 0.4.0 to preload audio. Earlier versions are incompatible. ***********

Diff for: docs/SoundJS_docs-0.5.0.zip

182 KB
Binary file not shown.

Diff for: docs/soundjs_docs-NEXT.zip

0 Bytes
Binary file not shown.

Diff for: lib/flashplugin-0.5.0.min.js

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/soundjs-0.4.1.min.js

-69
This file was deleted.

Diff for: lib/soundjs-0.5.0.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/soundjs-NEXT.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/soundjs.flashplugin-0.4.1.min.js

-64
This file was deleted.

Diff for: src/soundjs/version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ this.createjs = this.createjs || {};
1919
* @type String
2020
* @static
2121
**/
22-
s.version = /*version*/"NEXT"; // injected by build process
22+
s.version = /*version*/"0.5.0"; // injected by build process
2323

2424
/**
2525
* The build date for this release in UTC format.
2626
* @property buildDate
2727
* @type String
2828
* @static
2929
**/
30-
s.buildDate = /*date*/"Thu, 12 Sep 2013 21:45:41 GMT"; // injected by build process
30+
s.buildDate = /*date*/"Wed, 25 Sep 2013 17:09:35 GMT"; // injected by build process
3131

3232
})();

0 commit comments

Comments
 (0)