Skip to content

Latest commit

 

History

History
148 lines (69 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

148 lines (69 loc) · 5.89 KB

Changelog

0.4.1 (2024-06-27)

Bug Fixes

  • make parse_spanned take a table instead of a string (fa78930)

0.4.0 (2024-06-27)

Features

Bug Fixes

0.3.6 (2024-04-07)

Bug Fixes

  • rockspec: add dependencies + build_dependencies (a9d269a)

0.3.5 (2024-04-07)

Bug Fixes

  • rockspec: re-add rockspec template (42095bf)

0.3.4 (2024-04-07)

Reverts

  • don't depend on luarocks-build-rust-mlua (b8a29c5)
  • luarocks: add rockspec template (1641c33)

0.3.3 (2024-04-04)

Bug Fixes

  • luarocks: add rockspec template (f022e57)

0.3.2 (2024-04-04)

Bug Fixes

  • set package name in luarocks.yml (ba84b6c)

0.3.1 (2024-04-03)

Bug Fixes

  • proper naming in luarocks.yml (ee64612)

0.3.0 (2024-04-03)

Features

  • parse_as_tbl function to parse tables that can be looped over (768e81f)

0.2.1 (2024-03-04)

Bug Fixes

  • luarocks.yml workflow lacking metadata (c10f5c8)
  • make luarocks workflow automatic (d3feb57)

0.2.0 (2024-03-03)

Features

  • don't depend on luarocks-build-rust-mlua (0df05df)

0.1.5 (2023-12-29)

Bug Fixes

0.1.4 (2023-11-23)

Bug Fixes

  • fixes related to nil indexing and table initialization (f6efdab)
  • remove warnings from code (04a2627)

0.1.3 (2023-09-21)

Bug Fixes

  • add better error messages in __setindex, fix CI issues (efe2ce1)

0.1.2 (2023-09-21)

Bug Fixes

  • ci: make luarocks workflow work (79b15f9)

0.1.1 (2023-09-16)

Bug Fixes

  • unimplemented() -> todo() (a40bf6d)

0.1.0 (2023-09-16)

⚠ BREAKING CHANGES

  • do not error when a key is not found, simply return nil

Features

  • 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 use returns (3952fff)
  • support arrays (03cbecc)

Bug Fixes

  • change library name for mlua detection (71ae442)
  • rename rockspec to proper format (28c1b63)

Code Refactoring

  • do not error when a key is not found, simply return nil (4214ec6)