GUInep 0.1.0
What's Changed
- Support more primitive types (
Char
,Long
,Short
,Byte
,Double
,Float
) by @KacperFKorban in #40 - Handle lists specially by @KacperFKorban in #43
- Add config by @KacperFKorban in #46
- Support nullable types by @KacperFKorban in #45
- Support missing primitive types (
BigInt
,BigDecimal
,Unit
) by @KacperFKorban in #47 - Support most common cases of undecidable generics by @KacperFKorban in #48
Full Changelog: v0.0.4...v0.1.0