Flask RestPlus v0.5.0 Release Notes

    • ๐Ÿ‘ Allow shorter syntax to set operation id: @api.doc('my-operation')
    • โž• Added a shortcut to specify the expected input model: @api.expect(my_fields)
    • โž• Added title attribute to fields
    • โž• Added @api.extend() to extend models
    • Ensure coherence between required and allow_null for NestedField
    • ๐Ÿ‘Œ Support list of primitive types and list of models as body
    • โฌ†๏ธ Upgraded to latest version of Swagger UI
    • ๐Ÿ›  Fixes