Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@tirithen tirithen released this 04 Jun 20:32
a0677f5

0.4.0 (2024-06-04)

⚠ BREAKING CHANGES

  • Use .translate instead of .offset for Paths and Path
    structs.
  • Removes the custom iterators PathIterator and
    PathsIterator, instead rely on the standard iterator types from vec and
    slice.

Features

  • improve the iterator impls for Paths and Path (0c93f5d)
  • remove depr. .offset method from Paths/Path (4ee9fd4)