Skip to content

Latest commit

 

History

History
137 lines (61 loc) · 5.09 KB

File metadata and controls

137 lines (61 loc) · 5.09 KB

Changelog

1.0.2 (2025-11-04)

Bug Fixes

  • deprecated_pkgs.system: nixpkgs is deprecating pkgs.system (4ac85dd)

1.0.1 (2025-10-14)

Bug Fixes

  • tables: fixed edge case that allowed duplicate tables to be valid (9dccf39)

1.0.0 (2025-10-04)

Features

0.0.15 (2025-10-04)

Bug Fixes

  • decode_defaults: now always recursively updates the defaults if provided (6d15b51)
  • decode_defaults: now always recursively updates the defaults, heading or inline (68f610f)

0.0.14 (2025-10-03)

Bug Fixes

  • encode: mixed/sparse tables (e48cfee)
  • encode: mixed/sparse tables (cc1bb10)

0.0.13 (2025-10-01)

Bug Fixes

  • decode_to_defaults: == to != (a4d4c85)

0.0.12 (2025-10-01)

Bug Fixes

  • decode: all decode bugs fixed, but unsure about API again (54769b4)
  • decode: all decode bugs fixed, but unsure about API again (c0ea87e)

0.0.11 (2025-09-26)

Bug Fixes

  • errors: better error messages for decode (4917d5b)

0.0.10 (2025-09-26)

Bug Fixes

  • errors: better error messages at EOF (f122628)

0.0.9 (2025-09-25)

Bug Fixes

  • types: type info now accessible (a38e9a0)

0.0.8 (2025-09-25)

Bug Fixes

  • inline_decode: inline tables are closed in all situations (d553817)

0.0.7 (2025-09-24)

Bug Fixes

  • encode: should now output more headings rather than inline toml (9cf77a7)

0.0.6 (2025-09-22)

Bug Fixes

0.0.5 (2025-09-22)

Bug Fixes

  • spec: inline properly prevents further setting in all cases now (d20dd52)

0.0.4 (2025-09-22)

Bug Fixes

  • dates: dates improved (but not fixed entirely) (43744c5)

0.0.3 (2025-09-22)

Bug Fixes

  • debug_method: debug method doesnt build everywhere apparently (080e933)

0.0.2 (2025-09-22)

Bug Fixes

  • array_headings: ok, biggest bug down (9a99364)

0.0.1 (2025-09-21)

Bug Fixes

  • encode: mixed table output (39c0edb)

0.0.0 (2025-09-20)

Bug Fixes

  • opts: fix fail from adding overflow errors (9f29832)