Skip to content

2.0.0

Choose a tag to compare

@Seblor Seblor released this 24 Mar 21:43
· 56 commits to main since this release

Changelog

  • Fixed the Soundpad.waitForStatus() function
  • Added a secondary entry point soundpad.js/web
  • Exporting the PlayStatus enum
  • Correctly updating the Soundpad.isConnected property when using a custom dataDriver
  • Exposed the previously private property Soundpad.connectionAwaiter, which is a promise that resolves when the connection is established.
  • ❌ Renamed multiple types to remove the "Type" suffix
  • Capitalized the default export for IDE autoimport improvement
  • Fixed various return types to remove unattainable undefined results