Skip to content

Releases: sabariramc/funcargpreprocessor

0.10.3

18 May 12:28
Compare
Choose a tag to compare

Bug Fix

0.10.2

07 Feb 10:32
Compare
Choose a tag to compare

Support for Enum in value list and marshaling the value to Enum

0.10.1

04 Feb 07:12
Compare
Choose a tag to compare

Added support for optional circuit breaker for empty params

0.10.0: Support for auto type cast

30 Jan 15:13
113f8b1
Compare
Choose a tag to compare
Merge pull request #2 from sabariramc/feature/optional_auto_case

Added support for type casting str params to int float and bool

0.9.3: Added default argument

21 Nov 10:39
Compare
Choose a tag to compare
Function can be used as default, min_val, max_val

0.9.1

20 Nov 08:46
Compare
Choose a tag to compare
Fixed bug for value constraint check if the constraint value is 0 the…

0.9.0: Change the ErrorCode to enum type

19 Nov 07:37
Compare
Choose a tag to compare

Moved ErrorCode to Enum and changed name of two error codes

0.8.1

19 Nov 07:17
Compare
Choose a tag to compare

Added length check constraint