Fix rojo plugin install by adding Vfs::exists (#1169)

This commit is contained in:
Ken Loeffler
2025-11-21 15:04:34 +00:00
committed by GitHub
parent 015b5bda14
commit 93e9c51204
7 changed files with 51 additions and 9 deletions

View File

@@ -1,11 +1,15 @@
# memofs Changelog
## Unreleased Changes
* Added `Vfs::exists`. [#1169]
* Added `create_dir` and `create_dir_all` to allow creating directories. [#937]
[#1169]: https://github.com/rojo-rbx/rojo/pull/1169
[#937]: https://github.com/rojo-rbx/rojo/pull/937
## 0.3.0 (2024-03-15)
* Changed `StdBackend` file watching component to use minimal recursive watches. [#830]
* Added `Vfs::read_to_string` and `Vfs::read_to_string_lf_normalized` [#854]
* Added `create_dir` and `create_dir_all` to allow creating directories.
[#830]: https://github.com/rojo-rbx/rojo/pull/830
[#854]: https://github.com/rojo-rbx/rojo/pull/854