Releases: dotnet/HttpRepl
Releases · dotnet/HttpRepl
v3.0.0-preview.19459.2
Updated preview release.
In this release, we changed the name of the assembly from dotnet-httprepl
to just httprepl
.
This means you can now execute the tool from the command line simply by typing httprepl
- you no longer need the dotnet-
or dotnet
prefix.
Available via NuGet.
v3.0.0-preview.19455.3
Updated preview release. Changes include:
- The
ui
command is now more flexible. Instead of always trying to open[baseAddress]/swagger
, you can now pass the url as a parameter (e.g.ui /swaggerUI
) for one-off execution or set a preference (swagger.uiEndpoint
) so it always uses a different address. - When issuing a command that requires a request body (e.g.
POST
), the temporary file created for editing will now be created with the appropriate file extension, if possible, so that your editor can provide colorization, completion, etc. as appropriate. - Prompt indicator changed from
~
to>
to better align with user expectations of those two characters. - When listed in the output of the
cd
orls
/dir
command, HTTP verbs (e.g. GET, POST, etc.) will now always be displayed uppercase to match the HTTP spec. - Several bug fixes.
v3.0.0-preview.19423.2
Updated preview release. Changes include:
- New
connect
command that handles auto-detection of swagger definition, directory structure setup, automatic base address setup, etc. See documentation for usage info. - Removal of the
set swagger
command, as the functionality was replaced by theconnect
command - Removal of the auto-detection features of the
set base
command, as the functionality was replaced by theconnect
command - Numerous bug fixes
Available via NuGet.
v3.0.0-preview.19370.1
Initial preview release. Available via nuget.