issues
search
Raiondesu
/
eventhoven
Event manager that composes events effortlessly 🎵
https://www.npmjs.com/package/eventhoven
MIT License
5
stars
1
forks
source link
Release 0.11.0
#40
Closed
Raiondesu
closed
5 years ago
Raiondesu
commented
5 years ago
Description
Closes #39 by always storing a reference to the original custom function.
Closes #41.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
How Has This Been Tested?
Added a specific test to the
debug
section in the
tests
folder.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Description
Type of change
How Has This Been Tested?
debug
section in thetests
folder.Checklist: