Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 658 Bytes

RELEASE_NOTES.md

File metadata and controls

26 lines (18 loc) · 658 Bytes

0.0.0-beta

  • Initial release

0.1.0-beta

  • First version with samples

0.2.0-beta

  • ValidatesOnNotifyDataErrors set to false to derived bindings

0.3.0-beta

  • Made DependencyObject as data-binding target instead of specialized FrameworkElement

0.4.0-beta

  • DataContext should be set before SetBindings

0.5.0-beta

  • Special treatment for properties of types option<> and Nullable<>

0.6.0-beta

  • Fixed derived properties not to stop evalutation on missing (nulls) path steps

0.7.0

  • Replaced reflective invocations to box/unbox with Expr.Coerce

0.7.1

  • Upgrade Castle.Core to the latest ver 3.3.3.