Skip to content

Releases: cwfitzgerald/path-dsl-rs

v0.6.1 - Documentation Fix

11 Jul 23:25
Compare
Choose a tag to compare

Fixed

  • Updated readme for v0.6.0 release

v0.6.0 - Ease of Use

11 Jul 23:13
Compare
Choose a tag to compare

Added

  • Converted macro to output PathBuf directly.
  • Discouraged manual use of PathDSL.

v0.5.4 - Housekeeping

25 Aug 08:02
Compare
Choose a tag to compare
v0.5.4 - Housekeeping Pre-release
Pre-release

Added

  • Badges to Readme
  • Keywords on crates.io
  • Categories on crates.io

v0.5.3 - Documentation Fix

25 Aug 07:37
Compare
Choose a tag to compare
Pre-release

Fixed

  • Inconsequential documentation link issue

v0.5.2 - Documentation Rewrite

25 Aug 07:36
Compare
Choose a tag to compare
Pre-release

Changed

  • Documentation rewrite to make it more user friendly.

v0.5.1 - Documenation Polish

15 Aug 21:10
Compare
Choose a tag to compare
Pre-release

Fixed

  • Polished documentation
  • All clippy lints!

v0.5.0 - Tests

15 Aug 21:07
Compare
Choose a tag to compare
v0.5.0 - Tests Pre-release
Pre-release

Added

  • Implemented CopylessDSL
  • Added missing From<Cow<OsStr>> for PathDSL
  • Documentation for all member functions
  • Many tests

Fixed

  • Properly handle &mut
  • Documentation links now always point to newest version

v0.4.0 - Documentation

15 Aug 21:06
Compare
Choose a tag to compare
Pre-release

Added

  • PathDSL::into_pathbuf
  • Missing Into<PathBuf> for PathDSL
  • Primary Documentation
  • This changelog
  • README.md

Changed

  • All functions marked inline(always)
  • PathBuf is now repr(transparent) over PathBuf

Fixed

v0.3.0 - Released Macro

10 Aug 06:27
Compare
Choose a tag to compare
Pre-release

Added

  • Filesystem DSL macro with constant path combining.

Changed

  • All functions marked inline

v0.2.0 - Trait-Complete

09 Aug 22:59
Compare
Choose a tag to compare
Pre-release

Added

All missing traits needed for feature-parity with PathBuf.