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

Commit 00f34f3

Browse files
committed
Release v0.11.0
1 parent 8d710af commit 00f34f3

File tree

3 files changed

+147
-119
lines changed

3 files changed

+147
-119
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Remodel Changelog
22

33
## Unreleased Changes
4-
* **Breaking:** Reordered parameters of `remodel.writeModelFile` and `remodel.writePlaceFile` to accept path first, then content ([#81](https://github.com/rojo-rbx/remodel/pull/81)).
5-
* Added `remodel.removeFile(path)` and `remodel.removeDir(path)` ([#80](https://github.com/rojo-rbx/remodel/pull/80)).
4+
5+
## 0.11.0 (2022-09-16)
6+
* **Breaking:** Reordered parameters of `remodel.writeModelFile` and `remodel.writePlaceFile` to accept path first, then content ([#81]).
7+
* Added `Instance:ClearAllChildren()`. ([#84])
8+
* Added `remodel.removeFile(path)` and `remodel.removeDir(path)`. ([#80])
9+
* Fixed behavior of reading files in `.remodel` directory. ([#83])
10+
* Changed to `rbx_cookie` for authentication. ([#87])
11+
12+
[#80]: https://github.com/rojo-rbx/remodel/pull/80
13+
[#81]: https://github.com/rojo-rbx/remodel/pull/81
14+
[#83]: https://github.com/rojo-rbx/remodel/pull/83
15+
[#84]: https://github.com/rojo-rbx/remodel/pull/84
16+
[#87]: https://github.com/rojo-rbx/remodel/pull/87
617

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

0 commit comments

Comments
 (0)