Skip to content

Releases: jwodder/patharg

v0.4.0 — `FromStr`

18 Dec 13:17
v0.4.0
Compare
Choose a tag to compare
  • Added asynchronous category to crate metadata
  • Remove installation instructions from README
  • List all features in the library documentation
  • Increased MSRV to 1.70
  • InputArg and OutputArg now implement FromStr

v0.3.0 — serde support

22 Apr 18:11
v0.3.0
Compare
Choose a tag to compare
  • Formatting InputArg::Stdin or OutputArg::Stdout with {:#} will now produce "<stdin>" or "<stdout>", respectively
  • Adjusted the trait bounds on the from_arg() methods and the From implementations. Pre-existing code that uses these features will still work, but now some more types are accepted, and there should be no more needless copying of data.
  • Added "serde" feature to enabling serializing & deserializing with serde

v0.2.0 — tokio support

22 Apr 01:45
v0.2.0
Compare
Choose a tag to compare
  • Added "tokio" feature to enable async methods

v0.1.0 — Initial release

19 Apr 20:40
v0.1.0
Compare
Choose a tag to compare