FourierTransformer e72f5c4392
Added encode_datetime_as, removed assign value function, and added type checking for options (#15)
## 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!_
2026-01-09 19:52:20 -06:00
..
2026-01-03 13:45:52 -06:00