v0.3.0
Breaking Changes 💥
- #43 Register sum ADTs as references by default implemented by @jakipatryk in #44
- #56 Add information about Map value type and allow only String key type implemented by @jakipatryk in #57
New Features 🎉
- #42 Add support for LocalTime implemented by @jakipatryk in #51
- #47 Support sum ADTs with discriminator implemented by @jakipatryk in #49
- #54 Add support for java.sql.Timestamp, BigDecimal, and BigInt implemented by @jakipatryk in #55
Bugfixes 🛠
- #45 Missing type property for case classes/objects implemented by @jakipatryk in #48
- #50 StackOverflowException when recursive ADTs are being registered implemented by @jakipatryk in #52
Other
- #40 Add unit test for Bundle class implemented by @kevinwallimann in #39