forked from rojo-rbx/rojo
1.3 KiB
1.3 KiB
Rojo Change Log
Current Master
- Fixed using a service as the target of a partition (part of #11)
- There are still cases that will trigger errors, like putting an
init.luafile inside of a service. - Note that the contents of the service will be synced with the filesystem, so any existing items will be deleted!
- There are still cases that will trigger errors, like putting an
- Fixed server when using a file as a partition
- Previously, trailing slashes were put on the end of a partition even if the read request was an empty string. This broke file reading on Windows when a partition pointed to a file instead of a directory!
- Started running automatic tests on Travis CI (#9)
- This is only for the server right now
- Soon, I'll upgrade Lemur to have APIs necessary for testing plugins and start testing the plugion portion of Rojo as well.
0.2.3
- Plugin only release
- Tightened
initfile rules to only match script files- Previously, Rojo would sometimes pick up the wrong file when syncing
0.2.2
- Plugin only release
- Fixed broken reconciliation behavior with
initfiles
0.2.1
- Plugin only release
- Changes default port to 8000
0.2.0
- Support for
init.lualike rbxfs and rbxpacker - More robust syncing with a new reconciler
0.1.0
- Initial release, functionally very similar to rbxfs