serde_evaluate 0.2.0

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.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