Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Sep 28, 2022
1 parent 79ca9c6 commit fc2a5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## [1.2.0] - 2022-09-28
### Added
- parentWindow.eventListener: added new property to 'this' within event listeners scope. It may be used to remove itself after execute it once for ex. Contains name of the callback (event) and listener id.
- 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.
### Changed
### Removed
Expand Down

0 comments on commit fc2a5d6

Please sign in to comment.