v0.13.0
[0.13.0] – 2025-09-22
Breaking Change
Whoa, 3 breaking changes in one day! ISaveable<TState>.FileVersion is now ISaveable<TState>.Version since that more accurately reflects that it is the "ISaveable" version and not the version of a file where the ISaveable is going - subtle but important difference.
Author's note: While this package has been used in production on shipped titles, changes and updates should still be considered volatile (in case that wasn't obvious from the 3 updates today).
Fixes
- Fixed an issue where
DoFileOperationwould leave subsequent method calls on worker threads. This would cause loading to fail silently in some cases.