You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 1.0.0 (2022-12-09)
### Features ✨
* add support for array type ([0d22f1e](0d22f1e))
* add support for nested type ([ec3fbc8](ec3fbc8))
* add support for numeric type with `Int`, `Float` type ([f4bb5d4](f4bb5d4))
* implement basic document generation feature ([8e528d4](8e528d4))
* implement generating table of contents for each properties feature ([0643500](0643500))
### Bug Fixes 🐞
* now array typed field have correct default description content ([f410907](f410907))
* prevent infinite loop while process circular nested type ([5859496](5859496))
### Internal 🧰
* make decorators option parameter optional ([996f55c](996f55c))
* add support for array type ([0d22f1e](https://github.com/hyper-level-nerds/ts-bookshelf/commit/0d22f1e16f3b8d1ad5c74c21e236c572141a1456))
7
+
* add support for nested type ([ec3fbc8](https://github.com/hyper-level-nerds/ts-bookshelf/commit/ec3fbc8752980e120d98a42ef8086ec92569b6f1))
8
+
* add support for numeric type with `Int`, `Float` type ([f4bb5d4](https://github.com/hyper-level-nerds/ts-bookshelf/commit/f4bb5d41f0cb209d28570b31ac95bcfad135bd14))
* implement generating table of contents for each properties feature ([0643500](https://github.com/hyper-level-nerds/ts-bookshelf/commit/06435007edb1da3c4a4d4a6ceb613999cd1afd6f))
11
+
12
+
13
+
### Bug Fixes 🐞
14
+
15
+
* now array typed field have correct default description content ([f410907](https://github.com/hyper-level-nerds/ts-bookshelf/commit/f4109072a4bd23abea665817daee96cbc6d4282c))
16
+
* prevent infinite loop while process circular nested type ([5859496](https://github.com/hyper-level-nerds/ts-bookshelf/commit/58594967057f8e5ad31a717a73e4954e83fb192e))
17
+
18
+
19
+
### Internal 🧰
20
+
21
+
* make decorators option parameter optional ([996f55c](https://github.com/hyper-level-nerds/ts-bookshelf/commit/996f55c077dd2f671aa0b0b5cca9ee0d6d3f0ff8))
0 commit comments