New and Noteworthy in OpenAPI Studio V3.1.3[edit]

137 - Editor data stays open in OpenAPI Studio The Editor was not properly disposed of upon close. This could lead to memory issues.


139 - Preserve insertion order for schema properties Schema properties were randomly added to the parent schema. This has been improved to retain the insertion order.


Apiv3.1.2-order.png

138 - Normalized name does not handle uppercased text Normalizing the name would not create readable text when the field's text is all capitals. Now all words are set to lowercase before normalizing.


Normalized.png


Smaller Issues[edit]

I40 - When trying to set a property of object as "required" nothing happens.
When setting the 'required' property it immediately turned back to not set. This has been fixed.