Skip to content

v0.1.2

Choose a tag to compare

@ashafer01 ashafer01 released this 07 Dec 04:09
· 5 commits to main since this release
  • A SplitPath is now a tuple of _PathPart objects, this changes the return type of split()
  • iterate() now throws a ValidationError when there is a mismatch between the path part type and the collection type where previously it threw an InvalidIterationError; this is now consistent with all other functions.