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
feat: enhance template rendering and add new string manipulation functions
- Update the render method to accept nullable associative arrays for user-defined variables.
- Introduce a new 'mapping' filter in the Environment class to check for ObjectValue instances.
- Add a 'join' filter in the Interpreter class for concatenating array or string values with a specified separator.
- Improve error handling in array filters to provide clearer messages.
- Refactor the Parser class to streamline member and call expression parsing.
0 commit comments