Skip to content

v0.5.0

Compare
Choose a tag to compare
@tirithen tirithen released this 23 Jan 11:58
· 4 commits to main since this release
ea07713

0.5.0 (2025-01-21)

⚠ BREAKING CHANGES

  • Path: Path<P>::inflate now returns Paths<P> instead of
    Path<P>. The method will no longer panic when 0 points remain after
    inflating with a negative number, instead a Paths<P> struct with length
    0 will be returned in those cases.

Features

  • Path: Path<P>::inflate return Paths<P> (cbb999b)