Releases: rojo-rbx/rojo
Releases · rojo-rbx/rojo
v0.4.0 Prerelease 3
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
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.jsonformat (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
gameas a partition target causes errors (#26)
v0.4.0 Prerelease 1
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
v0.3.1
v0.3.0
- 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
- Plugin only release
- Tightened
initfile 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.