You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn the internal keysFromPath function into a public function that can optionally be used to override the new _.toPath function in the upcoming core Underscore 1.12.
In all functions that work with paths, use the new _.get from core Underscore 1.12.
Update the documentation to reflect that path behavior is configurable from a single point of truth.
Following up on #231, jashkenas/underscore#2877 and #220 (stage 4):
keysFromPathfunction into a public function that can optionally be used to override the new_.toPathfunction in the upcoming core Underscore 1.12._.getfrom core Underscore 1.12.