v0.14.11
This release contains fixes and improvements.
Improvements
- Functions now warn about exceeding the global 256 call queue, when exceeded a previous call will be dropped and a fail state will be passed to it.
- Ranges are now checked against the bounds of the underlying data type, an error is produced if the range is not within said bounds.
Fixes
- Negative and decimal ranges are now correctly parsed, thanks to @ilovesordfactory for the new string pattern.
- Typescript generation now correctly respects the
UsePolling
option.