Skip to content

Releases: cktan/tomlc17

R260618

Choose a tag to compare

@cktan cktan released this 19 Jun 00:32

What's Changed

  • fix: copy table keys into merged pool in toml_merge by @dutow in #37
  • Track source document name per datum by @dutow in #36

New Contributors

  • @dutow made their first contribution in #37

Full Changelog: R260517...R260618

R20260501

Choose a tag to compare

@cktan cktan released this 01 May 11:14

Maintenance release

R260414 - fixed resource leak when aborting recursion due to stack overflow

Choose a tag to compare

@cktan cktan released this 14 Apr 18:27

What's Changed

  • Fix typos and minor issues (Code Quality) by @Copilot in #23
  • Fix missing va_end in SETERROR by @Copilot in #24

New Contributors

  • @Copilot made their first contribution in #23

Full Changelog: R260323...R260414

R260323 - minor fix

Choose a tag to compare

@cktan cktan released this 23 Mar 22:57

Full Changelog: R260302...R260323

R260302 - fix windows build

Choose a tag to compare

@cktan cktan released this 02 Mar 20:54
fe98d4c

What's Changed

New Contributors

Full Changelog: R260223...R260302

R260223

Choose a tag to compare

@cktan cktan released this 23 Feb 19:55

slight optimization and clean up

What's Changed

  • Fix signed overflow parsing dates and times by @skeeto in #21

New Contributors

Full Changelog: R260131...R260223

R260131 - minor release

Choose a tag to compare

@cktan cktan released this 31 Jan 22:12

Full Changelog: R251225...R260131

R251225 - support TOML v1.1

Choose a tag to compare

@cktan cktan released this 26 Dec 02:45

Validated against TOML v1.1

R251129

Choose a tag to compare

@cktan cktan released this 29 Nov 09:22
  • robustness in handling deep stack of dictionaries and arrays

R250712

Choose a tag to compare

@cktan cktan released this 12 Jul 23:23
  • bug fix in C++ access methods
  • add toml::Result class
  • add toml::parse() function