Skip to content

Commit 0b46323

Browse files
committed
chore: changelog
1 parent 803a2b1 commit 0b46323

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.changes/router-refactor.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"qubit": major
3+
---
4+
5+
**(BREAKING)** Refactor router to separate RPC functionality from type generation functionality.
6+
Now, use `router.as_codegen().write_type(path, TypeScript::new())` to generate types, and
7+
`router.as_rpc(ctx).into_service()` to build the service.

0 commit comments

Comments
 (0)