Skip to content

Releases: prantlf/v-cargs

0.7.5

31 Aug 17:16

Choose a tag to compare

0.7.5 (2025-08-31)

Bug Fixes

  • Work around a bug in V about detecting return from function (c346df6)

0.7.4

31 Jul 13:25

Choose a tag to compare

0.7.4 (2025-07-31)

Bug Fixes

  • Work around compiler bug with optional fields (7e8b4bf)

0.7.3

16 Nov 04:13

Choose a tag to compare

0.7.3 (2024-11-16)

Bug Fixes

  • Fix sources for the new V compiler (0033546)

0.7.2

28 Jan 14:24

Choose a tag to compare

0.7.2 (2024-01-28)

Bug Fixes

  • Fix sources for the new V compiler (793e304)

0.7.1

11 Dec 19:32

Choose a tag to compare

0.7.1 (2023-12-11)

Bug Fixes

  • Adapt for V langage changes (201efd6)

0.7.0

15 Oct 19:58
efb34f5

Choose a tag to compare

0.7.0 (2023-10-15)

Features

  • Support getting boolean arguments - flags - from scanned usage (e61087f)

0.6.0

15 Oct 02:00
28d2181

Choose a tag to compare

0.6.0 (2023-10-15)

Features

  • Allow disabling negative options by no_negative_options (a53f710)

0.5.1

10 Sep 17:01
fc59cad

Choose a tag to compare

0.5.1 (2023-09-10)

Performance Improvements

  • Create the regex for an option only once (6282a5f)

0.5.0

10 Sep 15:38
c37df07

Choose a tag to compare

0.5.0 (2023-09-10)

Features

  • Allow scanning usage description before parsing arguments (14ff0db)

0.4.0

10 Sep 15:38
ebc526a

Choose a tag to compare

0.4.0 (2023-08-18)

Features

  • Add options_anywhere not to require the Options: line (38fc333)