Releases: regorxxx/Callbacks-Framework-SMP
Releases · regorxxx/Callbacks-Framework-SMP
v1.2.2 - on_mouse_rbtn_up fix
v1.2.1- Hotfix
Fixed
- Crash due to non defined this when adding a single listener to the stack.
v1.2.0 - Add event listener info to this variable
Added
- parentWindow.eventListener: added new property to 'this' within event listeners scope. It may be used to remove itself after executing it once for ex. Contains name of the callback (event) and listener id.
- removeEventListenerSelf: shorthand to 'removeEventListener(this.eventListener.event, null, this.eventListener.id)' within event listeners scope.
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'].
v1.0.0 - Initial release
First public release.