Skip to content

Release v5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 20:39
1edcced
Feature/generics (#16)

* Rudimentary support for generics

Possible to specify type when calling "on" or "get".
The type will be blindly casted.
Default type is `any`.

* Bump data dependency

(has the generic support)

* 5.5.0