v0.5.0
Pre-release
Pre-release
0.5.0
Features
- Added ToggleActiveBinding that allows an object or collection of objects to be turned on or off according to the value of a boolean property, similar to ng-show from AngularJS.
- Added an adapter that converts from
System.Boolean
toSystem.String
- Added an adapter that converts from
System.Boolean
toUnityEngine.Color
- Implemented custom exception types for errors rather than relying on ApplicationException
- AmbiguousTypeException
- ComponentNotFoundException
- InvalidAdapterException
- InvalidEndPointException
- InvalidEventException
- InvalidTypeException
- MemberNotFoundException
- NoSuchAdapterException
- PropertyNullException
- TemplateNotFoundException
- ViewModelNotFoundException
- Improved some exception messages.
Fixes
- Fixed implementation of
IDisposable
to avoid potential issues.