Support polymorphic collections and maps (#82)

This commit is contained in:
Ryan Brink
2021-08-12 18:32:18 -04:00
committed by GitHub
parent c5f8ace5d2
commit 3d99bf35fd
11 changed files with 414 additions and 24 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [1.5.1] - August 12th, 2021
### Changed
- Fixed bug where polymorphic types were not being rendered correctly when part of collections and maps
## [1.5.0] - July 25th, 2021
### Changed