Releases: Joy-less/RemSend
Releases · Joy-less/RemSend
v7.8
- Updated packages
- Updated example to Godot 4.4-stable
v7.7
- Patched potential (unlikely) security vulnerability with request results
- Improved some generated code output
v7.6
- Added
ContinueWithOnSameThread
extension method overloads to make callbacks easier
v7.5
- Replaced generated
RequestCallback
methods with ContinueWith
overload extension methods (breaking change)
v7.4
- Generated
Broadcast
and RequestCallback
methods
- Escaped parameter names as well as local variable names if they conflict with a user-provided name
v7.3
- Remade library to use source generators
v6.3
- Fixed
Color
formatter missing A
(alpha) component
v6.2
- Fixed remote methods returning non-generic
Task
s by checking for VoidTaskResult
v6.1
- Fixed polymorphic return values by removing polymorphism
ValueTask
is now handled directly rather than converting to Task
(performance optimisation)
v6.0
- Replaced Godot's
TransferModeEnum
with RemMode
(breaking change)
- Fixed return type polymorphism sometimes not working
- Performance improvements
- Source code clarity improvements
- Added support for
ValueTask
(by converting it to a Task
)