Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 939 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 939 Bytes

CHANGELOG

0.0.5

Features

  • Define typed lua modules
  • Change each item to only have a single doc comment
  • Restucture definition builder
  • Add *_with method syntax to allow for additional documentation
  • Update readme to better reflect the project
  • Add mlua features and conditionally expose api with those features
  • Restructure crate around exposing mlua becuase of its limitations
  • Add gitignore for derive create
  • Update naming and doc comments

Fixes

  • Set lua to be vendored for when docs.rs is generated
  • Docs.rs generation
  • Fix readme typos
0.0.2
  • Restructure library around exporting mlua
  • Update README to include and example of using the typed module
0.0.1
  • This version is not meant to be used in production, but is release to start being used to figure out what should be changed, removed, and added.
  • Initial beta version with helper macros, helper traits, and lua types.