v0.1.2
- A
SplitPathis now a tuple of_PathPartobjects, this changes the return type ofsplit() iterate()now throws aValidationErrorwhen there is a mismatch between the path part type and the collection type where previously it threw anInvalidIterationError; this is now consistent with all other functions.