Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Release v0.0.14-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 13:42
56fd149
  • Fix Signal leak when firing with no connections
  • Change ._instance to .Instance in Component
  • Components will use attributes to store unique ID instead of StringValue
  • Add Signal.Proxy constructor to wrap built-in RBXScriptSignals
  • Add Maid:GivePromise method
  • Allow dictionary tables in StreamableUtil.Compound observers list

Note breaking changes from above:

  • When upgrading, make sure to change ._instance field accessors to .Instance for components
  • ServerID StringValue for components has been switched to use attributes: instance:GetAttribute("ComponentServerId")