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
Fix handling methods and attributes of static arrays, objects and primitives. Solves the issue #937
Add support for python-style array slices with Jinja compat enabled. Fixes #188; merge of #976.
Fix call blocks having access to their parent scope. Fixes #906; merge of #994.
Fix a bug that caused capturing block tags (e.g. set/endset, filter/endfilter) to write to the global buffer rather than capturing their contents. Fixes #914 and #972; merge of #990. Thanks Noah Lange.