Releases: cwfitzgerald/path-dsl-rs
Releases · cwfitzgerald/path-dsl-rs
v0.6.1 - Documentation Fix
Fixed
- Updated readme for v0.6.0 release
v0.6.0 - Ease of Use
Added
- Converted macro to output PathBuf directly.
- Discouraged manual use of PathDSL.
v0.5.4 - Housekeeping
Added
- Badges to Readme
- Keywords on crates.io
- Categories on crates.io
v0.5.3 - Documentation Fix
Fixed
- Inconsequential documentation link issue
v0.5.2 - Documentation Rewrite
Changed
- Documentation rewrite to make it more user friendly.
v0.5.1 - Documenation Polish
Fixed
- Polished documentation
- All clippy lints!
v0.5.0 - Tests
Added
- Implemented CopylessDSL
- Added missing
From<Cow<OsStr>>
forPathDSL
- Documentation for all member functions
- Many tests
Fixed
- Properly handle &mut
- Documentation links now always point to newest version
v0.4.0 - Documentation
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)
overPathBuf
Fixed
- Macro namespacing using
$crate
except where blocked by rust-lang/rust#63460.
v0.3.0 - Released Macro
Added
- Filesystem DSL macro with constant path combining.
Changed
- All functions marked inline
v0.2.0 - Trait-Complete
Added
All missing traits needed for feature-parity with PathBuf
.