1.2.2 - 2023-02-23
- Fix to on_mouse_rbtn_up disable default menu behavior.
1.2.1 - 2022-10-01
- Crash due to non defined this when adding a single listener to the stack.
1.2.0 - 2022-09-28
- 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.
1.1.0 - 2022-08-12
- 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'].
1.0.0 - 2022-07-26
- First release.