Product changes

Peter Arentsen

Update - Deprecate ifundefined

We deprecated the ifundefined expression function and replaced them with the already existing ifnil function. Ifundefined was often used to check if a variable was available or not. However, you don't need to do this anymore because variables are always available (in the scope you are in). The only thing you have to check is if the variable is empty or not. Therefore we replaced the ifundefined and with ifnil.

 

Subscribe to product changes