Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 792 Bytes

File metadata and controls

25 lines (13 loc) · 792 Bytes

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.

v0.2.1 (2024-06-14)

Fixed

  • The result of filtering a slice of pointers returned a non-pointer element.

v0.2.0 (2024-05-26)

Added

  • 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! 🍻