github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/notes/v0.29.0.md (about)

     1  # Changelog
     2  
     3  ## [v0.29.0](https://github.com/go-swagger/go-swagger/tree/v0.29.0) (2022-01-23)
     4  
     5  [Full Changelog](https://github.com/go-swagger/go-swagger/compare/v0.28.0...v0.29.0)
     6  
     7  **Implemented enhancements:**
     8  
     9  - custom generator / export generation data [\#2055](https://github.com/go-swagger/go-swagger/issues/2055)
    10  
    11  **Closed issues:**
    12  
    13  - crash in swagger generate spec --scan-models [\#2690](https://github.com/go-swagger/go-swagger/issues/2690)
    14  - Support nested body params in map objects. [\#2684](https://github.com/go-swagger/go-swagger/issues/2684)
    15  - My uint's becomes int64 and so does my byte's [\#2677](https://github.com/go-swagger/go-swagger/issues/2677)
    16  - go-swagger generate invalid code [\#2667](https://github.com/go-swagger/go-swagger/issues/2667)
    17  - When go-swagger will have support openApi 3.0 ? [\#2666](https://github.com/go-swagger/go-swagger/issues/2666)
    18  - How to read body in handler? \(using params cause fields to be re-ordered\) [\#2665](https://github.com/go-swagger/go-swagger/issues/2665)
    19  - Add Release Arch for darwin\_arm64 [\#2658](https://github.com/go-swagger/go-swagger/issues/2658)
    20  - Is it possible to the order in which the APIs are shown in swagger [\#2646](https://github.com/go-swagger/go-swagger/issues/2646)
    21  - how to combine swagger doc for multiple services running in different ports into a single SWAGGER UI [\#2645](https://github.com/go-swagger/go-swagger/issues/2645)
    22  - Client generator generates code files with invalid/broken imports [\#2609](https://github.com/go-swagger/go-swagger/issues/2609)
    23  - couldn't find a swagger spec [\#2580](https://github.com/go-swagger/go-swagger/issues/2580)
    24  
    25  **Merged pull requests:**
    26  
    27  - Replace bindata with go:embed [\#2697](https://github.com/go-swagger/go-swagger/pull/2697) ([kaisawind](https://github.com/kaisawind))
    28  - Fixed exclude spec not work issue [\#2696](https://github.com/go-swagger/go-swagger/pull/2696) ([nanjj](https://github.com/nanjj))
    29  - Fix broken docs link to pflag project [\#2695](https://github.com/go-swagger/go-swagger/pull/2695) ([pgier](https://github.com/pgier))
    30  - avoid nil pointer panic [\#2691](https://github.com/go-swagger/go-swagger/pull/2691) ([dirkm](https://github.com/dirkm))
    31  - Add support for nested map property names in errors. [\#2685](https://github.com/go-swagger/go-swagger/pull/2685) ([veleek](https://github.com/veleek))
    32  - enhancement: Add `.Pointer\(\)` method to enums. [\#2680](https://github.com/go-swagger/go-swagger/pull/2680) ([thetorpedodog](https://github.com/thetorpedodog))
    33  - build binaries for Darwin arm64 [\#2671](https://github.com/go-swagger/go-swagger/pull/2671) ([parsnips](https://github.com/parsnips))
    34  - genspec: use schema only for params in body [\#2661](https://github.com/go-swagger/go-swagger/pull/2661) ([crazytyper](https://github.com/crazytyper))
    35  - codescan: use TypeSpec.Doc over GenDecl.Doc [\#2659](https://github.com/go-swagger/go-swagger/pull/2659) ([crazytyper](https://github.com/crazytyper))
    36  
    37  
    38  
    39  \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*