Releases: cryptpad/netflux-websocket
Releases · cryptpad/netflux-websocket
Release list
LGPL license
Handle incoming messages asynchronously
1.0.1 add missing semicolons and comment out an unused variable
named defines
Breaking changes from previous versions
- Promises are no longer polyfilled by this module. You will need to polyfill it yourself if you support Internet Explorer or other JS contexts where Promises are not present
- The module now uses named defines in the context of requirejs, so you'll need to specify its path to use it:
require.config({
paths: {
'netflux-client': '/path/to/module'
}
});better detection of undelivered messages
0.1.21 update package version to 0.1.21
Improved disconnection methods and offline detection
0.1.20 bump version
synchronize version with npm
0.1.19 fix incorrect type comparison which broke requirejs support
leave channels properly, umd support
0.1.18 fix incorrect type comparison which broke requirejs support
Improve connection loss detection
0.1.17 Add a comment
Fix join errors after reconnecting
0.1.15 Make sure the client can access a channel in case of EJOINED error
Use socket.io
This release uses socket.io so that users can fall back to polling if websockets do not work.