Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

33 lines (17 loc) · 1.15 KB

Changelog

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

Added

  • Using a callable as value of a query, but without a key, allows returns an array generated on-the-fly. The callable itself will receives as argument all elements of that level.

Changed

  • 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

Added

  • Using a callable as value of a query will returns a transformed output to the key. The callable itself will receives as argument all elements of that level.

0.1.0 - 2020-08-04

Added

  • Initial version.