Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 693 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 693 Bytes

CHANGELOG

[3.0.6] - 2021-09-30

Added

  • "Server started at ..." 前增加 "ERROR:X API registered failed."

Changed

  • HttpServer.onInputBufferError 改为 call.error('InputBufferError')
  • 替换 colorschalk

[3.0.5] - 2021-08-14

Added

  • Optimize log for sendMsg and broadcastMsg
  • Return Internal Server Error when SendReturnErr occured

Changed

  • Remove error API not return anything
  • handler of client.listenMsg changed to (msg, msgName, client)=>void

Fixed

  • NodeJS 12 compability issue (Uint8Array and Buffer is not treated samely)

[3.0.3] - 2021-06-27

Added

  • server.listenMsg would return handler that passed in