You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename all tasks to snake_case. Add backwards-compatible aliases.
To add support for properties, pass property names as-is to any TaskParameter hashtables. Convert any snake_case properties to SnakeCase and check if the function has a parameter with that name. If it does, pass the property value to that parameter.
Allow support for built-in properties to be passed either CamelCase or snake_case.
Should we warn if someone uses CamelCase?
The text was updated successfully, but these errors were encountered:
Rename all tasks to
snake_case
. Add backwards-compatible aliases.To add support for properties, pass property names as-is to any
TaskParameter
hashtables. Convert anysnake_case
properties toSnakeCase
and check if the function has a parameter with that name. If it does, pass the property value to that parameter.Allow support for built-in properties to be passed either
CamelCase
or snake_case.Should we warn if someone uses
CamelCase
?The text was updated successfully, but these errors were encountered: