Skip to content

Production ready

Latest
Compare
Choose a tag to compare
@NeilujD NeilujD released this 14 May 14:40
· 3 commits to master since this release

Breaking changes

  • store the token in the localStorage or in any other storage strategy you choose (state strategy handled by MemoryStorage)
  • better export management

Features

  • add supportSocket option to add or not socket support
  • can instantiate the the socket client when listening any event
  • replace node-fetch by cross-fetch package for better browser support

Bug fixes

  • fix the documentation update