Skip to content

# 10.1.0 - Please update

Compare
Choose a tag to compare
@lucasmz-dev lucasmz-dev released this 09 Nov 03:21
· 50 commits to main since this release

So, this is embarrasing.
If you look into FastSignal's changelogs, you would have noticed that :DisconnectAll was not actually disconnecting connections because of a typo. This happened again, with the same exact typo, except it's not :DisconnectAll, it's :Disconnect. While it wouldn't fire those connections, the nodes were still there, so it was essentially leaking stuff. At least I caught it now.

Kinda embarrassing to say that right after saying FastSignal is stable, but yeah lol. This was probably a side effect of moving away from connections being one single reference, and me just not noticing it.

Anyway, yeah... Please update :) It's pretty serious :/

Other than that, there are some nice things :)

  • FastSignal now has extremely specific, dedicated internal types, this will help debugging in the future, and also solves this issue on Studio., it causes some weird side-effects, but it doesn't cause actual issues. This is really good for intellisense.
  • Internal comparasions are now explicit.

I'm fairly certain this will be the last major update to FastSignal, I'm probably gonna have a silent update soon when Moonwave updates to simplify some things, but nothing too big, it's just comment changes and so not worth announcing.