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.
v0.2.1 (2024-06-14)
- The result of filtering a slice of pointers returned a non-pointer element.
v0.2.0 (2024-05-26)
- Support for filter expressions in slices to get and set values (e.g.
Books[Author=='Umberto Eco']). - Support for bracket notation to access slice elements by index (e.g.
Books[1]).
v0.1.0 (2022-12-06)
- First release! 🍻