v4.2.0
issue #7 pointed out that if no event handlers were bound for an event type, that event type would not trigger the event * type. This could have been a latent bug from an earlier revision.
now triggering any event type, even those without any bound handlers or which do not exists in the _events_ object will still trigger the * event type
Thanks @mrvini