Skip to content

Commit

Permalink
SoundJS version 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lanny McNie <[email protected]>
  • Loading branch information
Lanny McNie committed Sep 25, 2013
1 parent 1f9c8b8 commit 47522e0
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 137 deletions.
4 changes: 3 additions & 1 deletion VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.5.0 [Not Released]
Version 0.5.0 [September 25, 2013]
************************************************************************************************************************
CRITICAL (may break existing content):
- removed all onEvent handlers (ex. onClick, onTick, onAnimationEnd, etc)
Expand Down Expand Up @@ -26,6 +26,7 @@ CRITICAL (may break existing content):
- fixed an issue with EventDispatcher when adding the same listener to an event twice
- Updated the build process to use NodeJS & Grunt.js. Please refer to the readme in the build folder.


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


Version 0.4.0 [Feb 12, 2013]
************************************************************************************************************************
** Please note PreloadJS 0.3.0 requires SoundJS 0.4.0 to preload audio. Earlier versions are incompatible. ***********
Expand Down
Binary file added docs/SoundJS_docs-0.5.0.zip
Binary file not shown.
Binary file modified docs/soundjs_docs-NEXT.zip
Binary file not shown.
20 changes: 20 additions & 0 deletions lib/flashplugin-0.5.0.min.js

Large diffs are not rendered by default.

69 changes: 0 additions & 69 deletions lib/soundjs-0.4.1.min.js

This file was deleted.

18 changes: 18 additions & 0 deletions lib/soundjs-0.5.0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/soundjs-NEXT.min.js

Large diffs are not rendered by default.

64 changes: 0 additions & 64 deletions lib/soundjs.flashplugin-0.4.1.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/soundjs/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ this.createjs = this.createjs || {};
* @type String
* @static
**/
s.version = /*version*/"NEXT"; // injected by build process
s.version = /*version*/"0.5.0"; // injected by build process

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

})();

0 comments on commit 47522e0

Please sign in to comment.