Releases: CreateJS/SoundJS
Version 1.0.0
Stable release that brings all libraries up to the 1.0.0 versioning
• Changed sound.play()
to use parameter object. May break existing content, but a warning will be displayed in the console.
• Changed getValue/setValue usages to getter/setters
• Deprecated methods and properties display warnings
• Improvements to server error handling (PreloadJS updates)
• Automatic handling of iOS touch events to unlock WebAudio context
• Almost 2 years of bug fixes and improvements
Please check out the VERSIONS.txt for a full list of changes.
Version 0.6.2
Stable Release
- Fixed pan issue introduced in Chrome version 44, which affects 0.6.1. Note that 0.6.1 has been hot-fixed on the CDN, in the GitHub release, and is available in a 0.6.1-HOTFIX branch
- Minor updates and bug fixes
Please check out the VERSIONS.txt for a full list of changes.
Version 0.6.1
Stable Release
- Minor updates and bug fixes
- New Cordova/PhoneGap plugin
Please check out the VERSIONS.txt for a full list of changes.
Version 0.6.0
Stable Release
Please note PreloadJS 0.6.0 is only compatible with SoundJS 0.6.0 and later. Earlier versions are incompatible.
- New class and inheritance model
- Added getter/setters throughout
- Refactor to utilize PreloadJS classes for internal preloading
- Added Audio Sprite support
- Lots of bug fixes and updates
Please check out the VERSIONS.txt for a full list of changes.
Version 0.5.2
Stable Release
- Changed how alternate file types are handled.
- Updated EventDispatcher
- Bug fixes and documentation throughout.
Please check out the VERSIONS.txt for a full list of changes.
Version 0.5.1
Stable Release
- Fix for breaking WebAudio changes in Firefox 25
Please check out the VERSIONS.txt for a full list of changes.
Version 0.5.0
Stable Release
- Introduced new event model (and deprecated old onEvent-style handlers)
- Added support for iOS 5
- Added object notation to
Sound.play()
arguments - Added a few getter/setter properties on sound instances
- New build process
- Bug fixes and documentation throughout.
Please check out the VERSIONS.txt for a full list of changes.