-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.0 #106
Comments
just linking the other 0.1.3 issue, #70 |
@dlight I forgot I created that. This issue is becoming the definitive source of truth for the next version. This release was expected to come out 2-3 months ago (hence the old issue) but life got in the way and was unable to finish it. I suspect they will have a lot of overlap but I won't include anything on #70 if it's not mentioned here. If there is anything from #70 you really need let me know and I can prioritise it. |
How would you feel about adding #19 to 0.1.3? I feel like it's a must-have for any non trivial app |
Breaking Changes:
subscription
type ([, null]
issue)never
or single item or many items in enummap
and handler functions which are exposed to all links in the chain through a tRPCruntime
style thing but extracted from the last link. Error if last link is not a terminatingLink.AbortController
on vanilla client and RQonError
callback@rspc/react
@rspc/solid
FetchTransport
&TauriTransport
.d.ts
that we are matching up.subscription
typesBox<dyn Future>
!httpz cookie signinghttpz cookie encryptionFix working with the cookiejar over websocketsInline types by default - Specta silently overwrites types defined with duplicate names #101type
's instead ofinterface
- generate ts types with type keyword instead of interface #83;
as separator instead of,
- My vscode autocorrects to this on save.nest
instead of.route
to attach the endpoint. This is so we can handle URL prefixes in the router. Also change from/rspc/:id
to/rspc
.endpoint_with_prefix
in favor of httpz being better integrated with routers.TMeta
- This will mess with your genericsFeatures:
Internal:
clone
calls which should help with performance/memory usage.Prerelease:
Feature gateRemove new language extractorsThe text was updated successfully, but these errors were encountered: