Skip to content

Releases: Andarius/piou

0.12.14

19 Oct 17:05
Compare
Choose a tag to compare

0.12.14 (2022-10-19)

Fix

  • Remove loop

0.12.1

08 Oct 16:26
Compare
Choose a tag to compare

Changelog

[0.12.1] 08-10-2022

Feat

  • Adding choices to Option. See Readme for more information

0.12.0

08 Oct 14:34
Compare
Choose a tag to compare

Changelog

[0.12.0] 08-10-2022

Feat

  • Show choices when Literal if specified.
  • Support for Union of Literal

0.11.1

27 Sep 12:44
Compare
Choose a tag to compare

Changelog

[0.11.1] 27-09-2022

Fix

  • Fix return type of Derived option when a type is not specified (thanks @flam)

0.11.0

02 Sep 16:11
Compare
Choose a tag to compare

Changelog

[0.11.0] 02-09-2022

Feat

  • Adding support for dynamic derived processor. See the Derived Options section in the README for more information

0.10.5

03 Aug 10:49
Compare
Choose a tag to compare

Changelog

[0.10.5] 03-08-2022

FIX

  • Fix command.run for async functions

0.10.4

02 Aug 14:45
Compare
Choose a tag to compare

Changelog

[0.10.4] 02-08-2022

FIX

  • Fix loop not properly passed to run_with_args.

0.10.3

29 Jul 07:26
Compare
Choose a tag to compare

Changelog

[0.10.3] 29-07-2022

FIX

  • Fix loop closing on async function.

0.10.2

27 Jul 07:49
Compare
Choose a tag to compare

Changelog

[0.10.2] 27-07-2022

FIX

  • Fix parsing issue of UnionType.

0.10.1

25 Jul 12:01
Compare
Choose a tag to compare

Changelog

[0.10.1] 25-07-2022

FIX

  • Fix parsing issue of Optional types.