Skip to content

Thing Transformer 1.4.5

Compare
Choose a tag to compare
@BogdanMihaiciuc BogdanMihaiciuc released this 21 May 07:46
· 129 commits to master since this release
4b3d615

Improved the error messages that appear when declaring a service parameter with certain unsupported types. (stefan-lacatus)

Adds support for the @category decorator to specify the category of properties, events and services. (stefan-lacatus)

When the type of an expression in an inline SQL statement can't be directly determined, the transformer will now use the primitive type that the expression can be assigned to, if an appropriate one exists, to reduce the need of using type assertions.

Resolves an issue where the type inferrence for the inline SQL parameters when building with the --debug argument, while working for non-debug builds.