Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Releases: TheNexusAvenger/Nexus-Wrapped-Instance

V.2.0.3

09 Mar 02:24
Compare
Choose a tag to compare

Changes

  • Fixed extra events from changes to the instance being sent with deferred events and change replication disabled.

V.2.0.2

13 Jan 23:40
Compare
Choose a tag to compare

Changes

  • Updated Nexus Instance.

V.2.0.1

04 Jan 14:51
Compare
Choose a tag to compare

Changes

  • Singleton instances of Nexus Wrapped Instance are now only used between compatible versions.

V.2.0.0

04 Jan 04:54
Compare
Choose a tag to compare

Due to Nexus Instance V.3.0.0, there are breaking changes. Changes may be required to upgrade.

Changes

  • Updated to Nexus Button V.3.0.0.
  • Added IgnoreWrapping to allow any property to avoid being wrapped and unwrapped.

V.1.1.0

23 May 21:17
Compare
Choose a tag to compare

Changes

  • The NexusWrappedInstance module will attempt to enforce a singleton instance of the module.
    • Multiple instances of NexusWrappedInstance can have unexpected consequences with the state and properties not being shared properly. This change addresses that.
    • This can be disabled with _G.EnsureNexusWrappedInstanceSingleton = false.

V.1.0.6

03 Apr 00:06
Compare
Choose a tag to compare

Changes

  • Updated Nexus Instance to fix memory leak.

V.1.0.5

18 Feb 05:07
Compare
Choose a tag to compare

Changes

  • Updated Nexus Instance to V.2.0.0 to improve performance.

V.1.0.4

08 Sep 02:11
Compare
Choose a tag to compare

Changes

  • Updated Nexus Instance to V.1.4.1 to fix a memory leak.

V.1.0.3

21 May 18:53
Compare
Choose a tag to compare

Changes

  • Fixed properties not replicating with deferred events.

V.1.0.2

09 Apr 18:40
Compare
Choose a tag to compare

Changes

  • Update Nexus Instance to fix error when checking if 2 of the same objects are equal.