Skip to content

Version 8.0.0

Choose a tag to compare

@NikhilNarayana NikhilNarayana released this 05 Dec 19:40
· 46 commits to master since this release
b2e843a

⚠ BREAKING CHANGE ⚠

  • slippi-js now contains two entry points depending on your needs, one for browsers and one for servers. This will make developing web applications that need to read replay data much easier! (#150)
    • Default Export: @slippi/slippi-js (Browser/Web)
    • Node.js Export: @slippi/slippi-js/node
  • If you're targeting the browser/web, you will no longer need to polyfill any of the Node.js built-in modules
  • Any current usage of slippi-js that relies on file reading will need to be updated to @slippi/slippi-js/node
  • Please check out the README.md for more info