Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

v2.6.0 (Feb 22)

Compare
Choose a tag to compare
@Nishchit14 Nishchit14 released this 24 Feb 05:13
· 9 commits to main since this release
3f3d734

New Features

Status bar (Platform)
Tooltip added for social network icons

Filter connection logs (SocketIO/WS requests)
Socket.IO and WebSocket requests now support filter logs. Where logs can be filtered by their action and for the specific event. #3 @priyank6796

Actions type

  • Send: Logs that were sent for a specific event
  • Receive: Logs that were received for a specific event
  • System: System logs that contain: connection opening, closing, handshaking, and error logs
  • Ack: Logs received as an Acknowledgement

filter-log

On connect listeners

Add multiple events to listen on connection open by separating , in Socket.IO request

on-connect-listeners

Enhancements & Bug fixes

  • Unable to access last logs overlapped by log preview element issue fixed.

  • Now can emit and save the emitter without args #199 @victorvorobev.

  • The URL will be shown without encoding in the URL bar for easiness.

  • Request and response payload will be displayed in a wrapped format.

  • The request and response payload formatting options menu will be toggled on by default.\

  • [Feature Request] Add button in UI to open the console #201 @DanTalash

    Open dev tool

  • Scrollbar in the editor is difficult to use #202 @DanTalash

  • Exceptions do not get logged in the console, or otherwise shown #203 @DanTalash

    allow-to-log

Thanks to all contributors

#3 @priyank6796
#199 @victorvorobev
#201, #202, #203 @DanTalash