Release 0.5.0 stable (#234)

* This should be everything?

* Add contributing guide
This commit is contained in:
Lucien Greathouse
2019-08-27 14:14:48 -07:00
committed by GitHub
parent 53793f7dd2
commit 91caa67e04
7 changed files with 57 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ It would turn into instances in this shape:
{: align="center" }
!!! warning
Starting in Rojo 0.5.0 Beta 1, the `Name` field is no longer required. The name of the top-level instance in a JSON model is now based on its file name, and the `Name` field is now ignored.
Starting in Rojo 0.5.0 (stable), the `Name` field is no longer required. The name of the top-level instance in a JSON model is now based on its file name, and the `Name` field is now ignored.
Rojo will emit a warning if the `Name` field is specified and does not match the file's name.