- MISC - Internal API changes - some code moved to XUnity.Common
- BUG FIX - Development-time fix to the nuget package
- BUG FIX - Fixed bug in method 'LoadFromFileWithRandomizedCabIfRequired' where offset was ignored if the initial load attempt failed
- FEATURE - Added method to load an asset from a file, with fallback to loading it from an in-memory stream with randomized CAB
- FEATURE - Added support for postfix hooks on AssetBundle loads
- FEATURE - Added hook for 'LoadFromMemory' and 'LoadFromMemoryAsync' when loading asset bundles
- MISC - Support for UnityEngine version 2018.2 and lower
- Initial release