Releases: sethbrasile/ember-audio
Releases · sethbrasile/ember-audio
Release list
about time - v1.0.0
The only change since v1.0.0-beta.1 is the version bump in package.json, otherwise identical.
Full Changelog: v1.0.0-beta.1...v1.0.0
Safari
- Adds support for Safari.
- Candidate for v1.0.0.
- Updates all deps to modern versions
- Adds
stereo-panner-nodedep as a polyfill for safari's lack ofcreateStereoPanner - Adds dep
ember-auto-import
No public API changes from previous version.
blblbl
Public API changes:
- Adds
XY Padto synthesis section in demo app. - Adds
updatemethod toConnectablemixin. #30 - Adds
withinRangeutility which allows one to set a min and max value for a number. 7eae27b - Filters in
Oscillatorclass now use POJOs for settings instead of separate properties for each filter prop (lowpassFrequencybecomeslowpass.frequency). Filter is disabled if corresponding property is falsey, and errors if truthy but not object. #30 - Connectable mixin private
_wireConnectionsis now protectedwireConnectionsto facilitate using Playable/Connectable mixins in classes outside of Ember Audio. f6e2ad4
squash'm
- Fixes the fact that some classes were not being imported into the consuming app. #29
- Updates ember-cli and ember versions. Ember-cli is now 2.7.0 instead of beta. #28
- Fixes a bug in the Playable/_stop method.
isPlayingwas being set to false immediately instead of scheduled. Caused a bug where scheduling a sound to stop once, then scheduling it to stop again, but sooner, would have no affect. Gratitude and apologies to @methodmedia for finding this one! d393c78
Alppphhhhhaaaaa!
Initial release. Ember Audio will probably not strictly adhere to semver until it's out of alpha!
Please alert me to bugs and/or issues in the documentation, and make suggestions on how the API could be better.
You can contact me by filing an issue in this repo, or via the Ember community slack (@sethbrasile).