All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.2 - 2021-04-24
- Using a
callable
as value of a query, but without a key, allows returns an array generated on-the-fly. Thecallable
itself will receives as argument all elements of that level.
- When a
callable
is used as value, the source array will be updated to contains the new key accessible from the next queries of the same context. The original source array will not be affected.
0.1.1 - 2021-04-22
- Using a
callable
as value of a query will returns a transformed output to the key. Thecallable
itself will receives as argument all elements of that level.
0.1.0 - 2020-08-04
- Initial version.