Skip to content

Latest commit

 

History

History
153 lines (140 loc) · 16 KB

CHANGELOG.md

File metadata and controls

153 lines (140 loc) · 16 KB

Changelog

v1.5.0 (2020-01-04)

Full Changelog

Implemented enhancements:

  • Can WSDL be implemented, similar to SoapUI? #461
  • Raw Request Body should be supported to format the JSON string #446
  • Ability to send Binary data using Postwoman #415
  • Custom request method #398
  • [request]: CLI possibilities #363
  • Feature request: OAuth header support/integration #358
  • i18n support #348
  • Separate layers in dockerfile to improve image build #339
  • Internal server environment usage requirements #336
  • Server Sent Events #329
  • Generate API documentation #326
  • Auth info on WebSocket connections #321
  • Set response panel to fullscreen #320
  • Graphql support #312
  • Keyboard shortcuts #302
  • File/binary request body support #298
  • It's possible to tab into read only and non-form elements #287
  • Change cursor to disabled on disabled inputs #286
  • Hover Styling on Inputs #285
  • Focus Styles on Buttons #284
  • Missing Focus on Inputs #279
  • Download the request result into a file. #278
  • Improve UI Contrast #277
  • Extend syntax highlighting with ACE for pre-request script textarea #235
  • Store pre-request scripts in history #233
  • Store the time spent on fetching a response #225
  • Cache view #188
  • chore: stick to Vue.js best practices #432 (jamesgeorge007)
  • Header key autocompletion #421 (AndrewBastin)
  • Custom methods support #400 (liyasthomas)
  • Two Way Data Binding (v-model) to Ace Editor component #379 (AndrewBastin)
  • Basic i18n support #351 (liyasthomas)
  • Undo header/param/body param deletion #350 (AndrewBastin)
  • Added ability to run GraphQL queries #346 (AndrewBastin)
  • refactor: minor improvements #343 (jamesgeorge007)

Fixed bugs:

  • WebSocket page freezes when pasting long URL #471
  • API Documentation won't be generated #456
  • Sharing Requests via link is not working #435
  • URL input text is so stutters #412
  • Save to collections after deleting all the collections causes an error page #390
  • Bearer token doesn’t work with CORS when only authorization header is allowed #353
  • Make the UI more compact #314
  • Allow reserved characters on websocket URI #289
  • Unable to edit or delete row in history table #281
  • Allow url request with / at eol #275
  • [request] localhost support #274
  • Code generation for Fetch request type of some methods (POST, PUT, PATCH) won't be shown #268
  • [BUG] [UI] [Mobile] Get results not scrollable. #266
  • POSTing large raw JSON packets #265

Closed issues:

  • Module not found: Error: Can't resolve '../.postwoman/version.json' #457
  • * ../.postwoman/version.json in ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib??vue-loader-options!./layouts/default.vue?vue&type=script&lang=js& friendly-errors 11:12:37 #448
  • npm run dev module was not found: ../.postwoman/version.json #442
  • graphql and websocket work, but http and https do not #441
  • Can I test localhost? #433
  • No 'Access-Control-Allow-Origin' #426
  • When uninstall the PWA the "install PWA" link in postwoman.io isn't appear anymore #419
  • Toggling options will reset the UI to English #417
  • Oh my dear god why don't we just wrap it in electron #413
  • UI improvement suggestion for request method drop down #409
  • Can I share a request with my team? #408
  • Does it not support the post method? #403
  • Post can't send request #401
  • [Bug] fix header icons overlap #399
  • Improve translate for pt-BR (i18n) #395
  • Raw input disabled is not working properly #394
  • Input area is not clearly to identify for users because the dark mode #393
  • [UX] Setting to make sidebar buttons small #389
  • [UX] Improve responsive breaking points #388
  • [UX] Hide history/collections #387
  • Clearing shortcut overrides browser default #374
  • Proxy server default configuration #373
  • Intent to translate #367
  • Static builds on releases #352
  • fix:SSE onclose handle #349
  • ⏬ Import a Postman's Collection #333
  • [Request] Use responses for next request? #324
  • Make response body area expandable #294
  • Mobile can't see console for request errors #283
  • Duplicated query string in generated code #272
  • Query parameters are duplicated #271
  • Generated code is incorrect #269
  • Lacking documentation and wiki #232
  • I can't send POST method #210
  • Handling request failures when build number is obtained from GitHub #122

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator