All Versions
16
Latest Version
Avg Release Cycle
95 days
Latest Release
1191 days ago

Changelog History
Page 2

  • v0.6.0 Changes

    May 03, 2017
    • Use phoenix 1.3 conventions for mix tasks and module names
    • Add PhoenixSwagger.SchemaTest module for response validation
    • Swagger UI plug redirects / to /index.html automatically avoiding errors when fetching assets.
    • Swagger UI configured to list all operations by default
  • v0.5.1 Changes

    March 29, 2017
    • Allow property schemas to be declared inline using Schema.new macro
    • Allow schemas to include an example
    • Add support for discriminator in polymorphic schemas
    • Do not set a host if a url has not been provided
    • Ability to validate boolean values
  • v0.5.0 Changes

    March 13, 2017
    • Include swagger-ui plug PhoenixSwagger.Plug.SwaggerUI
    • Allow for a list of types on PhoenixSwagger.Schema.type
    • Fix not running all doctests
    • Fix ArgumentError in Phoenix.Swagger.Generate when routing to plug with keyword opts #58
  • v0.4.2 Changes

    February 22, 2017
    • Fix FunctionClauseError in response when no produces mime type defined on an operation.
  • v0.4.1 Changes

    February 21, 2017
    • Fix compilation errors when using PhoenixSwagger.JsonApi macros
  • v0.4.0 Changes

    February 20, 2017
    • Add PhoenixSwagger.Schema module that provides a structure which represents swagger schema.
    • Add swagger_schema macro to build a swagger schema.
    • New JSON-API helpers.
    • Provide documentation with ex_doc.
    • And other changes from @everydayhero fork.