mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Add JSONC Support for Project, Meta, and Model JSON files (#1144)
Replaces `serde_json` parsing with `jsonc-parser` throughout the codebase, enabling support for **comments** and **trailing commas** in all JSON files including `.project.json`, `.model.json`, and `.meta.json` files. MSRV bumps from `1.83.0` to `1.88.0` in order to use the jsonc_parser dependency.
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
* Added `sourcemap.json` into the defualt `.gitignore` files ([#1145])
|
||||
* Fixed a bug where the last sync timestamp was not updating correctly in the plugin ([#1132])
|
||||
* Improved the reliability of sync replacements by adding better error handling and recovery ([#1135])
|
||||
* Added support for JSON comments and trailing commas in project, meta, and model json files ([#1144])
|
||||
|
||||
[#1145]: https://github.com/rojo-rbx/rojo/pull/1145
|
||||
[#1132]: https://github.com/rojo-rbx/rojo/pull/1132
|
||||
[#1135]: https://github.com/rojo-rbx/rojo/pull/1135
|
||||
[#1144]: https://github.com/rojo-rbx/rojo/pull/1144
|
||||
|
||||
## 7.6.0 - October 10th, 2025
|
||||
* Added flag to `rojo init` to skip initializing a git repository ([#1122])
|
||||
|
||||
Reference in New Issue
Block a user