Skip to content

v1.0.0

Compare
Choose a tag to compare
@imaustink imaustink released this 24 Aug 01:33
· 336 commits to master since this release
  • Adds full socket.io support. Going all-in on socket.io is much faster and more efficient than the hybrid rest/ real-time events setup!
  • Renamed the socketio option to allowSocketIO. Now you pass allowSocketIO: false to disable sockets.
  • Added socketio method to support socket.io as a transport for services.
  • Added integration tests with an actual Feathers server.