Skip to content

Releases: Joy-less/RemSend

v7.8

04 Mar 05:40
Compare
Choose a tag to compare
  • Updated packages
  • Updated example to Godot 4.4-stable

v7.7

18 Feb 18:42
Compare
Choose a tag to compare
  • Patched potential (unlikely) security vulnerability with request results
  • Improved some generated code output

v7.6

15 Feb 23:42
Compare
Choose a tag to compare
  • Added ContinueWithOnSameThread extension method overloads to make callbacks easier

v7.5

15 Feb 22:54
Compare
Choose a tag to compare
  • Replaced generated RequestCallback methods with ContinueWith overload extension methods (breaking change)

v7.4

15 Feb 22:36
Compare
Choose a tag to compare
  • Generated Broadcast and RequestCallback methods
  • Escaped parameter names as well as local variable names if they conflict with a user-provided name

v7.3

15 Feb 21:57
Compare
Choose a tag to compare
  • Remade library to use source generators

v6.3

28 Dec 19:23
Compare
Choose a tag to compare
  • Fixed Color formatter missing A (alpha) component

v6.2

24 Dec 17:49
Compare
Choose a tag to compare
  • Fixed remote methods returning non-generic Tasks by checking for VoidTaskResult

v6.1

17 Dec 02:20
Compare
Choose a tag to compare
  • Fixed polymorphic return values by removing polymorphism
  • ValueTask is now handled directly rather than converting to Task (performance optimisation)

v6.0

17 Dec 02:08
Compare
Choose a tag to compare
  • 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)