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