github.com/emreu/go-swagger@v0.22.1/fixtures/diff/kitchensink.diff.txt (about)

     1  NON-BREAKING CHANGES:
     2              =====================
     3               Metadata - Spec.consumes - Added a consumes format <bob>
     4               Metadata - Spec.produces - Deleted produces format <bill>
     5               Metadata - Spec.schemes - Added schemes <https>
     6              /a/:get -> 200 Response- Added response
     7              /a/:get Request - Header.addedHeaderParam : string - Added optional param
     8              /a/:get Request - Header.deletedHeaderParam : string - Deleted optional param
     9              /a/:get Request - Header.headerParam.headerParam : string - Widened type <string.password -> string>
    10              /a/:get Request - Query.changeMaxInt - Widened type <Maximum 200.000000->300.000000>
    11              /a/:get Request - Query.removeMaxInt - Widened type <Exclusive Maximum Removed:true->false>
    12              /a/:get Request - Query.wideryString - Widened type <integer -> string>
    13              
    14              BREAKING CHANGES:
    15              =================
    16               Metadata - Spec Metadata - Changed base path </api -> /apibaby>
    17               Metadata - Spec Metadata - Changed host URL <petstore.swagger.wordnik.com -> petstore.swaggery.wordnik.com>
    18               Metadata - Spec.consumes - Deleted a consumes format <bill>
    19               Metadata - Spec.produces - Added produces format <bob>
    20               Metadata - Spec.schemes - Deleted schemes <http>
    21              /a/:get Request - Query.ObjToPrim - Changed type <obj -> integer>
    22              /a/:get Request - Query.changeMaxInt - Narrowed type <Exclusive Maximum Added:false->true>
    23              /a/:get Request - Query.changeMinInt - Narrowed type <Exclusive Minimum Added:false->true>
    24              /a/:get Request - Query.changeMinInt - Narrowed type <Minimum 200.000000->300.000000>
    25              /a/:get Request - Query.changeyPattern - Changed type <Pattern Changed:*->anewpattern>
    26              /a/:get Request - Query.primToObj : A2 - Changed type <integer -> obj>
    27