Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@vinceau vinceau released this 02 Aug 12:25
· 103 commits to master since this release
92fd5cc

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 to RxSlpStream 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.