Releases: andogq/qubit
Releases · andogq/qubit
qubit v1.0.0-beta.0
[1.0.0-beta.0]
3287e96
correct invalid generated handler ident when usingname
attribute.bf34c4c
Exposets-rs::TS
functionality viats
attribute macro. To migrate, replace any instances of
#[derive(ts_rs::TS)]
with#[qubit::ts]
, and removets-rs
from package dependencies.c4cd986
Rewritehandler
macro to be easier to maintain and test. This isn't inherently a breaking change,
however there's no guarentee that the previous implementation wasn't broken or inconsistent in some
way.0b46323
(BREAKING) Refactor router to separate RPC functionality from type generation functionality.
Now, userouter.as_codegen().write_type(path, TypeScript::new())
to generate types, and
router.as_rpc(ctx).into_service()
to build the service.c67ced6
Updatets-rs
to11.0.0
Dependencies
- Upgraded to
[email protected]
qubit-macros v1.0.0-beta.0
[1.0.0-beta.0]
91b3375
Generate better spans for errors in thehandler
macro, including UI tests to verify error
messages.3287e96
correct invalid generated handler ident when usingname
attribute.cd128d6
No longer require handlers to beasync
. The macro will automatically convert all handlers into
async functions upon expansion.bf34c4c
Exposets-rs::TS
functionality viats
attribute macro. To migrate, replace any instances of
#[derive(ts_rs::TS)]
with#[qubit::ts]
, and removets-rs
from package dependencies.c4cd986
Rewritehandler
macro to be easier to maintain and test. This isn't inherently a breaking change,
however there's no guarentee that the previous implementation wasn't broken or inconsistent in some
way.c67ced6
Updatets-rs
to11.0.0
qubit v0.10.3
qubit-macros v0.6.5
qubit v0.10.2
@qubit-rs/svelte v0.0.6
@qubit-rs/client v0.4.5
[0.4.5]
b6ef950
Bump dependencies
@qubit-rs/svelte v0.0.5
@qubit-rs/client v0.4.4
[0.4.4]
bug
ba75bd4
Fix memory leak in promise manager due to holding references to resolved promises.
qubit v0.10.0
[0.10.0]
feat
7fe1372
Add/* eslint-disable */
to generated bindings (#77, thanks @lucasavila00!)7fe1372
Upgradets-rs
to latest version (#76, thanks @lucasavila00!)