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
Dependency and Demo Update
Dependency Update
- Update socket.io-client-swift to v12 to enable building with Swift 4 (fixes #54)
Fix iOS Dependency
Dependency Update
- Update iOS dependency
- Preparation for migration to official plugin seed
Issue Fix
Dependency Update
v0.7.0 change demo app id
Dependency Update
Update iOS dependency
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
Bugfix
Add .once()
v0.4.0 move .once() to native