This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
This is a small release with a breaking API change and several fixes.
Changes Since 0.10.0
- Breaking: Reordered parameters of
remodel.writeModelFile
andremodel.writePlaceFile
to accept path first, then content (#81). - Added
Instance:ClearAllChildren()
. (#84) - Added
remodel.removeFile(path)
andremodel.removeDir(path)
. (#80) - Fixed behavior of reading files in
.remodel
directory. (#83) - Changed to
rbx_cookie
for authentication. (#87)