Skip to content

v2.2.0

Choose a tag to compare

@averlyst averlyst released this 17 Jul 14:01
a82ded5

Version 2.2.0

Changes since v2.1.7:

Fixed

  • Fixed a class of iterator invalidation edge cases involving connections made after immediate-mode 'Now' disconnections on the active node.
    • Note: Those who've not used deferred mutation opt-outs were not impacted.
  • Fixed an iterator invalidation edge case when DisconnectNow() was used on a tail connection before DisconnectAllNow().

Added

  • Added new method Signal:GetConnections(), which returns an array of active connections on the signal, ordered from oldest to newest.
  • Connection:DestroyNow() is now supported.

Full Changelog: v2.1.7...v2.2.0