Releases: hyper-level-nerds/ts-bookshelf
Releases · hyper-level-nerds/ts-bookshelf
v1.0.0
1.0.0 (2022-12-09)
Features ✨
- add support for array type (0d22f1e)
- add support for nested type (ec3fbc8)
- add support for numeric type with
Int
,Float
type (f4bb5d4) - implement basic document generation feature (8e528d4)
- implement generating table of contents for each properties feature (0643500)
Bug Fixes 🐞
- now array typed field have correct default description content (f410907)
- prevent infinite loop while process circular nested type (5859496)
Internal 🧰
- make decorators option parameter optional (996f55c)