Skip to content

Releases: rodgc/ngx-socket-io

Release v4.8.4

09 Feb 21:12
Compare
Choose a tag to compare

Changed

  • Updated the options property in the SocketIoConfig interface to use Partial<ManagerOptions> instead of a custom-defined object.

Release v4.8.3

08 Feb 20:13
Compare
Choose a tag to compare

Fixed

  • off() behavior, sync with socket-io-client and takes a single function, not array
  • Mark internal fields as private in WrappedSocket.

Removed

  • Outdated @types/socket-io & @types/socket.io-client dependencies and use the built-in types instead.

Release v4.8.1

25 Nov 17:20
Compare
Choose a tag to compare

Update

  • Bump @angular/core dependencies to v19.0.0.

v4.8.0

21 Nov 15:28
Compare
Choose a tag to compare

Update

  • Bump @angular dependencies to v19.0.0.

Release v4.7.0

24 May 20:01
Compare
Choose a tag to compare

Update

  • Bump @angular dependencies to v18.0.0.
  • Bump ng-packagr dependencies to v18.0.0.
  • Bump typescript dependencies to v5.4.0.

Release v4.6.1

09 Nov 18:59
Compare
Choose a tag to compare

Fixed

  • Compatibility with future MINOR versions of Angular.

Release v4.6.0

09 Nov 07:19
Compare
Choose a tag to compare

Added

  • Optional callback to ioSocket.connect method.

Update

  • Bump @angular dependencies to v17.0.0.
  • Bump ng-packagr dependencies to v17.0.0.
  • Bump postcss dependencies to 8.4.31.
  • Bump zone.js dependencies to 0.14.0.
  • Bump socket.io dependencies to 4.7.2.
  • Bump socket.io-client dependencies to 4.7.2.
  • Bump socket.io-client dependencies to 4.7.2.
  • Bump @types/socket.io dependencies to 2.1.13.
  • Bump @types/socket.io-client dependencies to 1.4.36.

Release v4.5.1

11 May 21:19
Compare
Choose a tag to compare

Added

  • listeners Method.
  • listenersAny Method.
  • listenersAnyOutgoing Method.
  • off Method.
  • onAny Method.
  • onAnyOutgoing Method.
  • prependAny Method.
  • prependAnyOutgoing Method.
  • timeout Method.
  • volatile Method.

Release v4.5.0

11 May 19:51
Compare
Choose a tag to compare

Added

  • forceNew option

Update

  • Bump @angular dependencies to v16.0.0.
  • Bump ng-packagr dependencies to v16.0.0.

Release v4.4.0

17 Nov 21:39
Compare
Choose a tag to compare

Update

  • Bump @angular dependencies to v15.0.0.
  • Bump ng-packagr dependencies to v15.0.0.
  • Bump typescript dependencies to v4.8.0.