PhoenixSwagger v0.8.3 Release Notes

Release Date: 2021-01-15 // over 3 years ago
    • fix broken param parsing caused from Plug 1.11.0
    • allow swagger ui validator url to be customized
    • validatorUrl replaced with configUrl
    • warning messages fixed for Elixir 1.11
    • dialyxir, plug, ex_json_schema and other dependencies are updated to the latests versions

Previous changes from v0.8.2

    • 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