Skip to content

Added type checking for options, removed assign value function, changed options handling#15

Merged
FourierTransformer merged 12 commits intomainfrom
release/v1.0.0
Jan 10, 2026
Merged

Added type checking for options, removed assign value function, changed options handling#15
FourierTransformer merged 12 commits intomainfrom
release/v1.0.0

Conversation

@FourierTransformer
Copy link
Owner

@FourierTransformer FourierTransformer commented Jan 9, 2026

Changes

  • All options are runtime type checked
  • Default options now specified in the codebase
  • Removed assign_value_function (should offer a nice speedup in regular Lua)
    • Modified decoder tests to re-add toml-test tags, so this is no longer needed
    • NOTE: this does mean that the toml-test fails for non Lua 5.3-5.5.
  • Added comparison table to README with other TOML parsers
  • Can now specify encoding dates/times as strings or tables!

@FourierTransformer FourierTransformer marked this pull request as ready for review January 10, 2026 01:43
@FourierTransformer FourierTransformer merged commit e72f5c4 into main Jan 10, 2026
7 checks passed
@FourierTransformer FourierTransformer deleted the release/v1.0.0 branch January 10, 2026 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant