Skip to content

Releases: CreateJS/SoundJS

Version 1.0.0

15 Sep 20:30
Compare
Choose a tag to compare

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

04 Dec 17:50
Compare
Choose a tag to compare

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

27 May 18:26
Compare
Choose a tag to compare

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

19 Dec 16:17
Compare
Choose a tag to compare

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

18 Feb 22:34
Compare
Choose a tag to compare

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

18 Feb 22:36
Compare
Choose a tag to compare

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

18 Feb 22:39
Compare
Choose a tag to compare

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.