Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

v2.3.0

Choose a tag to compare

@albertcht albertcht released this 04 May 15:33
· 495 commits to master since this release
8ff56b2

Fix

  • Reset view's container in sandbox.
  • Inject request param on websocket's connect callback.
  • Improve callOnConnect function.

Features

  • Add close function for websocket.
  • Improve ob for debugging while handling request.
  • Apply sandbox to websocket pipeline.
  • Add websocket middleware for connect callback request.
  • Add user-related websocket functions.

Changes

  • Add cookie to pre-resolved list in sandbox.
  • Detele toAll, joinAll, deleteAll, addAll functions in websocket and make to, join, delete, add available for single for multiple params.