Releases: ikelaiah/toml-fp
Releases · ikelaiah/toml-fp
TOML-FP v1.0.3
Release Date
2026-02-15
Highlights
This patch release fixes a TOML parser issue with array-of-tables path resolution.
Fixed
- Fixed parsing of dotted table paths when an intermediate key is an array of tables.
- Example now supported:
[[fruits]][fruits.physical][[fruits.varieties]]
- Improved parser error messaging for invalid intermediate path values:
- now reports:
table or array of tables
- now reports:
Tests
- Added regression test:
Test69_1_ArrayOfTablesWithSubtables
- Full suite status:
60tests run0errors0failures0memory leaks reported byheaptrc
Files Updated
src/TOML.Parser.pastests/TestCaseTOML.pasCHANGELOG.mdREADME.md
Upgrade Notes
- No API changes.
- Safe patch-level upgrade from
v1.0.2tov1.0.3.