Skip to content

Commit 995942e

Browse files
author
Lanny McNie
committed
Updated to latest EventDispatcher. Pushed latest VERSIONS
Signed-off-by: Lanny McNie <[email protected]>
1 parent d4b432d commit 995942e

File tree

5 files changed

+416
-388
lines changed

5 files changed

+416
-388
lines changed

VERSIONS.txt

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
Version NEXT [Not Released]
22
************************************************************************************************************************
3-
CRITICAL (may break existing content)
4-
- alterations to basePath approach that require full src (basePath + src) in create and play calls. This change is to
5-
support the basePath modifications in PreloadJS 0.4.1.
6-
7-
*****
3+
- updated tutorials for changes in this build
4+
- fixed a bug with default SoundInstance, it did not have playFailed function that is called by Sound
5+
- updates and fixes to all docs
6+
- added {"AllowScriptAccess" : "always"} to swfObject for FlashPlugin
7+
- all Sound, WebAudioPlugin, HTMLAudioPlugin, FlashPlugin, and SoundInstance internal properties and methods renamed to
8+
start with _ (underscore)
9+
- fix a bug that prevented interrupt value from being read in play call if it was passed in an object
810
- deprecated registerPlugin in favor of registerPlugins with a single argument
911
- changed SoundInstance to extend createjs.EventDispatcher rather than mix in
1012
- deprecated FlashPlugin BASE_PATH in favor swfPath
13+
- alterations to basePath approach that require full src (basePath + src) in create and play calls
1114
- include basePath in removeSound and removeManifest, which is now required of it was included in loading
12-
- introduced createjs.Sound.alternateExtensions, which is replacing "|" as a means to load alternate file types
15+
- introduced createjs.Sound.alternateExtensions, which is replacing a delimited list as a means to load alternate
16+
file types
1317
- deprecated "|" approach to alternate files, in favor of class level alternateExtensions approach
18+
- added willTrigger method to EventDispatcher
1419

1520

16-
Version 0.5.1
21+
Version 0.5.1 [November 15, 2013]
1722
************************************************************************************************************************
18-
- suppressing errors in WebAudioPlugin and HTMLAudioPlugin in old browsers that do not properly support object.defineProperty
23+
- suppressing errors in WebAudioPlugin and HTMLAudioPlugin in old browsers that do not properly support
24+
object.defineProperty
1925
- changes to WebAudioPlugin to allow it to work with latest working draft of Web Audio API
2026
- WebAudioPlugin changed SoundInstance node order to SourceNode -> PanNode -> GainNode --> context.destination to get
2127
around firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=933304
2228

29+
2330
Version 0.5.0 [September 25, 2013]
2431
************************************************************************************************************************
2532
CRITICAL (may break existing content):

docs/soundjs_docs-NEXT.zip

241 KB
Binary file not shown.

lib/soundjs-NEXT.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)