@@ -18,14 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
1919### Fixed
2020
21- - Patching: Ensure all elements of nested tables are preserved when using ` inlineTableStart ` is 2 or higher.
22- - Patching: prevent whitespace errors when swaping keys between tables.
23- - Patching: handle BigInt values in documents without throwing.
24- - Patching: handle commented multiline arrays correctly when adding keys or emptying them.
25- - Patching: fix wrong section nesting when replacing a table with a scalar value.
26- - Patching: preserve key with inline empty array when emptying an array-of-tables.
27- - Patching: fix ` Node not found ` errors on structural type replacements like nested table-to-scalar and AOT-to-scalar.
28- - Patching: preserve ` +nan ` / ` -nan ` sign through parse and round-trip.
21+ - Patching: Ensure all elements of nested tables are preserved when using ` inlineTableStart ` is 2 or higher. ( [ # 255 ] )
22+ - Patching: prevent whitespace errors when swaping keys between tables. ( [ # 255 ] )
23+ - Patching: handle BigInt values in documents without throwing. ( [ # 255 ] )
24+ - Patching: handle commented multiline arrays correctly when adding keys or emptying them. ( [ # 255 ] )
25+ - Patching: fix wrong section nesting when replacing a table with a scalar value. ( [ # 255 ] )
26+ - Patching: preserve key with inline empty array when emptying an array-of-tables. ( [ # 255 ] )
27+ - Patching: fix ` Node not found ` errors on structural type replacements like nested table-to-scalar and AOT-to-scalar. ( [ # 255 ] )
28+ - Patching: preserve ` +nan ` / ` -nan ` sign through parse and round-trip. ( [ # 255 ] )
2929
3030## [ 2.1.0] - 2026-07-21
3131
@@ -316,4 +316,5 @@ This first forked version from [timhall/toml-patch](https://github.com/timhall/t
316316[ #176 ] : https://github.com/DecimalTurn/toml-patch/pull/176
317317[ #187 ] : https://github.com/DecimalTurn/toml-patch/pull/187
318318[ #189 ] : https://github.com/DecimalTurn/toml-patch/pull/189
319- [ #198 ] : https://github.com/DecimalTurn/toml-patch/pull/198
319+ [ #198 ] : https://github.com/DecimalTurn/toml-patch/pull/198
320+ [ #255 ] : https://github.com/DecimalTurn/toml-patch/pull/255
0 commit comments