Changelog: v4.0.0 → v5.0.0
This version removes all the node specific utility classes and focuses only on being a light wrapper around the SlippiGame for real-time event subscriptions. As a result this library is much leaner - only 97kb (down from 333kb). Also as a result, this library now also works in the browser!
🚀 Major Changes
- Removed deprecated features:
slpFolderStreamandslpLiveStreamhave been removed - Subscription cleanup: Added new method for cleaning up subscriptions (#98)
- Enhanced peer dependency support: Expanded slippi-js peer dependency compatibility to support versions ^6, ^7, ^8, ^9
🐛 Bug Fixes
- Example fixes: Corrected address in dolphin/relay connection example (#89)
- Build fixes: Resolved various build and compilation issues