https://github.com/samchon/schedules
Open source development schedule of Samchon
https://github.com/samchon/schedules
Last synced: 3 months ago
JSON representation
Open source development schedule of Samchon
- Host: GitHub
- URL: https://github.com/samchon/schedules
- Owner: samchon
- License: mit
- Created: 2023-07-13T07:09:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T05:20:22.000Z (over 2 years ago)
- Last Synced: 2026-01-19T10:53:43.694Z (5 months ago)
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schedules
Open source development schedule of Samchon
## 2023-07
### ✅ `@nestia/migrate`
https://github.com/samchon/nestia/issues/292
Migration program generating NestJS project from a `swagger.json` file.
### ✅ `ISwaggerRoute.security`
https://github.com/samchon/nestia/issues/474
### ✅ `@TypedHeaders()`
https://github.com/samchon/nestia/issues/473
## 2023-08
### ✅ Typia Protocol Buffer Support
https://github.com/samchon/typia/issues/294
`typia` will support protocol buffer feature.
### ✅ `@TypedException()`
https://github.com/samchon/nestia/issues/540
### ~~`@nestia/editor`~~
> Be delayed as `@nestia/migrate` was not famouse as expected
~~https://github.com/samchon/nestia/issues/445~~
~~New generation of `swagger-ui` editor embedding TypeScript Editor for auto-completion and type-hints.~~
~~Also, it would embed `@nestia/migrate` and `@nestia/sdk` for those things:~~
- ~~Convenient migration to NestJS project on website~~
- ~~Convenient SDK generation on website for other languages~~
- ~~Convenient Mockup Simulator on website for other languages~~
## 2023-09
### ✅ Nestia v2
- Adapt typia v5 (especially type tags)
- Propagation mode
- DTO clone mode
- Compilation error messages about unsupported types
### ✅ Prisma Markdown
Markdown documents generator of Prisma.
- Mermaid ERD diagrams
- Descriptions by `///` comments
- Pagination by `@section` tag
## 2023-10
### ✅ Supports `setGlobalPrefix` in `@nestia/sdk`
- https://github.com/samchon/nestia/issues/399
## 2023-11
### ~~`@nestia/editor`~~
~~> Start `@nestia/editor` development again.~~
~~https://github.com/samchon/nestia/issues/445~~
~~New generation of `swagger-ui` editor embedding TypeScript Editor for auto-completion and type-hints.~~
~~Also, it would embed `@nestia/migrate` and `@nestia/sdk` for those things:~~
- ~~Convenient migration to NestJS project on website~~
- ~~Convenient SDK generation on website for other languages~~
- ~~Convenient Mockup Simulator on website for other languages~~
A month has passed since we responded to the TypeScript v5.3 update and maintained `typia` and `nestia`.
## 2023-12
### WebSocket support in `nestia`
https://github.com/samchon/nestia/issues/715