Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lukeautry/tsoa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drothmaler/tsoa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 18, 2019

  1. Allow relative locations for OpenApi server URLs

    OpenApi 3.0 allows to no specify a scheme/host in the server URL part,
    in which case the scheme/host of the location where the document is
    served from should then be used by follup consumers.
    Until now if nothing special was specified always localhost:3000 was
    taken as default.
    To not break backwards compatability only enable relative locations when
    explicitly specifying "null" as host.
    
    This should most likely be changed with a new major breaking version.
    
    Fixes: #540
    Jan Reusch committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    185496c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Move spec definition inside test

    Jan Reusch committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    c6cbd41 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Add ability to handle streams returned from controller (#552)

    * add ability to handle streams returned from controller
    
    * add test case for streamed buffer
    
    * reuse BufferType for Streamable results
    
    * improve stream ducktyping in express template
    jtfell authored and WoH committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    0df645d View commit details
    Browse the repository at this point in the history
  2. Add unknown type

    WoH committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    21a995b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #547 from jreusch/v3_enable_relative_locations

    Allow relative locations for OpenApi server URLs
    dgreene1 authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    bd26f74 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #559 from WoH/unknown

    Add unknown type (2.x)
    dgreene1 authored Jan 10, 2020
    Configuration menu
    Copy the full SHA
    5380a4f View commit details
    Browse the repository at this point in the history
  5. v2.5.12

    dgreene1 committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ac0065a View commit details
    Browse the repository at this point in the history
Loading