Skip to content

Releases: BirdeeHub/tomlua

v1.0.2

04 Nov 03:51
fe544b5

Choose a tag to compare

1.0.2 (2025-11-04)

Bug Fixes

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

v1.0.1

14 Oct 16:08
5e8cd99

Choose a tag to compare

1.0.1 (2025-10-14)

Bug Fixes

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

v1.0.0

04 Oct 07:29
bd20df6

Choose a tag to compare

1.0.0 (2025-10-04)

Features

v0.0.15

04 Oct 00:23
53b2046

Choose a tag to compare

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)

v0.0.14

03 Oct 07:51
80b9d33

Choose a tag to compare

0.0.14 (2025-10-03)

Bug Fixes

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

v0.0.13

01 Oct 13:53
f09f113

Choose a tag to compare

0.0.13 (2025-10-01)

Bug Fixes

  • decode_to_defaults: == to != (a4d4c85)

v0.0.12

01 Oct 13:17
b1de5a8

Choose a tag to compare

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)

If I can make it faster by making inline not overwrite and also append when reading to a defaults table, I will.

Still a work in progress.

v0.0.11

26 Sep 10:28
f8fd38d

Choose a tag to compare

0.0.11 (2025-09-26)

Bug Fixes

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

v0.0.10

26 Sep 09:34
5478a1b

Choose a tag to compare

0.0.10 (2025-09-26)

Bug Fixes

  • errors: better error messages at EOF (f122628)

v0.0.9

25 Sep 07:38
3af2528

Choose a tag to compare

0.0.9 (2025-09-25)

Bug Fixes

  • types: type info now accessible (a38e9a0)