Releases: sabariramc/funcargpreprocessor
Releases · sabariramc/funcargpreprocessor
0.10.3
0.10.2
Support for Enum in value list and marshaling the value to Enum
0.10.1
Added support for optional circuit breaker for empty params
0.10.0: Support for auto type cast
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
Function can be used as default, min_val, max_val
0.9.1
Fixed bug for value constraint check if the constraint value is 0 the…
0.9.0: Change the ErrorCode to enum type
Moved ErrorCode to Enum and changed name of two error codes
0.8.1
Added length check constraint