Version 3.0.0
Changelog
- Utilise the new
@slippi/slippi-js
SDK. This allows us to remove a lot of unnecessary code since a lot of code has been moved to the@slippi/slippi-js
library - The old reference to
SlpStream
has been renamed toRxSlpStream
to avoid confusion with the one in the@slippi/slippi-js
library. - Move RxJS to be a peer dependency. This should lead to less issues since different versions of RxJS are incompatible with each other.
Known Issues
It's known that SlpFolderStream
does not seem to function correctly, and seems to generate garbage data. A fix has yet to be found for this issue.