github.com/AngusLu/go-swagger@v0.28.0/notes/v0.12.0.md (about)

     1  # Change Log
     2  
     3  ## [0.12.0](https://github.com/go-swagger/go-swagger/tree/0.12.0) (2017-09-11)
     4  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/0.11.0...0.12.0)
     5  
     6  **Implemented enhancements:**
     7  
     8  - Flag to add a licence/copyright header on generated files  [\#307](https://github.com/go-swagger/go-swagger/issues/307)
     9  
    10  **Closed issues:**
    11  
    12  - No properties generated in json file for swagger:response [\#1161](https://github.com/go-swagger/go-swagger/issues/1161)
    13  - Can't read $ref Schema properties [\#1159](https://github.com/go-swagger/go-swagger/issues/1159)
    14  - No change to generated code when required is set to true or false for formData parameter of type file [\#1151](https://github.com/go-swagger/go-swagger/issues/1151)
    15  - Invalid code generation - redeclares the same function twice [\#1145](https://github.com/go-swagger/go-swagger/issues/1145)
    16  - is there any option to specify the correct import prefix [\#1142](https://github.com/go-swagger/go-swagger/issues/1142)
    17  - go-openapi/runtime/security - not added to the imports - undefined: security [\#1137](https://github.com/go-swagger/go-swagger/issues/1137)
    18  - Struct with \[\]byte field has wrong type [\#1136](https://github.com/go-swagger/go-swagger/issues/1136)
    19  - How to specify the header name in a Parameters or Response definition? [\#1135](https://github.com/go-swagger/go-swagger/issues/1135)
    20  - Broken go get github.com/go-swagger/go-swagger/cmd/swagger after PR \(\#1130\) [\#1131](https://github.com/go-swagger/go-swagger/issues/1131)
    21  - Generation with custom Template [\#1129](https://github.com/go-swagger/go-swagger/issues/1129)
    22  - go 1.7.x only supported atm ? [\#1127](https://github.com/go-swagger/go-swagger/issues/1127)
    23  - go-swagger route can't handle Chinese characters properly [\#1116](https://github.com/go-swagger/go-swagger/issues/1116)
    24  - Add 'db' tag to struct [\#1113](https://github.com/go-swagger/go-swagger/issues/1113)
    25  - Client code is missing handling of joined\<paramName\> when parameter is in path [\#1111](https://github.com/go-swagger/go-swagger/issues/1111)
    26  - import's are incorrectly generated if $GOPATH is on a symlink [\#1059](https://github.com/go-swagger/go-swagger/issues/1059)
    27  - Code gen: undefined: swag in swag.IsZero [\#656](https://github.com/go-swagger/go-swagger/issues/656)
    28  
    29  **Merged pull requests:**
    30  
    31  - Test model generator [\#1164](https://github.com/go-swagger/go-swagger/pull/1164) ([joshq00](https://github.com/joshq00))
    32  - Generate models that have x-go-type [\#1163](https://github.com/go-swagger/go-swagger/pull/1163) ([joshq00](https://github.com/joshq00))
    33  - More than one tag on a path causes redundancy in directory structure [\#1160](https://github.com/go-swagger/go-swagger/pull/1160) ([EleanorRigby](https://github.com/EleanorRigby))
    34  - Bugfix/lint errors [\#1156](https://github.com/go-swagger/go-swagger/pull/1156) ([kenjones-cisco](https://github.com/kenjones-cisco))
    35  - Feature: Add Authorizer support [\#1155](https://github.com/go-swagger/go-swagger/pull/1155) ([kenjones-cisco](https://github.com/kenjones-cisco))
    36  - Implement `required:false` for parameter of type File [\#1154](https://github.com/go-swagger/go-swagger/pull/1154) ([khyew](https://github.com/khyew))
    37  - New swagger:ignore annotation to explicitly ignore extraneous models [\#1152](https://github.com/go-swagger/go-swagger/pull/1152) ([iamtheddrman](https://github.com/iamtheddrman))
    38  - Issue \# 1059 : import's are incorrectly generated if $GOPATH is on a symlink.  [\#1150](https://github.com/go-swagger/go-swagger/pull/1150) ([EleanorRigby](https://github.com/EleanorRigby))
    39  - Adds a Copyright comment header to auto generated code files. [\#1148](https://github.com/go-swagger/go-swagger/pull/1148) ([EleanorRigby](https://github.com/EleanorRigby))
    40  - update-vendor [\#1132](https://github.com/go-swagger/go-swagger/pull/1132) ([casualjim](https://github.com/casualjim))
    41  - Update vendor [\#1130](https://github.com/go-swagger/go-swagger/pull/1130) ([casualjim](https://github.com/casualjim))
    42  - Fixing Un/MarshalJSON calls for polymorphic types [\#1128](https://github.com/go-swagger/go-swagger/pull/1128) ([nickrmc83](https://github.com/nickrmc83))
    43  - Copying missing "existing-models" option [\#1125](https://github.com/go-swagger/go-swagger/pull/1125) ([nickrmc83](https://github.com/nickrmc83))
    44  - Ensure extend string formats are validated [\#1124](https://github.com/go-swagger/go-swagger/pull/1124) ([benpye](https://github.com/benpye))
    45  - add support for strfmt.ObjectId [\#1123](https://github.com/go-swagger/go-swagger/pull/1123) ([ultimateboy](https://github.com/ultimateboy))
    46  - Correctly validate each element in array parameter [\#1119](https://github.com/go-swagger/go-swagger/pull/1119) ([benpye](https://github.com/benpye))
    47  - Add path array param [\#1112](https://github.com/go-swagger/go-swagger/pull/1112) ([marclop](https://github.com/marclop))
    48  - Add default imports in templates [\#1110](https://github.com/go-swagger/go-swagger/pull/1110) ([JrCs](https://github.com/JrCs))
    49  - Fix typo in configureAPI logger example [\#1108](https://github.com/go-swagger/go-swagger/pull/1108) ([sapk](https://github.com/sapk))
    50  
    51  
    52  \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*