Better alternatives for scope.root
This adds two new scope properties:
scope.vm- the first context that is a viewModelscope.top- the "top" context that is a viewModel
This also deprecates scope.root in favor of these more explicit properties.
This release also adds scope.getPathsForKey, which will be documented in a future release.