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

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Sep 17, 2022
1 parent 8d710af commit 00f34f3
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 119 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Remodel Changelog

## Unreleased Changes
* **Breaking:** Reordered parameters of `remodel.writeModelFile` and `remodel.writePlaceFile` to accept path first, then content ([#81](https://github.com/rojo-rbx/remodel/pull/81)).
* Added `remodel.removeFile(path)` and `remodel.removeDir(path)` ([#80](https://github.com/rojo-rbx/remodel/pull/80)).

## 0.11.0 (2022-09-16)
* **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])

[#80]: https://github.com/rojo-rbx/remodel/pull/80
[#81]: https://github.com/rojo-rbx/remodel/pull/81
[#83]: https://github.com/rojo-rbx/remodel/pull/83
[#84]: https://github.com/rojo-rbx/remodel/pull/84
[#87]: https://github.com/rojo-rbx/remodel/pull/87

## 0.10.0 (2022-06-13)
* Switched from `rlua` to `mlua`, which should improve Lua performance slightly. ([#73])
Expand Down
Loading

0 comments on commit 00f34f3

Please sign in to comment.