Changes for version 0.10 - 2026-02-18 (TRIAL RELEASE)
- ENHANCEMENT
- traversal directives RESULT_CONTINUE and RESULT_STOP_DESCENT may be combined with RESULT_REVISIT_CONTAINER
- new metadata fields:
- visit: which scan (visit/revisit) of a container is underway
- idx: the order of the current element in the container
- DOCUMENTATION
- example traversal paths are automatically generated
Changes for version 0.09 - 2026-02-09 (TRIAL RELEASE)
- API
- sort_keys is deprecated; use key_sort or idx_sort
- ENHANCEMENT
- new options key_sort & idx_sort for specifiying how to traverse hashes and arrays provides much more efficient alternative ordering. key sorting can be turned off.
- improved docs.
Documentation
Modules
Invoke a callback on every element at every level of a data structure.