Skip to content

Releases: rojo-rbx/rojo

v0.4.0 Prerelease 3

22 Feb 07:56

Choose a tag to compare

v0.4.0 Prerelease 3 Pre-release
Pre-release

The server component of Rojo has not changed since v0.4.0 Prerelease 2, so you don't need to download it again.

Changes since prerelease 2:

  • Brand new reconciler that's less naive (#38)
  • Updated documentation

If all goes well, this version will turn into the 0.4.0 release!

v0.4.0 Prerelease 2

04 Feb 15:47

Choose a tag to compare

v0.4.0 Prerelease 2 Pre-release
Pre-release

This release is not compatible with v0.4.0 Prerelease 1! Some small changes may be necessary to upgrade! Upgrades from v0.3.x should not require any changes and should be seamless!

Changes since prerelease 1:

  • Changed .model.json format (and protocol) to be PascalCase instead of camelCase. See the model.json example for an updated example!
  • Added support for Bool and Number values in model.json (#30)
  • Added a sweet new logo!
  • Fixed service targeting regression from prerelease 1 (#29)
  • Syncing into non-default services like TestService now creates those services (#13)

Remaining issues before v0.4.0 release:

  • Using game as a partition target causes errors (#26)

v0.4.0 Prerelease 1

10 Jan 22:54

Choose a tag to compare

v0.4.0 Prerelease 1 Pre-release
Pre-release

This is a prerelease and preview of the new syncing protocol, which includes JSON model syncing!

Attached are the Roblox Studio plugin and Windows binary.

v0.3.2

21 Dec 06:42

Choose a tag to compare

  • Fixed rojo serve failing to correctly construct an absolute root path when passed as an argument
  • Fixed intense CPU usage when running rojo serve

v0.3.1

14 Dec 08:25

Choose a tag to compare

  • Improved error reporting when invalid JSON is found in a rojo.json project
    • These messages are passed on from Serde

v0.3.0

14 Dec 08:24

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

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

Choose a tag to compare

  • Plugin only release
  • Fixed broken reconciliation behavior with init files

v0.2.1

01 Dec 10:53

Choose a tag to compare

  • Plugin only release
  • Changes default port to 8000

v0.2.0

01 Dec 10:10

Choose a tag to compare

  • Support for init.lua like rbxfs and rbxpacker
  • More robust syncing with a new reconciler