v0.5.0
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)