v0.7.2
Pre-release
Pre-release
Features
- Types that can implicitly cast to each other can be bound to without an adapter (thanks @MorganMoon).
- Added StringEmptyToBoolAdapter, which converts a string to a bool which is false if the string is null or empty.
Changes
- Changed type of exception thrown when you try to bind to an unknown animator parameter type from ArgumentOutOfRangeException to IndexOutOfRangeException.
Fixes
- Various minor performance improvements (removed some unnecessary allocations and optimised Linq to remove some unnecessary enumerations)
- Fixed possible NullReferenceException in EventBinding.