This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
0.3.0
- Fixes to generics support. E.g., you could provide
SomeClass<String>
andSomeClass<Int>
separately and it'll work as you'd think. - Other bug fixes.