Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@RoryDungan RoryDungan released this 23 Jun 06:46
· 108 commits to master since this 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 to System.String
  • Added an adapter that converts from System.Boolean to UnityEngine.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.