refactored to leverage KType (#21)

This commit is contained in:
Ryan Brink
2021-04-16 15:37:23 -04:00
committed by GitHub
parent fdd18674da
commit 810f290f0d
7 changed files with 161 additions and 150 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.2.0] - April 16th, 2021
### Changed
- Another re-haul to the reflection analysis
- Top level generics, enums, collections, and maps now supported 🙌
## [0.1.1] - April 16th, 2021
### Added