All Versions
13
Latest Version
Avg Release Cycle
50 days
Latest Release
1232 days ago

Changelog History
Page 1

  • v2020.12.11.114 Changes

    December 11, 2020

    ๐Ÿ›  Fixed the previous bugged release. For some reason, the build succeeded, but the dotnet publish command resulted in an error. I've added additional error handling and fixed the actual build, so it (hopefully) never happens again.

  • v2020.11.20.108 Changes

    November 20, 2020
    • โœ‚ Removed negative conditions from HttPlaceholder. They are not refined enough.
    • ๐Ÿ’ป The search functionality in the UI is now case insensitive.
    • ๐Ÿ”ง Return 501 (Not Implemented) instead of 500 (Internal Server Error) if no stub was configured for the request.
    • โž• Added lazy loading for requests and stubs in the user interface.
    • โšก๏ธ Updated to .NET 5 and upgraded all NuGet packages.
  • v2020.08.23.62 Changes

    August 23, 2020
    • โž• Added reverse proxy response writer.
    • 0๏ธโƒฃ REST API now returns JSON responses by default instead of YAML.
  • v2020.8.8.156 Changes

    August 08, 2020

    โž• Added a complete form to the UI for adding stubs.

  • v2020.7.6.155 Changes

    July 06, 2020
    • ๐Ÿ›  Fixed issue with IIS hosting
  • v2020.4.19.150 Changes

    April 19, 2020
    • โฌ†๏ธ Project upgrade to .NET Core 3.1.
    • โฌ†๏ธ Upgrade and several bug fixes of user interface.
    • ๐Ÿ›  Fixed login issues for UI.
    • ๐Ÿ‘‰ Make all config settings case insensitive.
    • ๐Ÿ‘ Allow command line arguments without values (e.g. you can now do "httplaceholder --usehttps" instead of "httplaceholder --usehttps true")
    • ๐Ÿ›  Fixed issue where PowerShell would append double quotes to "inputFile" property when starting HttPlaceholder.
    • โž• Added SSL private key installation scripts for Windows, Linux and Mac.
    • Also allow YAML stub files which are not in the form of an array.
  • v2019.9.29.149 Changes

    September 29, 2019
    • ๐Ÿ’ป Complete rewrite of UI to material design.
    • โž• Added stub examples to UI to insert when adding new stub.
  • v2019.9.25.148 Changes

    September 25, 2019
    • โฌ†๏ธ Upgrade to ASP.NET Core 3.0
    • 0๏ธโƒฃ If a collection is not set in a REST API post or put call, don't return the AutoMapper default of the collection (empty collection instead of null) after performing a GET.
    • โž• Added a possibility for disabling the user interface.
    • โž• Added some documentation about reverse proxies and fixed the displayed hostname in UI after a request through a reverse proxy is made to Httplaceholder.
    • ๐Ÿ”ง It is possible to configure the application using environment variables now.
  • v2019.9.9.142 Changes

    September 09, 2019
    • ๐Ÿ‘€ Made it possible to see stubs and requests made for a specific tenant / category.
    • Made it possible to download all stubs within a specific tenant / category.
    • ๐Ÿ›  Did a SonarQube analysis and fixed some issues.
  • v2019.8.24.141 Changes

    August 24, 2019
    • โž• Added stub generation based on request.
    • ๐Ÿ”จ Refactored build procedure.
    • โž• Added "pretty print" for posted form values.
    • ๐Ÿ›  Several bug fixes.
    • โž• Added response variable parsers for local and UTC date & time.
    • โž• Added update stub and delete all stubs call.