Skip to content

Releases: rojo-rbx/rojo

v0.3.0

14 Dec 08:24
Compare
Choose a tag to compare
  • Factored out the plugin into a separate repository
  • 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)

v0.2.3

04 Dec 08:21
Compare
Choose a tag to compare
  • Plugin only release
  • Tightened init file rules to only match script files
    • Previously, Rojo would sometimes pick up the wrong file when syncing

This version of the plugin may be a little bit larger due to inclusion of Roact, Rodux, and RoactRodux in the distribution. They aren't used yet.

v0.2.2

01 Dec 23:20
Compare
Choose a tag to compare
  • Plugin only release
  • Fixed broken reconciliation behavior with init files

v0.2.1

01 Dec 10:53
Compare
Choose a tag to compare
  • Plugin only release
  • Changes default port to 8000

v0.2.0

01 Dec 10:10
Compare
Choose a tag to compare
  • Support for init.lua like rbxfs and rbxpacker
  • More robust syncing with a new reconciler

v0.1.0

30 Nov 01:40
Compare
Choose a tag to compare
  • Initial release, functionally very similar to rbxfs