Skip to content

v0.7.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@RoryDungan RoryDungan released this 28 Feb 04:17
· 29 commits to master since this release
4f06bca

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.