Releases: zef-dev/convoworks-core
Releases · zef-dev/convoworks-core
Function scope order fix
Remove Alexa templates
0.22.33 Changelog 0.22.33
Call user function improvements
- Reworked and unified
call_user_func()handling to support both global functions and instance methods. - Registered
gettype()andget_class()PHP functions.
Functions scope
- Added function scope, for managing variables inside functions
- Add response streaming to the test view rest handler
- Registered PHP
sleep()andusleep()functions. - Other minor enhancements
Function Element
- Registered PHP
array_map()andstr_word_count()functions. - Added the Function Element, allowing you to define a function using Convoworks elements and expose it as a function in the expression language.
- Fixed the preview for the For Loop element.
PHP constant function
- Registered PHP
constant()function. - Minor fixes
Log Element improvements
- Registered PHP
array_reverse()function. - Log element now accepts log level and has ability to dump response in the test view
Register call_user_func_array too
- Registered
call_user_func_array()as a custom function. - Fixed calls to
call_user_func()that had no arguments.
Fix in call_user_func() arrays handling
- Force no body for GET requests in the Http Query Element
- Fix detection of indexed arrays in the
call_user_func() - Registered PHP functions in the core package:
is_string(),is_float(),is_long(),is_countable(),is_null().
Check for the existence of required packages
0.22.27.2 Add 0.22.27.2 chengelog