- Initial release
- First version with samples
- ValidatesOnNotifyDataErrors set to false to derived bindings
- Made DependencyObject as data-binding target instead of specialized FrameworkElement
- DataContext should be set before SetBindings
- Special treatment for properties of types option<> and Nullable<>
- Fixed derived properties not to stop evalutation on missing (nulls) path steps
- Replaced reflective invocations to box/unbox with Expr.Coerce
- Upgrade Castle.Core to the latest ver 3.3.3.