serde_evaluate 0.2.2

Extract single scalar field values from Serializable structs without full deserialization.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2]https://github.com/PierreZ/serde-evaluate/compare/v0.2.1...v0.2.2 - 2026-03-30

### Fixed

- tighten assertion in non-string map keys test
- prevent serialize_map from prematurely capturing intermediate path scalars

### Other

- add comprehensive coverage for untested serializer code paths
- add extraction tests for structs with serde_json::Value fields

## [0.2.1]https://github.com/PierreZ/serde-evaluate/compare/v0.2.0...v0.2.1 - 2026-02-09

### Added

- add CompositeFieldExtractor for multi-field extraction

## [0.2.0]https://github.com/PierreZ/serde-evaluate/compare/v0.1.2...v0.2.0 - 2026-02-05

### Other

- improve serializer module documentation and visibility
- comprehensive serializer module restructuring

## [0.1.2]https://github.com/PierreZ/serde-evaluate/compare/v0.1.1...v0.1.2 - 2026-01-20

### Other

- *(deps)* bump thiserror in the rust-dependencies group
- *(deps)* bump the rust-dependencies group with 3 updates
- configure Dependabot to group dependencies by ecosystem
- *(deps)* bump actions/checkout from 5 to 6
- *(deps)* bump serde from 1.0.219 to 1.0.223
- *(deps)* bump thiserror from 2.0.12 to 2.0.16
- *(deps)* bump actions/checkout from 4 to 5

## [0.1.1]https://github.com/PierreZ/serde-evaluate/compare/v0.1.0...v0.1.1 - 2025-05-05

### Fixed

- add support for nested options

### Other

- clippy
- add simplier example
- highlight the runtime aspect
- *(deps)* bump actions/checkout from 3 to 4