PhoenixSwagger v0.8.2 Release Notes
Release Date: 2019-12-12 // about 1 year ago-
- Add support for Phoenix ~> 1.4.9
- Ability to configure json library e.g. config
:phoenix_swagger, json_library: Jason
- Improvements in SwagerUI Plug
- Update dependencies
- Bug fixes
Previous changes from v0.8.1
-
- Fix for crash on non-GET requests
- Fix compilation error running
mix phx.swagger.generate
beforemix compile
- Validate number type in query parameter
- Add
id
andtype
properties to theincluded
-items schema - Add
Schema.nullable
function to set thex-nullable
property - Add
nullable:
option toJsonSchema.relationship
function - Handle
x-nullable
schemas inSchemaTest
- Add
deprecated
flag for operations