Skip to content

Commit abf99ae

Browse files
committed
chore(📦): 1.0.0
## 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))
1 parent ebf740c commit abf99ae

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 1.0.0 (2022-12-09)
2+
3+
4+
### Features ✨
5+
6+
* 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))
9+
* implement basic document generation feature ([8e528d4](https://github.com/hyper-level-nerds/ts-bookshelf/commit/8e528d4fe6a67affc29e10c1761289755ae24e24))
10+
* 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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-bookshelf",
33
"description": "generate markdown-based documentation from typescript types",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"source": "src/index.ts",
77
"main": "dist/common.js",

0 commit comments

Comments
 (0)