This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Releases: naderio/nativescript-socket.io
Releases · naderio/nativescript-socket.io
Release list
Dependency and Demo Update
Dependency Update
- Update socket.io-client-swift to v12 to enable building with Swift 4 (fixes #54)
Fix iOS Dependency
Rollback socket.io-client-swift v11
Dependency Update
- Update iOS dependency
- Preparation for migration to official plugin seed
Issue Fix
Dependency Update
Dependency Update
Add missing API
Implements following API:
addEventListener( event: string, fn: Function ) : this;alias toon()removeListener( event: string, fn?: Function ) : this;alias tooff()removeEventListener( event: string, fn?: Function ) : this;alias tooff()removeAllListeners() : this;open()alias toconnect()close()alias todisconnect()readonly disconnected: boolean;inverse ofconnected
Thanks to @lfabreges