Skip to content

v0.14.11

Compare
Choose a tag to compare
@1Axen 1Axen released this 21 Sep 13:31
· 40 commits to main since this release

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.