This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Release 0.2.1
What's Changed
Changed:
- Changed AddressableConfig from a struct to a class. This change enhances the flexibility and efficiency of memory usage in our codebase, as AddressableConfig instances can now be shared or null, reducing potential redundancy. Please note that this may alter how AddressableConfig is used in some contexts due to the shift from value type to reference type.
Full Changelog: 0.2.0...0.2.1