Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Releases: naderio/nativescript-socket.io

Dependency and Demo Update

25 Aug 14:24

Choose a tag to compare

  • Compile with TypeScript 3
  • Update demo to NativeScript v6

Dependency Update

14 Apr 19:07

Choose a tag to compare

Fix iOS Dependency

30 Oct 18:34

Choose a tag to compare

Dependency Update

23 Oct 22:25

Choose a tag to compare

  • Update iOS dependency
  • Preparation for migration to official plugin seed

Issue Fix

29 Aug 22:03

Choose a tag to compare

Fixes issue with uglifyjs cause by TypeScript compiler target (#23)

Dependency Update

29 Aug 22:08

Choose a tag to compare

v0.7.0

change demo app id

Dependency Update

14 Jun 00:24

Choose a tag to compare

Add missing API

14 Feb 14:34

Choose a tag to compare

Implements following API:

  • addEventListener( event: string, fn: Function ) : this; alias to on()
  • removeListener( event: string, fn?: Function ) : this; alias to off()
  • removeEventListener( event: string, fn?: Function ) : this; alias to off()
  • removeAllListeners() : this;
  • open() alias to connect()
  • close() alias to disconnect()
  • readonly disconnected: boolean; inverse of connected

Thanks to @lfabreges

Bugfix

06 Dec 16:43

Choose a tag to compare

Fixes issue with connectivity to a namespace via HTTPS.

Add .once()

01 Dec 14:44

Choose a tag to compare

v0.4.0

move .once() to native