Skip to content

Releases: YtvwlD/miniarg

v0.5.0

14 Jul 14:24

Choose a tag to compare

This release now also supports single quotes and more whitespace, thanks to @threadexio. (#3)

It also requires Rust 2024, eg. 1.85.

v0.4.0

08 Feb 15:25

Choose a tag to compare

This release supports non-ascii characters thanks to @threadexio. 🎉

v0.3.1

19 Mar 16:51

Choose a tag to compare

There's almost nothing new here for this release:
The crates are now using Rust 2021 and syn 2.0.

v0.3.0

01 Jan 21:52
v0.3.0

Choose a tag to compare

This is the third release. In comparison to 0.2.0, there is one breaking change:

miniarg now supports arguments without values 🎉

This is only fully supported at the end of the end of the arguments, yet.

v0.2.0

26 Oct 12:55
v0.2.0

Choose a tag to compare

The second release.

There are no breaking changes from v0.1.0, only new features:

  • the feature std now implies alloc (this should be purely internal)
  • split_args::SplitArgs is now publicly usable
  • parse_from_iter is new
  • help_text() on derived enums has been added

v0.1.0

26 Oct 12:47
v0.1.0

Choose a tag to compare

This is the first release. 🎉