PhoenixSwagger v0.8.1 Release Notes

Release Date: 2018-07-05 // over 5 years ago
    • Fix for crash on non-GET requests
    • Fix compilation error running mix phx.swagger.generate before mix compile
    • Validate number type in query parameter
    • Add id and type properties to the included-items schema
    • Add Schema.nullable function to set the x-nullable property
    • Add nullable: option to JsonSchema.relationship function
    • Handle x-nullable schemas in SchemaTest
    • Add deprecated flag for operations