v1.1.0 - Added remove function
Added
- removeEventListeners: new function 'removeEventListeners(event)' to remove all listeners attached to a callback. Event may be a string or array of strings with the name of callbacks to remove, i.e. 'on_playlists_changed' or ['on_playlists_changed', 'on_script_unload'].