0.6.0 (2024-10-31)
0.5.0 (2024-10-24)
0.4.1 (2024-06-27)
- make
parse_spanned
take a table instead of a string (fa78930)
0.4.0 (2024-06-27)
- fix Darwin compilation (086f847)
0.3.6 (2024-04-07)
- rockspec: add dependencies + build_dependencies (a9d269a)
0.3.5 (2024-04-07)
- rockspec: re-add rockspec template (42095bf)
0.3.4 (2024-04-07)
0.3.3 (2024-04-04)
- luarocks: add rockspec template (f022e57)
0.3.2 (2024-04-04)
- set package name in luarocks.yml (ba84b6c)
0.3.1 (2024-04-03)
- proper naming in luarocks.yml (ee64612)
0.3.0 (2024-04-03)
parse_as_tbl
function to parse tables that can be looped over (768e81f)
0.2.1 (2024-03-04)
0.2.0 (2024-03-03)
- don't depend on luarocks-build-rust-mlua (0df05df)
0.1.5 (2023-12-29)
- support inline tables (f673182)
0.1.4 (2023-11-23)
- fixes related to
nil
indexing and table initialization (f6efdab) - remove warnings from code (04a2627)
0.1.3 (2023-09-21)
- add better error messages in __setindex, fix CI issues (efe2ce1)
0.1.2 (2023-09-21)
- ci: make luarocks workflow work (79b15f9)
0.1.1 (2023-09-16)
unimplemented()
->todo()
(a40bf6d)
- do not error when a key is not found, simply return
nil
- add better error handling for __index metamethod (1cc2d41)
- add support for inline tables (48f5902)
- initial commit (9cbc4bf)
- initial working commit (ff3f32d)
- support
None
items, don't usereturn
s (3952fff) - support arrays (03cbecc)
- do not error when a key is not found, simply return
nil
(4214ec6)