Skip to content

Releases: TheAlgorythm/path-ratchet

v0.3.0

09 Dec 10:19
Compare
Choose a tag to compare
  • change Path reference wrapper types from having internal references to references of the wrapper type
  • use Borrow & ToOwned
  • refactoring for easier maintenance

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Dec 18:23
Compare
Choose a tag to compare
  • rename SinglePathComponent to SingleComponentPathBuf
  • add SingleComponentPath as a borrowed variant
  • add MutiComponentPathBuf & MutiComponentPath equivalents which accept multiple path components
  • the owned variants now need to be referenced on the push_component* methods

Full Changelog: v0.1.0...v0.2.0

v0.1.0

04 Dec 16:39
Compare
Choose a tag to compare
fix lints