adverb-signals
Advanced tools
Changelog
[1.0.0] - 2015-08-25
dispatch()
becomes emit()
-- add()
becomes always()
-- addOnce()
becomes once()
-- remove()
becomes never()
-- removeAll()
becomes neverAny()
runs()
(formerly known as has()
) now asserts that its listener
argument is a function, throwing if that is not the case.