v2.3.1: Safer internal exception logger for WSAPIClient
Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way.
What's Changed
- feat(): Add licence file by @JJ-Cro in #95
- fix(2.3.1): improve error handling in WebSocket client, fix circular error by @JJ-Cro in #96
Full Changelog: v2.3.0...v2.3.1