Releases: antfu/birpc
Releases · antfu/birpc
v2.2.0
v2.1.0
🚀 Features
- Capture serialize/deserialize errors on response, with
onRemoteError
andonLocalError
, deprecateonError
- by @antfu (5adaa)
View changes on GitHub
v2.0.19
Adopt to Epoch SemVer, no behavior change from the last version.
No significant changes
View changes on GitHub
v0.2.17
v0.2.16
🐞 Bug Fixes
- Don't fail if createBirpc is awaited - by @sheremet-va in #14 (9bee7)
View changes on GitHub
v0.2.15
v0.2.14
🐞 Bug Fixes
- Store
clearTimeout
locally to prevent overriding it - by @AriPerkkio in #11 (03d93)
View changes on GitHub
v0.2.13
v0.2.12
🐞 Bug Fixes
- Store
Math.random
locally to prevent overriding it - by @AriPerkkio in #8 (ed986)
View changes on GitHub
v0.2.11
🐞 Bug Fixes
- Store setTimeout locally in case it was overriden - by @sheremet-va in #7 (cb32d)