This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Releases: TheNexusAvenger/Nexus-Wrapped-Instance
Releases · TheNexusAvenger/Nexus-Wrapped-Instance
V.2.0.3
V.2.0.2
Changes
- Updated Nexus Instance.
V.2.0.1
Changes
- Singleton instances of Nexus Wrapped Instance are now only used between compatible versions.
V.2.0.0
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
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
.
- Multiple instances of
V.1.0.6
Changes
- Updated Nexus Instance to fix memory leak.
V.1.0.5
Changes
- Updated Nexus Instance to V.2.0.0 to improve performance.
V.1.0.4
Changes
- Updated Nexus Instance to V.1.4.1 to fix a memory leak.
V.1.0.3
Changes
- Fixed properties not replicating with deferred events.
V.1.0.2
Changes
- Update Nexus Instance to fix error when checking if 2 of the same objects are equal.