Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 18:26

This is a small release with a breaking API change and several fixes.

Changes Since 0.10.0

  • Breaking: Reordered parameters of remodel.writeModelFile and remodel.writePlaceFile to accept path first, then content (#81).
  • Added Instance:ClearAllChildren(). (#84)
  • Added remodel.removeFile(path) and remodel.removeDir(path). (#80)
  • Fixed behavior of reading files in .remodel directory. (#83)
  • Changed to rbx_cookie for authentication. (#87)