v2.2.0
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 beforeDisconnectAllNow().
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