Skip to content

Latest commit

 

History

History
98 lines (64 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

98 lines (64 loc) · 5.05 KB

Changelog

Changes

  • Make the example response body editable (#123)

Changes

  • PHP 8 support (#123)

Changes

  • Add Laravel 8 support (#103)
  • Update Tailwind config file (#100)
  • Adding release drafter action (#84)

Fixed

Added

  • Authenticator for auth requests (#76)
  • Laravel 7 support (#71)

Changed

  • Revamped the UI (#73)
  • Change ApiDocsRepository to DocumenterRepository (#79)

Removed

  • Dropped support for Laravel 5.8

Added

  • New request tab to manage query parameters (#64 )
  • Add spotlight search to quickly find the endpoints (#66 )

Added

  • Add response preview (#57)
  • Add auth tab components (#59)
  • Add default header (@cadbac8)

Changed

  • Tidy up the front-end (#60)

Fixed

  • Fixed data-table for request header (@a6bd01a)

Added

  • Add support for sub-domain routing (#83d2541)
  • New header select options component (@8d6d5e8)

Changed

  • Removed forbidden header name from the suggestion list (@c358263)
  • The selected method now saved to storage (@33fbcce)
  • Use a selected method to the request list (@0a322cd)
  • Dropped support for Laravel 5.7 (@eb732c5)

Fixed

  • Fix request body key type dropdown in Firefox (@7806673)

Added

  • Added more options to exclude the routes (#40)
  • Added form urlencoded & raw request body options (#39)

Fixed

  • Fixed render HTTP response time and size components in ResponseTabs.vue (71b7d38)

Added

  • Added HTTP methods component (#26)
  • Added HTTP status component (#32)
  • Added HTTP response size and timing component (#35)

Fixed

  • Fixed redirection route methods (#12)