github.com/emreu/go-swagger@v0.22.1/notes/v0.7.0.md (about)

     1  # Change Log
     2  
     3  ## [0.7.0](https://github.com/go-swagger/go-swagger/tree/0.7.0) (2016-10-09)
     4  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/0.6.0...0.7.0)
     5  
     6  **Implemented enhancements:**
     7  
     8  - embedded ui
     9  - allows for configuring generation process for layout on disk and templates
    10  
    11  **Closed issues:**
    12  
    13  - Can't install swagger command in Go 1.6. [\#679](https://github.com/go-swagger/go-swagger/issues/679)
    14  - Generating a model from an inline response schema [\#676](https://github.com/go-swagger/go-swagger/issues/676)
    15  - No way to generate type `int` \(always uses `int64`\) [\#675](https://github.com/go-swagger/go-swagger/issues/675)
    16  - Question: After set authentication , CROS handler doesn't work [\#663](https://github.com/go-swagger/go-swagger/issues/663)
    17  - Swagger\_linux\_amd64 does not match master branch of go-swagger [\#647](https://github.com/go-swagger/go-swagger/issues/647)
    18  
    19  **Merged pull requests:**
    20  
    21  - add a command to serve a docs ui [\#683](https://github.com/go-swagger/go-swagger/pull/683) ([casualjim](https://github.com/casualjim))
    22  - Allow x-nullable for nested models [\#682](https://github.com/go-swagger/go-swagger/pull/682) ([dnephin](https://github.com/dnephin))
    23  - Multi success for client [\#681](https://github.com/go-swagger/go-swagger/pull/681) ([casualjim](https://github.com/casualjim))
    24  - Bug fixes for generating operation models [\#680](https://github.com/go-swagger/go-swagger/pull/680) ([dnephin](https://github.com/dnephin))
    25  - add a NewXxxParamsWithContext method to the generated client [\#677](https://github.com/go-swagger/go-swagger/pull/677) ([casualjim](https://github.com/casualjim))
    26  - Make the template for schematype and structfield  more readable. [\#674](https://github.com/go-swagger/go-swagger/pull/674) ([dnephin](https://github.com/dnephin))
    27  - Ignore embedded structs with tag json:"-" [\#672](https://github.com/go-swagger/go-swagger/pull/672) ([gaplyk](https://github.com/gaplyk))
    28  - Fix appveyor [\#671](https://github.com/go-swagger/go-swagger/pull/671) ([casualjim](https://github.com/casualjim))
    29  - Default https host before mutating it. [\#666](https://github.com/go-swagger/go-swagger/pull/666) ([eicca](https://github.com/eicca))
    30  - adds a context method to the api builder [\#664](https://github.com/go-swagger/go-swagger/pull/664) ([casualjim](https://github.com/casualjim))
    31  - Example project for a generating a streaming server [\#662](https://github.com/go-swagger/go-swagger/pull/662) ([nelz9999](https://github.com/nelz9999))
    32  - add constants for string enums [\#660](https://github.com/go-swagger/go-swagger/pull/660) ([rgarcia](https://github.com/rgarcia))
    33  - Gen layout configfile [\#658](https://github.com/go-swagger/go-swagger/pull/658) ([casualjim](https://github.com/casualjim))
    34  - Correcting typo [\#657](https://github.com/go-swagger/go-swagger/pull/657) ([nathj07](https://github.com/nathj07))
    35  - adds viper to vendor [\#655](https://github.com/go-swagger/go-swagger/pull/655) ([casualjim](https://github.com/casualjim))
    36  - Fix up server logs [\#652](https://github.com/go-swagger/go-swagger/pull/652) ([CJTozer](https://github.com/CJTozer))
    37