Skip to content

Memory & Selector

Choose a tag to compare

@danielkcz danielkcz released this 24 Nov 09:31
· 82 commits to master since this release

Breaking change of this release is about renaming native behavior Priority to Selector which is more widely used and easier to comprehend (e761e13).

There is also new method getBehaviorByName to make it easier to find particular behavior without handling their ID (f281221).

Lastly some memory tweaks, mainly ability to set an array as memory value (b3b0b22). Also added method unset on memory model to actually clear value (f2e17aa). And small optimization about using the unset to clear memory flag about open nodes instead of setting it to false. Makes it easier to actually see where are some memory data (c441fb2).