Skip to content

Releases: BirdeeHub/tomlua

v1.1.0

Choose a tag to compare

@BirdeeHub BirdeeHub released this 05 May 05:48
b45c00b

1.1.0 (2026-05-05)

Features

  • cli: bin/tomlua for quick cli access (9f3b92a)
  • cli: tomlua command (0464f99)

v1.0.2

Choose a tag to compare

@BirdeeHub BirdeeHub released this 04 Nov 03:51
fe544b5

1.0.2 (2025-11-04)

Bug Fixes

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

v1.0.1

Choose a tag to compare

@BirdeeHub BirdeeHub released this 14 Oct 16:08
5e8cd99

1.0.1 (2025-10-14)

Bug Fixes

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

v1.0.0

Choose a tag to compare

@BirdeeHub BirdeeHub released this 04 Oct 07:29
bd20df6

1.0.0 (2025-10-04)

Features

v0.0.15

Choose a tag to compare

@BirdeeHub BirdeeHub released this 04 Oct 00:23
53b2046

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

Choose a tag to compare

@BirdeeHub BirdeeHub released this 03 Oct 07:51
80b9d33

0.0.14 (2025-10-03)

Bug Fixes

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

v0.0.13

Choose a tag to compare

@BirdeeHub BirdeeHub released this 01 Oct 13:53
f09f113

0.0.13 (2025-10-01)

Bug Fixes

  • decode_to_defaults: == to != (a4d4c85)

v0.0.12

Choose a tag to compare

@BirdeeHub BirdeeHub released this 01 Oct 13:17
b1de5a8

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

Choose a tag to compare

@BirdeeHub BirdeeHub released this 26 Sep 10:28
f8fd38d

0.0.11 (2025-09-26)

Bug Fixes

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

v0.0.10

Choose a tag to compare

@BirdeeHub BirdeeHub released this 26 Sep 09:34
5478a1b

0.0.10 (2025-09-26)

Bug Fixes

  • errors: better error messages at EOF (f122628)