Breaking changes
- store the token in the
localStorage
or in any other storage strategy you choose (state strategy handled byMemoryStorage
) - 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
bycross-fetch
package for better browser support
Bug fixes
- fix the documentation update