Special Keypaths and Autoinvalidate
- bindings now invalidate automatically, there should be no KVO exceptions raised on dealloc
- included backward compatibility to shorthand bindings for views (text -> textLabel.text) instead of (viewModel.text -> textLabel.text) which was lost in previous version
- special keypaths are added
- UIButton -> onTouchUpInside
- UITableViewCell -> onTouchUpInside