Skip to content

0.3.3

Latest
Compare
Choose a tag to compare
@nezuo nezuo released this 24 Aug 19:14
  • Files now use the .luau extension instead of .lua. (#61)
  • Switched wally realm to shared. This means Lapis can be used as a shared or server dependency. (#62)
  • beforeClose and beforeSave now throw an error if they yield. For more information, see the PR. (#64)
  • Added Collection:remove to remove the data from a document. (#65)
  • Session locks will now be removed from documents if Document:close fails for the following reasons: (#66)
    • beforeSave/beforeClose threw an error.
    • validate threw an error.
    • validate didn't return true.
  • DataStoreKeyInfo:GetMetadata() is now preserved. Before, it would be erased anytime a Document was saved or closed. (#67)